forked from citizennext/servicii-sociale
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 799 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
34
{
"name": "servicii",
"version": "0.3.0",
"private": true,
"devDependencies": {
"babel-polyfill": "^6.23.0",
"react-scripts": "^1.0.10"
},
"dependencies": {
"axios": "^0.16.2",
"belle": "^3.0.2",
"gh-pages": "^1.0.0",
"history": "^4.6.3",
"material-ui": "^0.18.6",
"prop-types": "^15.5.10",
"ramda": "^0.24.1",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-google-maps": "^7.1.0",
"react-router": "^3.0.0",
"react-tap-event-plugin": "^2.0.0",
"recharts": "0.19.0",
"speakingurl": "^13.0.0",
"styled-components": "^2.1.1"
},
"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"
}
}