-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 901 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
{
"name": "vtuber-quotation-generator",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"postbuild": "cp dist/index.html dist/404.html",
"preview": "vite preview --port 8080"
},
"dependencies": {
"@vuepic/vue-datepicker": "^5.0.1",
"file-saver": "^2.0.5",
"js-confetti": "^0.11.0",
"merge-images": "^2.0.0",
"pinia": "^2.1.3",
"sweetalert2": "^11.7.12",
"swiper": "^11.0.6",
"vue": "^3.2.45",
"vue-github-button": "^3.1.0",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"eslint": "^8.34.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.9.0",
"sass": "^1.58.2",
"vite": "^4.1.0"
}
}