-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.42 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
{
"name": "microsynth",
"version": "0.1.0",
"private": true,
"dependencies": {
"dsp": "https://github.com/corbanbrook/dsp.js.git",
"immutable": "^3.8.2",
"node-sass-chokidar": "^1.3.0",
"normalize.css": "^8.0.0",
"prop-types": "^15.6.1",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-immutable-proptypes": "^2.1.0",
"react-measure": "^2.0.0",
"react-redux": "^5.0.7",
"react-rotary-knob": "^1.1.1",
"react-rotary-knob-skin-pack": "^1.0.2",
"react-scripts": "1.1.4",
"redux": "^4.0.0",
"redux-thunk": "^2.2.0",
"stereo-panner-node": "^1.4.0",
"svg-knob": "^1.7.0"
},
"scripts": {
"start-js": "react-scripts start",
"start": "npm-run-all -p watch-css start-js test",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint .",
"lintfix": "eslint . --fix",
"build-css": "node-sass-chokidar src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive"
},
"devDependencies": {
"chai": "^4.1.2",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"jsdom": "^11.11.0",
"jsdom-simulant": "^1.1.2",
"npm-run-all": "^4.1.3"
}
}