-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.13 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.13 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
{
"name": "structure-insight-web",
"private": true,
"version": "5.4.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"typecheck": "tsc --noEmit",
"check": "npm run typecheck && npm test -- --run && npm run build",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"diff": "^8.0.4",
"dompurify": "^3.2.6",
"framer-motion": "^11.0.8",
"highlight.js": "^11.11.1",
"ignore": "^7.0.5",
"jszip": "3.10.1",
"marked": "^16.2.1",
"minimatch": "^10.2.5",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-virtuoso": "^4.18.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@testing-library/react": "^16.3.0",
"@types/node": "^22.14.0",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@vitejs/plugin-react": "^5.0.0",
"autoprefixer": "^10.4.20",
"jsdom": "^26.1.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "~5.8.2",
"vite": "^6.2.0",
"vitest": "^3.2.4"
}
}