forked from JacobLinCool/CSIE-Camp-Portfolio-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 896 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
{
"private": true,
"name": "my-portfolio",
"version": "0.0.0",
"author": {
"name": "JacobLinCool",
"email": "[email protected]",
"url": "https://github.com/JacobLinCool"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"format": "prettier --write 'src/**/*.{js,css,vue}' --ignore-path .gitignore"
},
"dependencies": {
"vue": "^3.2.37",
"vue-router": "^4.0.16"
},
"devDependencies": {
"@iconify-json/mdi": "^1.1.23",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/compiler-sfc": "^3.2.37",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.11",
"tailwindcss": "^3.1.4",
"unplugin-icons": "^0.14.5",
"vite": "^2.9.12"
}
}