-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.45 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.45 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
{
"name": "factory-designer",
"private": true,
"version": "1.10.4",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"typecheck": "tsc -p tsconfig.json --noEmit && tsc -p tsconfig.node.json --noEmit",
"i18n": "tsx scripts/i18n.ts",
"i18n:prune": "tsx scripts/i18n.ts prune",
"i18n:translate": "tsx scripts/i18n.ts translate",
"i18n:changelog": "tsx scripts/i18n.ts changelog",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"format": "biome format --write ."
},
"dependencies": {
"@iconify/react": "^6.0.2",
"@sentry/react": "^10.38.0",
"chart.js": "^4.5.1",
"fflate": "^0.8.2",
"qrcode.react": "^4.2.0",
"react": "^19.2.4",
"react-chartjs-2": "^5.3.1",
"react-dom": "^19.2.4",
"react-microsoft-clarity": "^2.0.0"
},
"devDependencies": {
"@biomejs/biome": "^2.4.2",
"@sentry/vite-plugin": "^4.9.1",
"@tailwindcss/vite": "^4.1.18",
"@types/node": "^22.19.11",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
"autoprefixer": "^10.4.24",
"postcss": "^8.5.6",
"rollup-plugin-visualizer": "^6.0.5",
"tailwindcss": "^4.1.18",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vite-plugin-pwa": "^1.2.0",
"workbox-window": "^7.4.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"@sentry/cli"
]
}
}