-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 904 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": "petutility-web",
"version": "1.0.0",
"homepage": "http://pet.cin.ufpe.br/utility",
"dependencies": {
"material-ui": "^0.19.0",
"moment": "^2.18.1",
"prop-types": "^15.6.1",
"query-string": "^5.1.0",
"react": "^15.6.1",
"react-big-calendar": "^0.14.4",
"react-dom": "^15.6.1",
"react-dropzone": "^4.1.0",
"react-router-dom": "^4.1.2",
"react-speed-dial": "^0.4.7",
"react-tap-event-plugin": "^2.0.1",
"react-tooltip": "^3.4.0",
"styled-components": "^2.1.1"
},
"scripts": {
"devStart": "npm install && npm start",
"start": "react-scripts start",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"gh-pages": "^1.1.0",
"react-scripts": "1.0.10"
}
}