-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 967 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
{
"private": true,
"name": "web-ui",
"version": "0.0.0",
"author": {
"name": "JacobLinCool",
"email": "[email protected]",
"url": "https://jacoblin.cool"
},
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"format": "prettier --write '**/*.{ts,js,html,css,json,md,vue}' --ignore-path .gitignore"
},
"dependencies": {
"sweetalert2": "^11.4.23",
"vue": "^3.2.37",
"vue-router": "^4.1.2"
},
"devDependencies": {
"@iconify-json/mdi": "^1.1.29",
"@vitejs/plugin-vue": "^3.0.1",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.12",
"tailwindcss": "^3.1.6",
"typescript": "^4.7.4",
"unplugin-icons": "^0.14.7",
"vite": "^3.0.2",
"vue-tsc": "^0.38.9"
}
}