-
Notifications
You must be signed in to change notification settings - Fork 80
/
package.json
42 lines (42 loc) · 1.03 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
{
"name": "performance",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "webpack-dev-server",
"build": "webpack"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.5.2",
"babel-preset-react": "^6.24.1",
"eslint": "^4.1.1",
"eslint-plugin-react": "^7.1.0",
"html-webpack-plugin": "^3.2.0",
"webpack": "^4.0.0",
"webpack-cli": "^2.0.11",
"webpack-dev-server": "^3.0.0"
},
"dependencies": {
"axios": "^0.16.2",
"babel-polyfill": "^6.23.0",
"draft-js": "^0.10.1",
"howler": "^2.0.4",
"immutable": "^3.8.1",
"pixi.js": "^4.5.3",
"polished": "^1.2.1",
"react": "^15.6.1",
"react-a11y": "^0.3.4",
"react-bootstrap": "^0.31.0",
"react-dom": "^15.6.1",
"react-helmet": "^5.1.3",
"react-motion": "^0.5.0",
"react-player": "^0.18.0",
"react-redux": "^5.0.5",
"react-router-dom": "^4.1.1",
"redux": "^3.7.1",
"styled-components": "^2.1.0"
}
}