-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 840 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 840 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
30
31
32
33
34
35
{
"name": "frontend",
"version": "1.0.0",
"description": "<details> <summary><strong>Table of Contents</strong></summary>",
"main": "index.js",
"directories": {
"doc": "doc",
"test": "test"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "echo \"No tests specified\" && exit 0"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/node": "^24.3.0",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"typescript": "^5.9.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.12",
"@vitejs/plugin-react": "^5.0.0",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.12",
"vite": "^7.1.2"
}
}