-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 855 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 855 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": "vue3gasdaisyui",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && mv ./dist/index.html ./gas && clasp push",
"preview": "vite preview",
"lint": "eslint . --fix",
"format": "prettier --write src/"
},
"dependencies": {
"pinia": "^3.0.2",
"vue": "^3.5.13",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@eslint/js": "^9.25.1",
"@tailwindcss/vite": "^4.1.4",
"@types/google-apps-script": "^1.0.97",
"@vitejs/plugin-vue": "^5.2.3",
"@vue/eslint-config-prettier": "^10.2.0",
"daisyui": "^5.0.28",
"eslint": "^9.25.1",
"eslint-plugin-vue": "^9.33.0",
"prettier": "^3.5.3",
"tailwindcss": "^4.1.4",
"vite": "^6.3.3",
"vite-plugin-singlefile": "^2.2.0",
"vue-eslint-parser": "^10.1.3"
}
}