-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 807 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 807 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
{
"name": "pfolio",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview --port 4173",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit",
"deploy": "sh deploy.sh"
},
"dependencies": {
"bootstrap-icons": "^1.9.1",
"material-icons": "^1.12.0",
"sass": "^1.55.0",
"sass-loader": "^13.1.0",
"tone": "^14.7.77",
"vue": "^3.2.37",
"vue-router": "^4.0.16"
},
"devDependencies": {
"@types/node": "^16.18.11",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/tsconfig": "^0.1.3",
"autoprefixer": "^10.4.12",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.18",
"tailwindcss": "^3.1.8",
"typescript": "~4.7.4",
"vite": "^2.9.12",
"vue-tsc": "^0.38.9"
}
}