-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.18 KB
/
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
38
39
40
41
42
43
{
"name": "protographyselect",
"version": "0.0.0",
"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": {
"@vee-validate/i18n": "^4.11.8",
"@vee-validate/rules": "^4.11.8",
"axios": "^1.6.2",
"bootstrap": "^5.3.2",
"mitt": "^3.0.1",
"pinia": "^2.1.6",
"sass": "^1.69.1",
"swiper": "^10.3.1",
"vee-validate": "^4.11.8",
"vite-plugin-eslint": "^1.8.1",
"vue": "^3.3.4",
"vue-axios": "^3.5.2",
"vue-meta": "^3.0.0-alpha.7",
"vue-router": "^4.2.4",
"vue3-loading-overlay": "^0.0.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.3",
"@vitejs/plugin-vue": "^4.3.4",
"@vue/eslint-config-prettier": "^8.0.0",
"eslint": "^8.49.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.17.0",
"prettier": "^3.0.3",
"vite": "^4.4.9"
}
}