-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 872 Bytes
/
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
{
"name": "react-feathers-boilerplate",
"version": "0.1.0",
"private": true,
"devDependencies": {
"react-scripts": "0.8.5",
"redux-devtools": "3.3.2"
},
"dependencies": {
"feathers": "2.0.3",
"feathers-authentication": "0.7.11",
"feathers-hooks": "1.7.1",
"feathers-rest": "1.6.0",
"react": "15.4.2",
"react-addons-css-transition-group": "15.4.2",
"react-bootstrap": "0.30.7",
"react-dom": "15.4.2",
"react-notifications": "1.3.0",
"react-redux": "5.0.2",
"react-router": "3.0.2",
"react-router-bootstrap": "0.23.1",
"react-spinkit": "2.0.0",
"redux": "3.6.0",
"redux-logger": "2.7.4",
"redux-thunk": "2.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}