-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 874 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
35
36
{
"name": "abhijeet-singh-portfolio",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"pinia": "^2.1.7",
"underscore": "^1.13.6",
"vue": "^3.4.21"
},
"devDependencies": {
"@eslint/js": "^9.2.0",
"@iconify/vue": "^4.1.1",
"@tsconfig/node18": "^18.2.4",
"@types/node": "^20.12.12",
"@types/underscore": "^1.11.15",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/tsconfig": "^0.4.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.26.0",
"globals": "^15.2.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"tw-colors": "^3.3.1",
"typescript": "^5.2.2",
"typescript-eslint": "^7.8.0",
"vite": "^5.4.7",
"vue-tsc": "^2.0.6"
}
}