forked from amtech/LC-gc-starter-bigscreen-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
150 lines (150 loc) · 4.56 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"name": "gc-starter-bigscreen-ui",
"version": "0.0.1-2023060101-Alpha",
"description": "自定义大屏",
"author": "gc-starter",
"license": "MIT",
"main": "lib/bigScreen.umd.min.js",
"files": [
"lib/fonts/*",
"lib/img/*",
"lib/bigScreen.css",
"lib/bigScreen.umd.min.js.gz"
],
"keywords": [
"bigScreen",
"大屏设计器",
"低代码",
"low code"
],
"repository": {
"type": "github",
"url": "https://github.com/gcpaas/gc-starter-bigscreen-ui"
},
"homepage": "https://github.com/gcpaas/gc-starter-bigscreen-ui",
"scripts": {
"serve": "vue-cli-service serve --open",
"serve:max": "node --max_old_space_size=4096 node_modules/@vue/cli-service/bin/vue-cli-service.js serve --open",
"build:hash": "vue-cli-service build",
"build": "vue-cli-service build",
"build:stage": "vue-cli-service build --mode staging",
"build:history": "vue-cli-service build --mode history",
"preview": "node build/index.js --preview",
"lint": "eslint --ext .js,.vue packages",
"lint:fix": "eslint --ext .js,.vue packages --fix",
"test:unit": "jest --clearCache && vue-cli-service test:unit",
"test:ci": "npm run lint && npm run test:unit",
"svgo": "svgo -f example/assets/icons/svg --config=src/icons/svgo.yml",
"set-commit-hook": "git config core.hooksPath hooks",
"generate-changelog": "conventional-changelog -p -i CHANGELOG.md -s -r 0",
"analyzer": "cross-env NODE_ENV=production npm_config_report=true npm run build",
"lib": "vue-cli-service build --no-lint --mode package --target lib --name bigScreen --dest lib packages/index.js",
"package": "npm run lib && npm publish"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"src/**/*.{js,jsx,vue}": [
"eslint --fix",
"git add"
]
},
"dependencies": {
"@antv/g2plot": "2.4.0",
"@jiaminghi/data-view": "2.10.0",
"axios": "0.18.1",
"babel-polyfill": "6.26.0",
"echarts": "^5.2.2",
"element-ui": "2.15.6",
"es6-promise": "4.2.8",
"html-to-image": "1.11.11",
"image-conversion": "^2.1.1",
"increase-memory-limit": "^1.0.7",
"insert-css": "^2.0.0",
"jquery": "^3.6.4",
"lodash": "4.17.21",
"moment": "^2.29.1",
"nprogress": "0.2.0",
"path-to-regexp": "2.4.0",
"qs": "^6.9.6",
"sortablejs": "^1.15.0",
"tiny-sass-compiler": "^0.12.2",
"videojs-contrib-hls": "^5.15.0",
"vue": "2.6.10",
"vue-codemirror": "^4.0.6",
"vue-contextmenujs": "^1.4.9",
"vue-draggable-resizable-gorkys": "^2.4.8",
"vue-json-editor": "^1.4.3",
"vue-json-viewer": "^2.2.22",
"vue-router": "3.0.6",
"vue-sketch-ruler": "^1.0.3",
"vue-video-player": "^5.0.1",
"vuedraggable": "^2.24.3",
"vuex": "3.1.0",
"ztree": "3.5.24"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.18.9",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/register": "7.0.0",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-plugin-unit-jest": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/eslint-config-standard": "^6.1.0",
"@vue/test-utils": "1.0.0-beta.29",
"@vue/vue2-jest": "^27.0.0-alpha.3",
"autoprefixer": "^9.5.1",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "23.6.0",
"babel-plugin-component": "^1.1.1",
"babel-plugin-dynamic-import-node": "^2.3.3",
"chalk": "2.4.2",
"compression-webpack-plugin": "5.0.2",
"connect": "3.6.6",
"conventional-changelog-cli": "^2.1.1",
"core-js": "^3.30.2",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-vue": "^8.0.3",
"file-loader": "^6.2.0",
"fs-extra": "^11.1.1",
"html-webpack-plugin": "3.2.0",
"husky": "^4.2.5",
"jest": "^27.1.0",
"lint-staged": "^10.2.11",
"node-sass": "^4.14.1",
"runjs": "^4.3.2",
"sass-loader": "7.1.0",
"script-ext-html-webpack-plugin": "2.1.3",
"script-loader": "0.7.2",
"serve-static": "^1.13.2",
"svg-sprite-loader": "6.0.11",
"svgo": "1.2.2",
"url-loader": "^4.1.1",
"vue-template-compiler": "2.6.10"
},
"engines": {
"node": ">=8.9",
"npm": ">= 3.0.0"
},
"browserslist": [
"last 10 Chrome versions",
"last 5 Firefox versions",
"Safari >= 6",
"ie > 8"
],
"browser": {
"fs": false,
"path": false,
"os": false
}
}