-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.19 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
{
"name": "reduct-redux",
"version": "1.0.0",
"main": "src/index.js",
"repository": "https://github.com/lidavidm/reduct-redux.git",
"author": "David Li <[email protected]>",
"license": "MPL-2.0",
"dependencies": {
"babel-cli": "^6.26.0",
"babel-regenerator-runtime": "^6.5.0",
"chroma-js": "^1.3.6",
"esprima": "^4.0.0",
"file-saver": "^1.3.3",
"fontfaceobserver": "^2.0.13",
"howler": "^2.0.9",
"immutable": "^3.8.2",
"numeric": "^1.2.6",
"redux": "^3.7.2",
"redux-immutable": "^4.0.0",
"vis": "^4.21.0",
"word-wrap": "^1.2.3"
},
"devDependencies": {
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-minify": "^0.4.0",
"eslint": "^4.13.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"parcel-bundler": "1.7.1",
"spritesheet-js": "^1.2.6"
},
"scripts": {
"serve": "parcel --no-hmr --public-url / index.html",
"dist": "parcel build index.html --public-url ./"
}
}