-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 728 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 728 Bytes
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
{
"name": "project-tree-generator",
"homepage": "https://woochanleee.github.io/project-tree-generator",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"release": "gh-pages -d dist"
},
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/file-saver": "^2.0.7",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "^4.3.4",
"clipboard": "^2.0.8",
"file-saver": "^2.0.5",
"gh-pages": "^6.3.0",
"globals": "^15.14.0",
"jszip": "^3.6.0",
"typescript": "^5.6.2",
"vite": "^6.0.5"
},
"packageManager": "pnpm@10.4.1"
}