forked from liu-ziting/what-to-eat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 866 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 866 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": "yifan-fengshen",
"version": "1.0.0",
"description": "一饭封神 - AI厨艺大师指导平台",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"build:netlify": "vite build --config vite.config.prod.ts",
"build:simple": "vite build --config vite.config.prod.ts",
"preview": "vite preview",
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"vue": "^3.4.0",
"vue-router": "^4.2.0",
"axios": "^1.6.0",
"@vueuse/core": "^10.7.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.0",
"typescript": "^5.3.0",
"vue-tsc": "^1.8.0",
"vite": "^5.0.0",
"tailwindcss": "^3.4.0",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.0",
"@types/node": "^20.0.0"
}
}