-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 942 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 942 Bytes
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
{
"name": "adv_21_08",
"version": "0.1.0",
"private": true,
"dependencies": {
"email-validator": "^1.1.1",
"firebase": "^4.3.0",
"history": "^4.7.2",
"immutable": "^3.8.1",
"react": "^15.6.1",
"react-dnd": "^2.5.1",
"react-dnd-html5-backend": "^2.5.1",
"react-dom": "^15.6.1",
"react-motion": "^0.5.1",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.0",
"react-router-redux": "next",
"react-virtualized": "^9.9.0",
"redux": "^3.7.2",
"redux-form": "^7.0.3",
"redux-logger": "^3.0.6",
"redux-saga": "^0.15.6",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1"
},
"devDependencies": {
"enzyme": "^2.9.1",
"react-scripts": "1.0.11",
"react-test-renderer": "^15.6.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}