-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.15 KB
/
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
35
36
37
38
39
40
{
"name": "portfolio",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint --ext .vue,.ts .",
"lint-fix": "eslint --fix --ext .vue,.ts .",
"preinstall": "npx only-allow pnpm",
"postinstall": "husky install"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/pro-regular-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "^3.0.0-5",
"autoprefixer": "^10.4.2",
"axios": "^0.25.0",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.15",
"vite-svg-loader": "^3.1.2",
"vue": "^3.2.29",
"vue-router": "^4.0.12"
},
"devDependencies": {
"@types/node": "^17.0.10",
"@types/svgo": "^2.6.1",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"@vitejs/plugin-vue": "^2.1.0",
"@vue/eslint-config-typescript": "^10.0.0",
"eslint": "^8.7.0",
"eslint-plugin-vue": "^8.3.0",
"husky": "^7.0.4",
"typescript": "^4.5.5",
"vite": "^2.7.13",
"vue-tsc": "^0.29.8"
}
}