forked from liquidinvestigations/hoover-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.55 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.55 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "hoover-ui",
"version": "0.0.1",
"description": "React.js port of the hoover ui",
"main": "index.js",
"scripts": {
"dev": "node server.js",
"build": "next build && next export -o build",
"start": "NODE_ENV=production node server.js",
"test": "NODE_ENV=test jest",
"test:update": "NODE_ENV=test jest -u",
"test:watch": "NODE_ENV=test jest --watch",
"tdd": "yarn test:watch",
"heroku-postbuild": "next build"
},
"engine": {
"node": "9.11"
},
"dependencies": {
"@material-ui/core": "^1.5.1",
"@material-ui/icons": "^2.0.3",
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"classnames": "^2.2.5",
"copy-text-to-clipboard": "^1.0.4",
"express": "^4.16.3",
"fast-deep-equal": "^2.0.1",
"http-proxy-middleware": "^0.18.0",
"isomorphic-fetch": "^2.2.1",
"jss": "^9.8.7",
"langs": "^2.0.0",
"lodash": "^4.17.10",
"lodash-webpack-plugin": "^0.11.5",
"luxon": "^1.3.2",
"material-ui-pickers": "^1.0.0-rc.12",
"next": "^7.0.1",
"node-sass": "^4.9.2",
"qs": "^6.5.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-hotkeys": "^1.1.4",
"react-jss": "^8.6.1",
"react-modal": "^3.4.5",
"react-placeholder": "^3.0.1",
"react-redux": "^5.0.7",
"react-split-pane": "^0.1.82",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.4.0",
"jest": "^23.4.0",
"react-test-renderer": "^16.4.1"
}
}