-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
32 lines (32 loc) · 952 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
{
"name": "case-law-app-js",
"version": "0.5.0",
"private": true,
"homepage": "https://nlesc.github.io/case-law-app",
"devDependencies": {
"enzyme": "=2.7.1",
"gh-pages": "=0.12.0",
"react-addons-test-utils": "=15.4.2",
"react-dom": "15.4.2",
"react-scripts": "0.7.0"
},
"dependencies": {
"babyparse": "^0.4.6",
"colormap": "2.2.0",
"rc-slider": "^8.1.5",
"react": "15.4.2",
"react-dom": "15.4.2",
"react-mdl": "^1.11.0",
"react-select": "^1.0.0-rc.5",
"react-sigma": "=1.2.17",
"react-simple-file-input": "1.0.0"
},
"scripts": {
"prestart": "react-scripts build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "npm run build&&gh-pages -d build"
}
}