-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.18 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
{
"name": "Putio-App",
"version": "1.0.0",
"private": true,
"devDependencies": {
"enzyme": "^2.8.2",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-shell": "^2.1.0",
"react-addons-test-utils": "^15.6.0",
"react-scripts": "0.8.5"
},
"dependencies": {
"async": "^2.4.1",
"lodash": "^4.17.4",
"material-ui": "^0.17.3",
"moment": "^2.18.1",
"node-uuid": "^1.4.8",
"promise": "^7.1.1",
"prop-types": "^15.5.10",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-flexbox-grid": "^1.0.2",
"react-notification": "^6.7.0",
"react-redux": "^5.0.2",
"react-router": "^3.0.2",
"react-router-redux": "^4.0.7",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.6.0",
"redux-auth-wrapper": "^1.0.0",
"redux-logger": "^2.7.4",
"redux-promise-middleware": "^4.2.0",
"redux-thunk": "^2.2.0",
"superagent": "^3.4.0",
"video.js": "^6.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}