-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
57 lines (57 loc) · 1.76 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
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "IglooAurora",
"version": "0.1.0",
"private": true,
"homepage": "https://igloo.ooo",
"dependencies": {
"@material-ui/core": "^1.4.3",
"@quentin-sommer/react-useragent": "^1.2.5",
"apollo-client-preset": "^1.0.5",
"apollo-link-ws": "^1.0.4",
"coloreact": "^0.2.4",
"d3-scale": "^2.0.0",
"d3-shape": "^1.2.0",
"email-validator": "^2.0.4",
"graphql": "^0.12.3",
"graphql-tag": "^2.6.1",
"jsonwebtoken": "^8.1.0",
"jwt-decode": "^2.2.0",
"material-ui": "^0.20.0",
"material-ui-next": "npm:material-ui@next",
"moment": "^2.20.1",
"moment-timezone": "^0.5.17",
"node-fetch": "^2.1.2",
"react": "^16.4.1",
"react-addons-css-transition-group": "^15.6.2",
"react-apollo": "^2.0.4",
"react-copy-to-clipboard": "^5.0.1",
"react-detect-offline": "^1.0.6",
"react-dom": "^16.2.0",
"react-keyboard-shortcuts": "^1.1.3",
"react-md": "^1.2.11",
"react-mdl": "^1.11.0",
"react-resize-aware": "^2.7.1",
"react-router": "^4.2.0",
"react-router-dom": "^4.3.0-rc.3",
"react-scripts": "1.0.17",
"react-sortable-hoc": "^0.6.8",
"react-swipeable-views": "^0.12.12",
"subscriptions-transport-ws": "^0.9.4",
"translate-components": "^1.3.7",
"zxcvbn": "^4.4.2"
},
"scripts": {
"start": "node ./introspectionQuery.js && react-scripts start",
"build": "node ./introspectionQuery.js && react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"server-dev": "set DEV_MODE=SERVER&&yarn build&&serve -s build"
},
"devDependencies": {
"@hint/configuration-development": "^1.1.1",
"gh-pages": "^1.2.0",
"hint": "^3.4.3"
}
}