-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
200 lines (200 loc) · 7.2 KB
/
package.json
File metadata and controls
200 lines (200 loc) · 7.2 KB
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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
{
"name": "nectar",
"private": true,
"version": "0.0.1",
"engines": {
"node": ">=v22.21.1"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "NODE_TLS_REJECT_UNAUTHORIZED=0 PORT=8000 next dev | pino-pretty --colorizeObjects=false -S",
"dev:mocks": "NODE_TLS_REJECT_UNAUTHORIZED=0 NEXT_PUBLIC_API_MOCKING=enabled PORT=8000 next dev | pino-pretty --colorizeObjects=false -S",
"dev:e2e": "NODE_TLS_REJECT_UNAUTHORIZED=0 API_HOST_SERVER=http://127.0.0.1:18080 BASE_URL=http://127.0.0.1:18080 PORT=8000 next dev | pino-pretty --colorizeObjects=false -S",
"stub": "node e2e-stub/server.js",
"build": "./scripts/build-prod.sh",
"build:local": "./scripts/build-local.sh",
"start": "NODE_ENV=production PORT=8000 DIST_DIR=./dist/ node dist/standalone/server.js",
"start:local": "NODE_ENV=production PORT=8000 DIST_DIR=./dist/ next start",
"analyze": "NEXT_TELEMETRY_DISABLED=1 DIST_DIR=./dist/ ANALYZE=true pnpm build-bibstem-index && next build",
"test": "NODE_ENV=test vitest run",
"test:changed": "NODE_ENV=test vitest run --changed origin/master",
"test:watch": "NODE_ENV=test vitest watch",
"test:coverage": "NODE_ENV=test vitest --run --coverage",
"test:ci": "NODE_ENV=test vitest --run --coverage --testTimeout 30000 --retry 2",
"test:ci:upload": "NODE_ENV=test vitest --reporter=junit --outputFile=test-report.junit.xml --run --coverage --testTimeout 30000 --retry 2",
"test:e2e": "playwright test --config e2e/playwright.config.ts",
"test:e2e:changed": "playwright test --config e2e/playwright.config.ts --only-changed",
"test:e2e:ui": "playwright test --config e2e/playwright.config.ts --ui",
"test:e2e:headed": "playwright test --config e2e/playwright.config.ts --headed",
"test:e2e:docker": "docker compose -f e2e/docker-compose.yml up --build --abort-on-container-exit --exit-code-from tests --attach tests",
"test:e2e:docker:build": "docker compose -f e2e/docker-compose.yml build",
"test:e2e:docker:down": "docker compose -f e2e/docker-compose.yml down -v",
"test:e2e:docker:logs": "docker compose -f e2e/docker-compose.yml logs -f",
"build-bibstem-index": "node ./scripts/gen-bibstem-index",
"lint": "eslint src/",
"prepare": "husky"
},
"pnpm": {
"overrides": {
"d3-interpolate": "2.0.1"
}
},
"dependencies": {
"@chakra-ui/icons": "^2.1.0",
"@chakra-ui/react": "^2.4.6",
"@chakra-ui/skip-nav": "^2.1.0",
"@chakra-ui/theme-tools": "^2.1.2",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@emotion/react": "11.8.2",
"@emotion/styled": "^11.10.5",
"@floating-ui/react-dom": "^2.1.6",
"@fortawesome/fontawesome-svg-core": "^6.7.0",
"@fortawesome/free-solid-svg-icons": "^6.7.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@heroicons/react": "^2.0.16",
"@hookform/resolvers": "^3.3.1",
"@next/bundle-analyzer": "^10.2.3",
"@next/third-parties": "^14.1.0",
"@nivo/bar": "^0.80.0",
"@nivo/colors": "^0.80.0",
"@nivo/core": "^0.80.0",
"@nivo/line": "^0.80.0",
"@nivo/tooltip": "^0.80.0",
"@sentry/nextjs": "^10.27.0",
"@tanstack/react-query": "^4.29.17",
"@tanstack/react-table": "^8.9.2",
"@xstate/fsm": "^2.0.0",
"@xstate/inspect": "^0.7.1",
"@xstate/react": "^3.2.2",
"axios": "^1.13.5",
"axios-cache-interceptor": "^1.11.1",
"better-react-mathjax": "^2.3.0",
"chakra-dayzed-datepicker": "^0.2.9",
"clsx": "^1.1.1",
"d3": "^7.6.1",
"d3-cloud": "^1.2.5",
"date-fns": "^2.30.0",
"dayzed": "^3.2.3",
"diff": "^8.0.3",
"dotenv": "^16.3.1",
"downshift": "^6.1.7",
"escape-html": "^1.0.3",
"express": "^5.2.1",
"file-saver": "^2.0.5",
"framer-motion": "^6.5.1",
"fuse.js": "^6.6.2",
"he": "^1.2.0",
"html-to-rtf-browser": "^1.6.1",
"http-proxy": "^1.18.1",
"idb-keyval": "^6.2.1",
"ioredis": "^5.4.1",
"isomorphic-dompurify": "^0.15.0",
"lru-cache": "^11.0.1",
"lucene": "^2.1.1",
"match-sorter": "^6.3.1",
"memoize-one": "^6.0.0",
"next": "16.1.7",
"next-build-id": "^3.0.0",
"nprogress": "^0.2.0",
"pino": "^8.16.2",
"pino-pretty": "^10.2.3",
"prop-types": "^15.8.1",
"qs": "^6.14.2",
"ramda": "^0.28.0",
"ramda-adjunct": "^3.3.0",
"react": "^18.3.1",
"react-compound-slider": "^3.4.0",
"react-device-detect": "^2.2.3",
"react-error-boundary": "^4.0.4",
"react-google-recaptcha-v3": "^1.10.1",
"react-hook-form": "^7.46.1",
"react-select": "^5.7.3",
"react-shepherd": "^6.1.9",
"set-cookie-parser": "^2.6.0",
"shepherd.js": "^14.5.1",
"use-debounce": "^7.0.1",
"uuid": "^8.3.2",
"zod": "^3.22.3",
"zustand": "^3.7.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@faker-js/faker": "^6.0.0",
"@mswjs/interceptors": "^0.19.0",
"@playwright/test": "^1.51.1",
"@tanstack/react-query-devtools": "^4.29.17",
"@testing-library/dom": "^8.19.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/user-event": "^14.4.3",
"@total-typescript/ts-reset": "^0.4.2",
"@types/cookie-parser": "^1.4.3",
"@types/cookie-session": "^2.0.44",
"@types/d3": "^7.4.0",
"@types/d3-cloud": "^1.2.5",
"@types/d3-scale": "^4.0.3",
"@types/diff": "^5.0.3",
"@types/dompurify": "^2.3.3",
"@types/escape-html": "^1.0.2",
"@types/eslint__eslintrc": "^2.1.2",
"@types/file-saver": "^2.0.5",
"@types/he": "^1.1.2",
"@types/http-proxy": "^1.17.15",
"@types/jsonpath": "^0.2.0",
"@types/katex": "^0.11.1",
"@types/lucene": "^2.1.4",
"@types/node": "^20.12.4",
"@types/nprogress": "^0.2.0",
"@types/prop-types": "^15.7.5",
"@types/qs": "^6.9.7",
"@types/ramda": "^0.28.15",
"@types/react": "^18.3.27",
"@types/react-dom": "^18.3.7",
"@types/react-is": "^17.0.3",
"@types/request-ip": "^0.0.38",
"@types/set-cookie-parser": "^2.4.3",
"@types/testing-library__jest-dom": "^5.14.5",
"@types/uuid": "^8.3.4",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^0.34.5",
"@vitest/ui": "^0.29.2",
"c8": "^7.13.0",
"eslint": "^9.13.0",
"eslint-config-next": "^16.1.1",
"husky": "^9.1.6",
"identity-obj-proxy": "^3.0.0",
"iron-session": "^6.3.1",
"lint-staged": "^11.2.6",
"msw": "^1.2.3",
"prettier": "^2.3.0",
"react-dom": "^18.3.1",
"react-is": "^17.0.2",
"regenerator-runtime": "^0.13.9",
"schema-dts": "^1.1.5",
"string.prototype.replaceall": "^1.0.7",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"tslib": "^2.3.1",
"typescript": "^5.9.3",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.34.5",
"wait-on": "^8.0.5",
"webpack": "^5.104.1"
},
"volta": {
"node": ">=v22.21.1",
"yarn": "1.22.19"
},
"msw": {
"workerDirectory": "public"
},
"browserslist": [
">0.3%",
"not dead"
],
"packageManager": "pnpm@10.18.1+sha512.77a884a165cbba2d8d1c19e3b4880eee6d2fcabd0d879121e282196b80042351d5eb3ca0935fa599da1dc51265cc68816ad2bddd2a2de5ea9fdf92adbec7cd34"
}