-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.82 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 1.82 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "lipotes-vexillifer",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"i18n:report": "vue-cli-service i18n:report --src \"./src/**/*.?(js|vue)\" --locales \"./src/locales/**/*.json\""
},
"dependencies": {
"@mapbox/node-pre-gyp": "github:mapbox/node-pre-gyp",
"@popperjs/core": "^2.10.1",
"axios": "^0.21.1",
"babel-loader": "^9.1.2",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.5.0",
"core-js": "^3.6.5",
"dayjs": "^1.10.7",
"epubjs": "^0.3.88",
"jszip": "^3.7.1",
"markdown-it": "^12.1.0",
"markdown-it-anchor": "^8.1.2",
"markdown-it-footnote": "^3.0.3",
"markdown-it-meta": "^0.0.1",
"markdown-it-plantuml": "^1.4.1",
"markdown-it-toc-done-right": "^4.2.0",
"node-pre-gyp": "^0.17.0",
"node-sass": "^8.0.0",
"original-fs": "^1.1.0",
"postcss-loader": "^7.0.2",
"uslug": "^1.0.4",
"vue": "^3.0.0",
"vue-i18n": "^9.1.0",
"vue-loading-overlay": "^4.0.4",
"vue-router": "^4.0.10"
},
"devDependencies": {
"@intlify/vue-i18n-loader": "^2.1.0",
"@types/markdown-it-plantuml": "^1.4.1",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/compiler-sfc": "^3.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^7.14.0",
"sass-loader": "^10.2.0",
"vue-cli-plugin-i18n": "^2.3.1"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}