-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 900 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": "Creatin-Tim",
"version": "0.1.0",
"homepage": "http://mattcsmith.github.io/creatin-tim/",
"private": true,
"dependencies": {
"bootstrap-sweetalert": "^1.0.1",
"cors": "^2.8.4",
"express": "^4.16.3",
"express-rate-limit": "^2.11.0",
"express-secure-only": "^0.2.1",
"npm": "^5.8.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.0",
"sweetalert": "^2.1.0",
"tachyons": "^4.9.1",
"vcap_services": "^0.3.4",
"watson-developer-cloud": "^3.2.1",
"watson-speech": "^0.34.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"gh-pages": "^1.1.0"
}
}