-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
144 lines (144 loc) · 5.17 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
{
"name": "elcom-electricity-price-website",
"version": "1.8.0",
"repository": "git@github.com:interactivethings/elcom-electricity-price-website.git",
"author": "Federal Electricity Commission ElCom <info@elcom.admin.ch>",
"license": "BSD-3-Clause",
"private": true,
"engines": {
"node": "18"
},
"scripts": {
"dev": "make content && NODE_OPTIONS='--openssl-legacy-provider --max_old_space_size=4096' next",
"build": "make content && lingui compile && NODE_OPTIONS='--max_old_space_size=16384 --openssl-legacy-provider' next build",
"start": "GLOBAL_AGENT_ENVIRONMENT_VARIABLE_NAMESPACE='' NODE_OPTIONS='-r \"./configure-proxy\" --max_old_space_size=2048 --openssl-legacy-provider --unhandled-rejections=warn' next start -p $PORT",
"typecheck": "tsc --noEmit",
"lint": "eslint .",
"test": "jest",
"setup": "yarn && yarn locales:compile && yarn graphql:codegen",
"locales:extract": "NODE_ENV=development lingui extract --verbose",
"locales:compile": "lingui compile --verbose",
"graphql:codegen": "graphql-codegen --config codegen.yml",
"graphql:codegen:dev": "graphql-codegen --config codegen.yml --watch",
"preversion": "yarn lint",
"postversion": "git push origin main --follow-tags && git push origin main:test --force-with-lease",
"heroku-postbuild-DISABLED": "yarn install --production=false && yarn build && yarn install --production",
"e2e": "npx playwright test --grep-invert @har",
"e2e:k6:har": "npx playwright test e2e/generate-k6-har.spec.ts --headed",
"e2e:k6:update": "bun e2e/update-k6-test-from-har.ts browsing-test-ref.har 802626"
},
"dependencies": {
"@apollo/server": "^4.3.3",
"@apollo/server-plugin-response-cache": "^4.1.0",
"@as-integrations/next": "^1.2.0",
"@babel/standalone": "7.13.17",
"@deck.gl/core": "8.8",
"@deck.gl/layers": "8.8",
"@deck.gl/react": "8.8",
"@juggle/resize-observer": "^3.3.1",
"@lingui/react": "^3.8.10",
"@mdx-js/react": "^1.6.22",
"@next/bundle-analyzer": "^11.0.1",
"@next/mdx": "^11.0.1",
"@rdfjs/namespace": "^1.1.0",
"@reach/dialog": "^0.16.0",
"@reach/visually-hidden": "^0.16.0",
"@rollup/plugin-typescript": "^8.3.2",
"@tpluscode/rdf-ns-builders": "^1.0.0",
"@tpluscode/rdf-string": "^1.3.3",
"@tpluscode/sparql-builder": "^2.0.3",
"@turf/centroid": "^6.5.0",
"@types/argparse": "^2.0.10",
"@types/k6": "^0.46.3",
"catalog": "^4.0.1-canary.2",
"cors": "^2.8.5",
"d3": "^6.7.0",
"downshift": "^6.1.3",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^3.0.0",
"fp-ts": "^2.10.4",
"fs-extra": "^10.0.0",
"graphql": "^16.6.0",
"graphql-parse-resolve-info": "^4.10.0",
"graphql-tag": "^2.11.0",
"graphql-type-json": "^0.3.2",
"har-to-k6": "^0.13.1",
"io-ts": "^2.2.16",
"io-ts-types": "^0.5.16",
"lodash": "^4.17.21",
"make-plural": "^7.0.0",
"micromark": "^2.11.2",
"micromark-extension-gfm": "^0.3.3",
"next": "^11.0.1",
"nextjs-basic-auth-middleware": "^0.2.1",
"nextkit": "^3.4.3",
"node-fetch": "2.6",
"nprogress": "^0.2.0",
"rdf-cube-view-query": "^1.3.1",
"rdf-ext": "^1.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rollup-plugin-string": "^3.0.0",
"sparql-http-client": "^2.3.0",
"swiss-maps": "^4.5.0",
"theme-ui": "^0.3.5",
"topojson-client": "^3.1.0",
"ts-jest": "^27.1.4",
"ts-node": "10.7.0",
"typescript-lru-cache": "^2.0.0",
"undici": "^5.25.2",
"urql": "^2.0.2",
"xml-c14n": "^0.0.6",
"xmldom": "^0.6.0",
"zod": "^3.17.3"
},
"devDependencies": {
"@babel/core": "^7.13.16",
"@graphql-codegen/cli": "^3.0.0",
"@graphql-codegen/typescript": "^3.0.0",
"@graphql-codegen/typescript-operations": "^3.0.0",
"@graphql-codegen/typescript-resolvers": "^3.0.0",
"@graphql-codegen/typescript-urql": "^3.7.3",
"@lingui/cli": "^3.8.10",
"@lingui/macro": "^3.8.10",
"@mdx-js/loader": "^1.6.22",
"@playwright/test": "^1.38.1",
"@types/clownface": "^1.2.2",
"@types/cors": "^2.8.9",
"@types/d3": "^6.3.0",
"@types/fs-extra": "^9.0.11",
"@types/graphql-type-json": "^0.3.2",
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.182",
"@types/node": "14",
"@types/node-fetch": "^2.6.1",
"@types/nprogress": "^0.2.0",
"@types/rdf-ext": "^1.3.8",
"@types/rdf-js": "^4.0.1",
"@types/rdfjs__namespace": "^1.1.3",
"@types/react-dom": "^17.0.3",
"@types/sparql-http-client": "^2.2.5",
"@types/theme-ui": "^0.3.7",
"@types/topojson-client": "^3.1.0",
"@types/xml-c14n": "^0.0.1",
"@types/xmldom": "^0.1.31",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"argparse": "^2.0.1",
"babel-core": "^7.0.0-bridge.0",
"babel-plugin-macros": "^3.0.1",
"eslint": "^8.50.0",
"eslint-config-next": "^13.5.3",
"jest": "^27.5.1",
"jest-raw-loader": "^1.0.1",
"k6": "^0.0.0",
"prettier": "^2.2.1",
"raw-loader": "^4.0.2",
"start-server-and-test": "^1.12.1",
"typescript": "^4.2.4"
},
"resolutions": {
"js-base64": "2.5.2"
}
}