-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
88 lines (88 loc) · 2.46 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "cnh-ui",
"description": "Carbon-Neutral Helsinki UI",
"version": "1.0.0",
"author": "Tero Tikkanen <[email protected]>",
"dependencies": {
"@sentry/browser": "^5.11.1",
"@sentry/node": "^5.11.1",
"@sentry/webpack-plugin": "^1.9.3",
"@zeit/next-bundle-analyzer": "^0.1.2",
"@zeit/next-sass": "^1.0.1",
"apollo-cache-inmemory": "^1.6.5",
"apollo-client": "^2.6.8",
"apollo-link": "^1.2.13",
"apollo-link-error": "^1.1.12",
"apollo-link-http": "^1.5.16",
"autoprefixer": "^9.7.4",
"axios": "^0.19.1",
"babel-plugin-inline-react-svg": "^1.1.0",
"bootstrap": "^4.4.1",
"cacheable-response": "^1.10.0",
"cytoscape": "^3.13.0",
"cytoscape-dagre": "^2.2.2",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"graphql": "^14.5.6",
"graphql-tag": "^2.10.1",
"hel-icons": "^1.0.0-beta.3",
"lodash": "^4.17.15",
"lru-cache": "^5.1.1",
"moment": "^2.24.0",
"morgan": "^1.9.1",
"next": "9.2.0",
"next-i18next": "^4.0.0",
"next-images": "^1.3.0",
"next-manifest": "^3.0.1",
"next-with-apollo": "^4.3.0",
"node-sass": "^4.13.0",
"open-city-design": "^1.0.0-alpha.3",
"original-url": "^1.2.3",
"parse-cache-control": "^1.0.1",
"plotly.js": "^1.52.1",
"polished": "^3.4.2",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-apollo": "^3.1.3",
"react-bootstrap-typeahead": "^4.0.0-alpha.10",
"react-dom": "^16.12.0",
"react-lazyload": "^2.6.5",
"react-piwik": "^1.8.0",
"react-plotly.js": "^2.4.0",
"react-sizeme": "^2.6.12",
"react-spring": "^8.0.27",
"reactstrap": "^8.3.2",
"sass-extract": "^2.1.0",
"sass-extract-js": "^0.4.0",
"sass-extract-loader": "^1.1.0",
"sentry-testkit": "^3.2.1",
"simple-statistics": "^7.0.7",
"styled-components": "^5.0.0"
},
"license": "AGPL-3.0-or-later",
"main": "next.config.js",
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"babel-plugin-styled-components": "^1.10.6",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-loader": "^3.0.3",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.18.0",
"prettier": "^1.19.1"
},
"repository": {
"type": "git",
"url": ""
},
"browsers": [
"> 1%",
"last 4 versions"
]
}