-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
68 lines (68 loc) · 1.88 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
64
65
66
67
68
{
"name": "stateful-animations",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"start": "webpack-dev-server",
"build": "NODE_ENV=production webpack --progress",
"deploy": "gh-pages-deploy"
},
"gh-pages-deploy": {
"staticpath": "public",
"prep": ["build"],
"noprompt": false
},
"dependencies": {
"classnames": "^2.2.5",
"d3-array": "^1.0.1",
"d3-ease": "^1.0.2",
"d3-force": "^1.0.3",
"d3-interpolate": "^1.1.5",
"d3-selection": "^1.0.2",
"d3-transition": "^1.0.3",
"howler": "^2.0.2",
"lodash": "^4.17.2",
"polished": "^1.9.0",
"presa": "1.0.3",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-motion": "^0.5.2",
"react-redux": "^5.0.6",
"react-syntax-highlighter": "^6.0.4",
"react-transition-group": "^2.2.1",
"redux": "^3.6.0",
"redux-actuator": "^2.0.1",
"styled-components": "^2.2.4",
"three": "^0.88.0",
"velocity-animate": "^1.3.1"
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-eslint": "^8.0.2",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.16.0",
"css-loader": "^0.28.7",
"eslint": "^4.11.0",
"eslint-config-prettier": "^2.7.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jest": "^21.3.2",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-prettier": "^2.3.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-standard": "^3.0.1",
"gh-pages-deploy": "^0.4.2",
"node-sass": "^4.7.2",
"prettier": "^1.8.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"uglifyjs-webpack-plugin": "^1.1.2",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.5"
}
}