-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.49 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.49 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
{
"name": "grx-gregs-ratings",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "tsc --project tsconfig.production.json && vite build",
"preview": "vite preview",
"postinstall": "cd sanity-studio && npm i",
"sanity": "cd sanity-studio && npm run dev",
"sanity:typegen": "tsx scripts/create-sanity-schema-directory && cd sanity-studio && npm run typegen",
"knip": "knip",
"test": "vitest"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@gergling/ui-components": "^0.1.12",
"@js-temporal/polyfill": "^0.5.1",
"@mui/icons-material": "^7.3.2",
"@mui/material": "^7.3.2",
"@portabletext/react": "^4.0.3",
"@portabletext/to-html": "^3.0.0",
"@sanity/block-content-to-markdown": "^1.0.0",
"@sanity/client": "^7.11.1",
"@tanstack/react-query": "^5.90.2",
"react": "19.1.1",
"react-dom": "19.1.1",
"react-router-dom": "^7.8.2",
"sanity": "^4.8.1",
"survey-react-ui": "^2.3.6",
"zustand": "^5.0.8"
},
"devDependencies": {
"@testing-library/react": "^16.3.0",
"@types/node": "^24.3.1",
"@types/react": "19.1.12",
"@types/react-dom": "19.1.9",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react-swc": "^4.0.1",
"@vitest/coverage-v8": "^3.2.4",
"knip": "^5.64.1",
"tsx": "^4.20.5",
"typescript": "^5.9.2",
"vite": "^7.1.5",
"vitest": "^3.2.4"
}
}