-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.24 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
{
"name": "quokka",
"version": "0.1.0",
"private": true,
"dependencies": {
"immutable": "^3.8.1",
"jquery": "^3.2.1",
"moment": "^2.18.1",
"react": "^15.6.1",
"react-bootstrap": "^0.31.2",
"react-dom": "^15.6.1",
"react-draggable-list": "^3.4.0",
"react-markdown": "^2.5.0",
"react-router-dom": "^4.1.1",
"react-tooltip": "^3.3.0",
"universal-cookie": "^2.1.0",
"whatwg-fetch": "2.0.3",
"js-file-download": "*"
},
"jest": {
"collectCoverageFrom": [
"src/**/*.js"
]
},
"devDependencies": {
"enzyme": "2.9.1",
"eslint": "^4.3.0",
"eslint-plugin-react": "^7.1.0",
"hjson": "^3.1.0",
"moxios": "^0.4.0",
"react-addons-test-utils": "15.6.0",
"react-dom": "15.6.1",
"react-scripts": "1.0.7",
"react-test-renderer": "15.6.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && ./node_modules/hjson/bin/hjson -j static.hjson > static.json",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"sass": "sass --watch src/styles/scss/index.scss:src/styles/css/index.css",
"sass:build": "sass src/styles/scss/index.scss:src/styles/css/index.css"
},
"proxy": "http://localhost:5000"
}