-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 870 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": "treatments",
"homepage": "https://aultac.github.io/treatments/",
"version": "0.1.0",
"private": true,
"devDependencies": {
"gh-pages": "^0.12.0",
"react-scripts": "0.9.3"
},
"dependencies": {
"bluebird": "^3.4.7",
"cerebral": "^1.1.2",
"cerebral-module-devtools": "^0.7.2",
"cerebral-module-http": "^0.5.0",
"cerebral-provider-modules": "^0.1.2",
"cerebral-view-react": "^0.12.12",
"lodash": "^4.17.4",
"moment": "^2.17.1",
"moment-range": "^3.0.3",
"numeral": "^2.0.4",
"pure-css": "^1.0.4",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-fontawesome": "^1.5.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "gh-pages -d build"
}
}