-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.72 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
48
49
50
51
52
53
54
55
{
"name": "silverfish",
"version": "0.2.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "node sitemap_pack.js && vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/vue-fontawesome": "^3.0.0-5",
"@popperjs/core": "^2.11.5",
"axios": "^0.26.1",
"axios-retry": "^3.2.4",
"bootstrap": "^5.1.3",
"chinese-conv": "^1.0.1",
"core-js": "^3.8.3",
"qs": "^6.10.3",
"register-service-worker": "^1.7.2",
"resize-observer-polyfill": "^1.5.1",
"ts-md5": "^1.2.11",
"vue": "^3.2.13",
"vue-class-component": "^8.0.0-0",
"vue-gtag-next": "^1.14.0",
"vue-observe-visibility": "^1.0.0",
"vue-recaptcha": "^2.0.1",
"vue-router": "^4.0.3",
"vue-toastification": "^2.0.0-rc.5",
"vue3-lazyload": "^0.2.5-beta",
"vuex": "^4.0.0",
"vuex-persistedstate": "^4.1.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-pwa": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-plugin-vuex": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/eslint-config-airbnb": "^6.0.0",
"@vue/eslint-config-typescript": "^9.1.0",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-vue": "^8.0.3",
"eslint-plugin-vuejs-accessibility": "^1.1.0",
"typescript": "~4.5.5",
"xmlbuilder": "^15.1.1"
}
}