-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
86 lines (86 loc) · 2.71 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "@jx3box/jx3box-vue3-ui",
"version": "0.9.13",
"description": "JX3BOX Vue3 UI",
"main": "index.js",
"scripts": {
"serve": "vue-cli-service serve",
"dev": "cross-env DEV_SERVER=true vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"update": "npm --registry https://registry.npmjs.org install @jx3box/jx3box-common@latest @jx3box/jx3box-data@latest @jx3box/jx3box-emotion@latest @jx3box/jx3box-macro@latest @jx3box/jx3box-talent@latest",
"header": "vue-cli-service build --target lib --name newheader src/Header.vue && cp public/index.html dist/newheader.html"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential"
],
"rules": {},
"parserOptions": {
"parser": "babel-eslint"
}
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@jx3box/jx3box-common": "^8.5.2",
"@jx3box/jx3box-data": "^3.7.0",
"@jx3box/jx3box-emotion": "^1.2.8",
"@jx3box/jx3box-macro": "^1.0.1",
"@jx3box/jx3box-talent": "^1.3.2",
"@jx3box/reporter": "^0.0.4",
"@tinymce/tinymce-vue": "^5.1.1",
"@vueuse/core": "^9.13.0",
"@vueuse/head": "^0.7.6",
"axios": "^1.3.4",
"core-js": "^3.8.3",
"dayjs": "^1.11.7",
"element-plus": "^2.2.36",
"highlight.js": "^11.9.0",
"jquery": "^3.7.1",
"js-base64": "^3.7.5",
"katex": "^0.16.9",
"lodash": "^4.17.21",
"mitt": "^3.0.1",
"qrcode.vue": "^3.3.4",
"sortablejs": "^1.15.0",
"url": "^0.11.3",
"viewerjs": "^1.11.6",
"vue": "^3.2.13",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"cross-env": "^7.0.3",
"csslab": "^4.0.3",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3",
"husky": "^8.0.0",
"less": "^4.1.3",
"less-loader": "^11.0.0",
"lint-staged": "^13.0.2",
"prettier": "2.7.1",
"style-resources-loader": "^1.5.0",
"vue-svg-inline-loader": "^2.1.3"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
],
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JX3BOX/jx3box-vue3-ui.git"
}
}