-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
110 lines (110 loc) 路 3.58 KB
/
Copy pathpackage.json
File metadata and controls
110 lines (110 loc) 路 3.58 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "activity",
"version": "2.0.0",
"description": "涓撻椤电瓑涓氬姟椤圭洰",
"scripts": {
"dev": "vue-cli-service serve --mode development",
"serve": "vue-cli-service serve --mode production",
"debug": "vue-cli-service serve --mode debug",
"build": "npm run build:prod",
"build:dev": "cross-env NODE_OPTIONS=--max-old-space-size=4096 VUE_APP_PROXY_ENABLE=0 BUILD_PREVIEW=1 vue-cli-service build --mode development",
"build:prod": "cross-env NODE_OPTIONS=--max-old-space-size=4096 vue-cli-service build --mode production",
"lint": "vue-cli-service lint",
"update": "npm --registry https://registry.npmjs.org install @jx3box/jx3box-common@latest @jx3box/jx3box-data@latest @jx3box/jx3box-ui@latest @jx3box/jx3box-editor@latest"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/vue3-essential"
],
"rules": {
"vue/multi-word-component-names": "off"
},
"parserOptions": {
"parser": "@babel/eslint-parser"
}
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.2",
"@jx3box/jx3box-common": "^9.2.9",
"@jx3box/jx3box-data": "^3.9.6",
"@jx3box/jx3box-editor": "^3.2.13",
"@jx3box/jx3box-emotion": "^1.3.0",
"@jx3box/jx3box-macro": "^1.0.3",
"@jx3box/jx3box-talent": "^1.3.12",
"@jx3box/jx3box-ui": "^2.3.29",
"@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",
"driver.js": "^1.3.0",
"echarts": "^6.0.0",
"element-plus": "^2.13.5",
"highlight.js": "^11.9.0",
"jquery": "^3.7.1",
"js-base64": "^3.7.5",
"katex": "^0.16.9",
"lodash": "^4.17.21",
"lottie-web": "^5.13.0",
"mitt": "^3.0.1",
"mqtt": "^5.15.2",
"pinia": "^3.0.3",
"qrcode.vue": "^3.3.4",
"sortablejs": "^1.15.0",
"url": "^0.11.3",
"viewerjs": "^1.11.6",
"vue": "^3.2.13",
"vue-echarts": "^8.0.1",
"vue-i18n": "^9.14.4",
"vue-matomo": "^4.2.0",
"vue-router": "^4.6.4",
"vuedraggable": "^4.1.0",
"vuex": "^4.0.2",
"weixin-js-sdk": "^1.6.5"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.28.6",
"@tailwindcss/postcss": "^4.2.1",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"autoprefixer": "^10.4.27",
"cross-env": "^7.0.3",
"csslab": "^6.0.5",
"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",
"postcss": "^8.5.8",
"prettier": "2.7.1",
"sass": "^1.97.3",
"sass-loader": "^16.0.7",
"style-resources-loader": "^1.5.0",
"svg-sprite-loader": "^6.0.11",
"tailwindcss": "^4.2.1",
"vue-svg-inline-loader": "^2.1.3"
},
"browserslist": [
"Chrome >= 76",
"Android >= 76",
"iOS >= 12",
"Safari >= 12",
"Firefox >= 78",
"Edge >= 79"
],
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JX3BOX/jx3box-vue3-ui.git"
}
}