-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.05 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
{
"name": "dawsons",
"version": "0.1.0",
"private": true,
"dependencies": {
"bcryptjs": "^2.4.3",
"chart.js": "^2.6.0",
"gh-pages": "^1.0.0",
"history": "^4.6.3",
"material-ui": "^1.0.0-beta.4",
"material-ui-icons": "^1.0.0-alpha.19",
"object.assign": "^4.0.1",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-chartjs-2": "^2.5.6",
"react-dom": "^15.6.1",
"react-router-dom": "^4.1.2",
"react-router-redux": "^5.0.0-alpha.6",
"react-scripts": "1.0.11",
"react-tap-event-plugin": "^2.0.1",
"react-transition-group": "^1.1.3",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"babel-plugin-transform-function-bind": "^6.22.0",
"object.assign": "^4.0.4"
},
"homepage": "https://pauljosephatay.github.io/reactdawsons"
}