-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.72 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "artwort.dot",
"version": "0.0.3",
"description": "audioreactive logo artwork for vi.son - mixing senses",
"main": "src/js/index.js",
"scripts": {
"dev": "npx webpack-dev-server --open --hot --mode development --env.NODE_ENV=development",
"build": "npx webpack --config webpack.production.js --env.production --env.NODE_ENV=production --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vi-son/template.artwort.git"
},
"keywords": [],
"author": "Guido Schmidt <[email protected]>",
"license": "CC-BY-4.0",
"bugs": {
"url": "https://github.com/vi-son/template.artwort/issues"
},
"homepage": "https://github.com/vi-son/template.artwort#readme",
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.5",
"@tweenjs/tween.js": "^18.6.4",
"@vi.son/components": "^0.0.9",
"@vi.son/rouge": "^1.0.5",
"babel-loader": "^8.2.2",
"blueimp-md5": "^2.18.0",
"copy-webpack-plugin": "^5.1.2",
"css-loader": "^5.0.1",
"dat.gui": "^0.7.7",
"favicons-webpack-plugin": "^4.2.0",
"file-loader": "^6.2.0",
"glslify": "^7.1.1",
"glslify-import-loader": "^0.1.2",
"glslify-loader": "^2.0.0",
"html-webpack-plugin": "^4.5.0",
"p5": "^1.2.0",
"poisson-disk-sampling": "^2.2.2",
"raw-loader": "^4.0.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router-dom": "^5.2.0",
"react-svg-loader": "^3.0.3",
"sass": "^1.30.0",
"sass-loader": "^10.1.0",
"shelljs": "^0.8.4",
"style-loader": "^2.0.0",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.11.0",
"workbox-webpack-plugin": "^5.1.4"
}
}