-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 806 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 806 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
{
"name": "dev_portfolio",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"cf:dev": "npm run build && wrangler dev",
"deploy": "npm run build && wrangler deploy",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@vueuse/core": "10.11.1",
"oh-vue-icons": "1.0.0-rc3",
"pinia": "2.3.1",
"vue": "3.5.39",
"vue-i18n": "9.14.5",
"vue-router": "4.6.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "6.0.7",
"autoprefixer": "10.5.2",
"eslint": "8.56.0",
"eslint-plugin-vue": "9.19.2",
"postcss": "8.5.16",
"tailwindcss": "3.4.18",
"vite": "8.1.3",
"wrangler": "4.107.0"
}
}