-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
174 lines (174 loc) · 6.18 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
167
168
169
170
171
172
173
174
{
"name": "webpattform-agrarmarktdaten",
"version": "0.1.0",
"author": "Interactive Things <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next",
"storybook": "storybook dev -p 6006 --no-open",
"storybook:build": "storybook build -o public/storybook",
"build": "yarn codegen:rewrites && lingui compile && next build && yarn storybook:build",
"test": "vitest",
"export": "lingui compile && next build && next export -o build",
"start": "next start -p $PORT",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"typecheck": "tsc",
"colors:generate": "bun scripts/sketch-to-mui.ts",
"locales:extract": "NODE_ENV=development lingui extract",
"locales:compile": "lingui compile",
"graphql:codegen": "graphql-codegen --config codegen.yml -r dotenv/config",
"graphql:codegen:dev": "graphql-codegen --config codegen.yml --watch -r dotenv/config",
"codegen:rewrites": "bun scripts/redirects-codegen.ts",
"setup:dev": "yarn",
"dato:audit": "bun scripts/audit-dato.ts",
"preversion": "yarn lint",
"prettier": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json}\"",
"postversion": "git push --follow-tags",
"icons:transform": "svgr --typescript -d src/icons/icons-jsx src/icons/icons-svg --replace-attr-values '#000=currentColor' --icon",
"prepare": "husky install",
"postinstall": "yarn locales:compile",
"e2e:screenshots": "node ./scripts/e2e-screenshots.mjs"
},
"dependencies": {
"@babel/standalone": "^7.8.4",
"@datocms/cma-client-browser": "^3.0.1",
"@datocms/cma-client-node": "^3.0.6",
"@emotion/css": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.8.1",
"@interactivethings/swiss-federal-ci": "^2.10.1",
"@juggle/resize-observer": "^3.0.2",
"@lingui/core": "^4.2.0",
"@lingui/format-po": "^4.5.0",
"@lingui/react": "^4.2.0",
"@mdx-js/react": "2.3.0",
"@mui/icons-material": "^5.6.2",
"@mui/material": "^5.6.4",
"@mui/x-data-grid-pro": "^6.18.2",
"@mui/x-date-pickers": "^6.16.1",
"@next/bundle-analyzer": "13.4.19",
"@next/mdx": "13.4.19",
"@parcel/watcher": "^2.3.0",
"@rdfjs/namespace": "^2.0.0",
"@rpearce/flexible-string-replace": "^1.0.0",
"@sentry/nextjs": "^7.81.1",
"@storybook/addons": "^7.5.3",
"@tanstack/query-core": "^5.4.3",
"@tanstack/react-query": "^5.4.3",
"@tanstack/react-query-devtools": "^5.4.3",
"@tpluscode/rdf-ns-builders": "^4.1.0",
"@types/jsonpack": "^1.1.6",
"@urql/exchange-graphcache": "^6.3.3",
"@zazuko/cube-hierarchy-query": "^2.2.0",
"@zazuko/rdf-vocabularies": "^2023.1.19",
"@zazuko/vocabulary-extras-builders": "^1.0.3",
"anysort": "^2.0.0",
"better-react-mathjax": "^2.0.3",
"catalog": "^4.0.1-canary.2",
"core-js": "^3.6.5",
"d3": "^7.8.5",
"d3-format": "^3.1.0",
"date-fns": "^2.30.0",
"datocms-structured-text-to-html-string": "^2.1.11",
"datocms-structured-text-utils": "^2.0.4",
"dayjs": "^1.11.10",
"exceljs": "^4.4.0",
"file-saver": "^2.0.5",
"framer-motion": "^10.16.5",
"graphql": "^16.3.0",
"graphql-tag": "^2.10.3",
"isomorphic-unfetch": "^4.0.2",
"jotai": "^2.4.1",
"jotai-devtools": "^0.7.1",
"jotai-location": "^0.5.1",
"jotai-tanstack-query": "^0.7.2",
"jsonpack": "^1.1.5",
"make-plural": "^7.3.0",
"material-ui-popup-state": "^5.0.10",
"millify": "^6.1.0",
"next": "13.5.1",
"next-usequerystate": "^1.8.4",
"powerbi-client": "^2.22.4",
"powerbi-client-react": "^1.4.0",
"proposal-temporal": "^0.9.0",
"quick-score": "^0.2.0",
"rdf-cube-view-query": "^1.12.0",
"rdf-ext": "^2.3.0",
"react": "^18.2.0",
"react-datocms": "^4.1.3",
"react-dom": "^18.2.0",
"react-inspector": "^6.0.2",
"react-intersection-observer": "^9.5.2",
"react-is": "^18.2.0",
"react-sticky-box": "^2.0.4",
"react-transition-group": "^4.4.5",
"remeda": "^1.29.0",
"sparql-http-client": "^2.4.0",
"ts-pattern": "^5.0.6",
"tss-react": "^4.9.0",
"urql": "^4.0.5",
"usehooks-ts": "^3.1.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@argos-ci/cli": "^1.0.2",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/introspection": "^4.0.0",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@graphql-codegen/typescript-resolvers": "^4.0.1",
"@graphql-codegen/typescript-urql": "^3.5.3",
"@lingui/cli": "^4.4.2",
"@lingui/macro": "^4.4.2",
"@mdx-js/loader": "^2.3.0",
"@rdfjs/types": "^1.1.0",
"@storybook/addon-essentials": "^7.5.3",
"@storybook/addon-interactions": "^7.5.3",
"@storybook/addon-links": "^7.5.3",
"@storybook/addon-mdx-gfm": "^7.5.3",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "^7.5.3",
"@storybook/nextjs": "^7.5.3",
"@storybook/react": "^7.5.3",
"@storybook/testing-library": "^0.2.2",
"@svgr/cli": "^8.1.0",
"@types/d3": "^7.4.0",
"@types/d3-format": "^3.0.4",
"@types/file-saver": "^2.0.7",
"@types/nanoid": "^3.0.0",
"@types/node": "^20.5.9",
"@types/pg": "^8.6.5",
"@types/rdf-ext": "^2.2.3",
"@types/react": "^18.2.0",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@urql/devtools": "^2.0.3",
"babel-eslint": "10.x",
"babel-plugin-macros": "^3.1.0",
"bun-types": "^1.0.14",
"dotenv": "^16.0.1",
"eslint": "8.48.0",
"eslint-config-next": "^13.4.4",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-interactive-things": "link:./eslint/interactive-things",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-unused-imports": "^3.0.0",
"http-proxy-middleware": "^2.0.6",
"husky": ">=6",
"lint-staged": "^14.0.1",
"playwright": "^1.39.0",
"prettier": "^3.0.3",
"sparql-formatter": "^0.7.6",
"storybook": "^7.5.3",
"typescript": "5.2.2",
"vitest": "^1.2.2"
}
}