-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 1008 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
37
{
"name": "anime-info-platform-vue",
"version": "2.2.0",
"type": "module",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@emailjs/browser": "^4.1.0",
"@unhead/vue": "^1.8.10",
"@vueuse/components": "^10.8.0",
"@vueuse/core": "^10.8.0",
"localforage": "^1.10.0",
"mixpanel-browser": "^2.49.0",
"pinia": "^2.1.7",
"swiper": "^11.0.6",
"vue": "^3.4.20",
"vue-router": "^4.3.0",
"vue-toastification": "^2.0.0-rc.5",
"vue3-star-ratings": "^3.0.5"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.7.2",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-prettier": "^9.0.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.22.0",
"prettier": "^3.2.5",
"vite": "^5.1.4",
"vite-plugin-pwa": "^0.19.0"
}
}