forked from MyOutDeskLLC/auto-bcc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 850 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
{
"name": "autobcc3",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"clean": "rm -rf dist && rm -f autobcc.zip",
"package": "npm run clean && vite build && zip -r autobcc.zip dist/",
"preview": "vite preview"
},
"dependencies": {
"@headlessui/vue": "^1.7.4",
"@inboxsdk/core": "^0.2.16",
"gmail-js": "^1.1.3",
"sweetalert2": "^11.10.4",
"vue": "^3.2.25"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.23",
"@tailwindcss/forms": "^0.5.3",
"@types/chrome": "^0.0.259",
"@vitejs/plugin-vue": "^4.5.2",
"autoprefixer": "^10.4.11",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vite": "^5.0.8",
"vue-tsc": "^1.8.27"
}
}