-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.89 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
56
57
58
59
60
61
62
63
{
"name": "vi.son-audiovis-i.o",
"version": "0.2.5",
"description": "audio to X mapping tool for mixing-senses.art",
"main": "src/js/audiovis.io.js",
"scripts": {
"dev": "npx webpack serve --open --hot --mode development",
"start": "npx webpack serve --open --hot --mode production",
"build": "npx webpack --config webpack.config.production.js --mode production --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vi-son/audiovis-i.o.git"
},
"keywords": [],
"author": "Guido Schmidt <[email protected]>",
"license": "CC-BY-4.0",
"bugs": {
"url": "https://github.com/vi-son/audiovis-i.o/issues"
},
"homepage": "https://github.com/vi-son/audiovis-i.o#readme",
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"@babel/preset-react": "^7.13.13",
"@tweenjs/tween.js": "^18.6.4",
"@vi.son/rouge": "^1.0.7",
"babel-loader": "^8.2.2",
"blueimp-md5": "^2.18.0",
"copy-webpack-plugin": "^8.1.1",
"css-loader": "^5.2.4",
"favicons-webpack-plugin": "^5.0.2",
"file-loader": "^6.2.0",
"glslify": "^7.1.1",
"glslify-import-loader": "^0.1.2",
"glslify-loader": "^2.0.0",
"html-webpack-plugin": "^5.3.1",
"kea": "^2.4.2",
"raw-loader": "^4.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"react-svg-loader": "^3.0.3",
"sass": "^1.32.13",
"sass-loader": "^11.1.1",
"style-loader": "^2.0.0",
"three": "^0.128.0",
"webpack": "^5.37.0",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2",
"workbox-webpack-plugin": "^6.1.5"
},
"dependencies": {
"@vi.son/components": "^0.0.12",
"dat.gui": "^0.7.7",
"favicons": "^6.2.2",
"glsl-fast-gaussian-blur": "^1.0.2",
"moment": "^2.29.1",
"reselect": "^4.0.0",
"shelljs": "^0.8.4"
}
}