-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.37 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
{
"dependencies": {
"autoprefixer": "^7.1.2",
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"classnames": "^2.2.5",
"core-decorators": "^0.19.0",
"cssnano": "^3.10.0",
"eslint-plugin-react": "^7.2.1",
"lodash-es": "^4.17.4",
"node-id3": "^0.0.10",
"postcss-url": "^7.1.2",
"preact": "^8.2.1",
"preact-icons": "^2.2.5",
"preact-redux": "^2.0.2",
"precss": "^2.0.0",
"redux": "^3.7.2",
"redux-persist": "^4.8.3",
"redux-thunk": "^2.2.0",
"rollup": "^0.47.6",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-eslint": "^4.0.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.1.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-postcss": "^0.5.4",
"rollup-plugin-replace": "^1.1.1",
"rollup-plugin-uglify": "^2.0.1"
},
"devDependencies": {
"eslint": "^4.5.0",
"serve": "^6.0.2"
},
"name": "soundwall",
"private": true,
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"sounds": "node utilities/id3tag.js public/sounds/",
"start": "serve ./public/"
}
}