-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.09 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
{
"name": "fightstick-enclosure-generator",
"private": true,
"version": "0.0.0",
"type": "module",
"sideEffects": false,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"analyze": "vite-bundle-visualizer",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@types/react": "^16.4.0",
"@types/react-dom": "^16.4.0",
"@vitejs/plugin-react": "^4.2.1",
"dxf-parser": "^1.1.2",
"sass": "^1.70.0",
"typescript": "^5.2.2",
"vite": "^5.1.3",
"vite-bundle-visualizer": "^1.0.1",
"vite-plugin-markdown": "^2.2.0",
"vite-tsconfig-paths": "^4.3.1",
"xo": "^0.56.0"
},
"dependencies": {
"@picocss/pico": "^2.0.3",
"makerjs": "^0.17.0",
"react": "^16.4.1",
"react-blueprint-svg": "^0.10.0",
"react-dom": "^16.4.1",
"use-debounce": "^10.0.0",
"wouter": "^3.0.0",
"zod": "^3.22.4"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
}
}