-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
101 lines (101 loc) · 3.21 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
{
"name": "@rabkit/x-gantt-elastic",
"version": "0.0.5",
"author": "adyo <[email protected]>",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"cm": "git cz",
"inspect": "vue-cli-service inspect",
"lib:theme": "gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk",
"lib:rollup": "cross-env NODE_ENV=production rimraf ./lib && node ./build/rollup.build",
"lib": "npm run lib:rollup && npm run lib:theme",
"cli-lib": "vue-cli-service build --target lib ./src/packages/index.js && rimraf ./dist/demo.html"
},
"dependencies": {
"core-js": "^3.6.5",
"dayjs": "^1.11.10",
"element-ui": "^2.15.9",
"html-to-image": "^1.11.11",
"html2canvas": "^1.4.1",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"mitt": "^3.0.0",
"pinyin-pro": "^3.11.0",
"resize-observer-polyfill": "^1.5.1",
"throttle-debounce": "^5.0.0",
"vue": "^2.6.11",
"vue-i18n": "^8.27.2",
"vue-router": "^3.2.0",
"vue-runtime-helpers": "^1.1.2",
"vue-tiny-virtual-list": "^1.3.0",
"vuex": "^3.4.0"
},
"devDependencies": {
"@babel/core": "7.18.13",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.22.15",
"@babel/runtime": "^7.22.15",
"@vue/babel-preset-app": "5",
"@vue/cli-plugin-babel": "4",
"@vue/cli-plugin-router": "4",
"@vue/cli-plugin-vuex": "4",
"@vue/cli-service": "4",
"@vue/eslint-config-prettier": "6",
"autoprefixer": "^9.8.8",
"babel-eslint": "^10.1.0",
"babel-loader": "8.2.5",
"babel-plugin-component": "^1.1.1",
"chalk": "3",
"commitizen": "^4.2.5",
"conventional-changelog": "^3.1.25",
"conventional-changelog-cli": "^2.2.2",
"cp-cli": "^2.0.0",
"cross-env": "^7.0.3",
"cssnano": "^5.1.13",
"cz-customizable": "^6.9.1",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^6.2.2",
"gantt-elastic-header": "^0.1.11",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.2.0",
"gulp-sass": "^5.1.0",
"html-webpack-plugin": "^5.5.3",
"mini-css-extract-plugin": "^2.6.1",
"node-sass": "^7.0.3",
"normalize.css": "8",
"postcss": "^8.4.16",
"postcss-cssnext": "^3.1.1",
"postcss-nested": "^5.0.6",
"postcss-simple-vars": "^6.0.3",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"rollup": "2",
"rollup-plugin-alias": "2",
"rollup-plugin-babel": "4",
"rollup-plugin-filesize": "9",
"rollup-plugin-img": "1",
"rollup-plugin-json": "4",
"rollup-plugin-node-resolve": "5",
"rollup-plugin-postcss": "4",
"rollup-plugin-replace": "2",
"rollup-plugin-terser": "7",
"rollup-plugin-vue": "5",
"rollup-svg-sprite-loader": "^1.0.3",
"runjs": "^4.4.2",
"sass": "^1.66.0",
"sass-loader": "^9.0.3",
"vue-template-compiler": "^2.6.11"
},
"files": [
"lib"
],
"main": "lib/index.js"
}