forked from kausaltech/kausal-watch-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
166 lines (166 loc) · 5.36 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
{
"name": "kausal-watch-ui",
"description": "Kausal Watch UI",
"version": "2.4.2",
"author": "Tero Tikkanen <[email protected]>",
"dependencies": {
"@apollo/client": "^3.6.2",
"@babel/eslint-parser": "^7.17.0",
"@elastic/react-search-ui": "^1.11.2",
"@kausal/mapboxgl-legend": "^1.7.2",
"@kausal/plotly-custom": "^2.14.3",
"@kausal/themes": "^0.7.8",
"@koa/router": "^10.1.1",
"@n8tb1t/use-scroll-position": "^2.0.3",
"@next/bundle-analyzer": "^12.1.6",
"@popperjs/core": "^2.11.5",
"@sentry/cli": "^2.0.4",
"@sentry/nextjs": "^6.19.7",
"@tusbar/cache-control": "^0.6.1",
"autoprefixer": "^10.4.7",
"babel-plugin-inline-react-svg": "^2.0.1",
"bootstrap": "^5.1.3",
"csstype": "^3.1.1",
"cytoscape": "^3.21.1",
"cytoscape-dagre": "^2.4.0",
"dayjs": "^1.11.1",
"docker-secret": "^1.2.4",
"dotenv": "^16.0.0",
"exceljs": "^4.3.0",
"express-robots-txt": "^1.0.0",
"file-saver": "^2.0.5",
"fontfaceobserver": "^2.1.0",
"framer-motion": "^6.3.3",
"html-react-parser": "^1.4.12",
"i18next-http-backend": "^1.4.0",
"koa": "^2.13.4",
"koa-logger": "^3.2.1",
"lodash": "^4.17.21",
"lru-cache": "^7.9.0",
"mapbox-gl": "^2.11.0",
"morgan": "^1.10.0",
"next": "12.1.6",
"next-i18next": "^11.0.0",
"next-images": "^1.8.4",
"next-with-apollo": "^5.3.0",
"numbro": "^2.3.6",
"original-url": "^1.2.3",
"patch-package": "^6.4.7",
"polished": "^4.2.2",
"popper.js": "^1.16.1",
"postinstall-postinstall": "^2.1.0",
"prop-types": "^15.8.1",
"react": "^18.1.0",
"react-bootstrap-typeahead": "^6.0.0-alpha.11",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.1.0",
"react-highlight-words": "^0.18.0",
"react-hook-form": "^7.30.0",
"react-hotkeys-hook": "^3.4.4",
"react-inlinesvg": "^3.0.0",
"react-intersection-observer": "^9.1.0",
"react-map-gl": "^7.0.19",
"react-medium-image-zoom": "^5.1.1",
"react-piwik": "^1.12.0",
"react-plotly.js": "^2.5.1",
"react-popper": "^2.3.0",
"react-select": "^5.4.0",
"react-sizeme": "^3.0.2",
"reactstrap": "^9.0.2",
"sass": "^1.51.0",
"sentry-testkit": "^3.3.7",
"styled-components": "^5.3.5",
"webpack": "^5.72.0"
},
"license": "AGPL-3.0-or-later",
"main": "next.config.js",
"scripts": {
"dev": "node server.mjs",
"build": "next build",
"start": "NODE_ENV=production node server.mjs",
"postinstall": "patch-package && husky install",
"storybook": "start-storybook -p 6006 -s ./public",
"build-storybook": "build-storybook -s ./public",
"deploy-storybook": "storybook-to-ghpages",
"lint": "next lint",
"test": "jest",
"graphql-codegen": "graphql-codegen --config codegen.ts",
"build-embed-script": "tsc --project embed",
"watch-embed-script": "tsc --watch --project embed",
"prettier:fix": "prettier ./ --write"
},
"devDependencies": {
"@babel/core": "^7.17.10",
"@babel/plugin-proposal-decorators": "^7.17.9",
"@graphql-codegen/cli": "^3.3.0",
"@graphql-codegen/fragment-matcher": "^4.0.1",
"@graphql-codegen/introspection": "^3.0.1",
"@graphql-codegen/typescript": "^3.0.3",
"@graphql-codegen/typescript-operations": "^3.0.3",
"@graphql-codegen/typescript-react-apollo": "^3.3.7",
"@next/eslint-plugin-next": "^12.1.6",
"@playwright/test": "^1.39.0",
"@storybook/addon-a11y": "^6.4.22",
"@storybook/addon-essentials": "^6.4.22",
"@storybook/addon-links": "^6.4.22",
"@storybook/addons": "^6.4.22",
"@storybook/builder-webpack5": "^6.4.22",
"@storybook/manager-webpack5": "^6.4.22",
"@storybook/react": "^6.4.22",
"@storybook/storybook-deployer": "^2.8.11",
"@testing-library/dom": "^8.13.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.1.1",
"@types/node": "^17.0.31",
"@types/plotly.js": "^1.54.20",
"@types/react": "^18.0.8",
"@types/react-plotly.js": "^2.5.0",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"apollo": "^2.33.10",
"babel-jest": "^28.0.3",
"babel-loader": "^8.2.5",
"babel-plugin-styled-components": "^2.0.7",
"css-tree": "^2.1.0",
"eslint": "^8.14.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^12.1.6",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"husky": "^8.0.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^28.0.3",
"jest-dom": "^4.0.0",
"jest-environment-jsdom": "^28.1.0",
"lint-staged": "^14.0.1",
"prettier": "^2.6.2",
"react-color": "^2.19.3",
"regenerator-runtime": "^0.13.9",
"storybook-addon-next": "^1.6.2",
"storybook-addon-styled-component-theme": "^2.0.0",
"typescript": "^4.6.4",
"typewiz-webpack": "^1.2.4",
"yarn-upgrade-all": "^0.7.1"
},
"repository": {
"type": "git",
"url": "https://github.com/kausaltech/kausal-watch-ui"
},
"engines": {
"node": "14.x || 15.x || 16.x || 17.x"
},
"browserslist": [
"> 1%",
"last 4 versions"
],
"packageManager": "[email protected]",
"optionalDependencies": {
"@kausal/themes-private": "^0.3.17"
},
"lint-staged": {
"*.{tsx,ts,js,css,scss,md,json}": "prettier --write"
}
}