-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.21 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
44
45
46
47
{
"name": "wikihooku",
"version": "0.1.1",
"description": "Frontend of wikihooku project",
"private": true,
"author": "WikiHooku Team",
"contributors": [
],
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"add-commit": "git log | head -n 1 | sed 's/commit //' > dist/commit.html"
},
"dependencies": {
"@mdi/js": "^7.2.96",
"axios": "^1.4.0",
"dayjs": "^1.11.8",
"express": "^4.18.2",
"infobox-parser": "3.6.4",
"vee-validate": "^4.9.6",
"vite": "^4.3.9",
"vue": "^3.3.4",
"vue-cookies": "^1.8.3",
"vue-draggable-next": "^2.2.0",
"vue-i18n": "^9.2.2",
"vue-router": "^4.2.2",
"vue-uuid": "^3.0.0",
"vue3-recaptcha2": "^1.8.0",
"vuetify": "^3.3.2",
"vuex": "^4.1.0",
"vuex-persist": "^3.1.3",
"yup": "^1.2.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vue/eslint-config-airbnb": "^7.0.0",
"eslint": "^8.41.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-vue": "^9.14.1",
"prettier": "^3.0.3",
"sass": "^1.62.1"
}
}