-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 865 Bytes
/
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
{
"name": "bullet-resume",
"type": "module",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons-vue": "^7.0.1",
"@vueuse/core": "^8.2.0",
"flowbite": "^2.2.1",
"vue": "^3.3.11"
},
"devDependencies": {
"@antfu/eslint-config": "^0.42.0",
"@iconify-json/tdesign": "^1.1.3",
"@julr/unocss-preset-flowbite": "^0.0.2",
"@unocss/preset-icons": "^0.58.3",
"@unocss/preset-web-fonts": "^0.58.3",
"@vitejs/plugin-vue": "^5.0.0",
"eslint": "^8.55.0",
"typescript": "^5.3.3",
"unocss": "^0.58.3",
"vite": "^5.0.10",
"vue-tsc": "^1.8.11"
},
"stackblitz": {
"installDependencies": false,
"startCommand": "node .stackblitz.js && npm install && npm run dev"
}
}