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
| {
| "name": "v-gantt-chart",
| "version": "1.3.3",
| "description": "display gantt-like vaule,like use this to order bus schedule.",
| "main": "dist/v-gantt-chart.js",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/w1301625107/Vue-Gantt-chart.git"
| },
| "bugs": {
| "url": "https://github.com/w1301625107/Vue-Gantt-chart/issues"
| },
| "homepage": "https://github.com/w1301625107/Vue-Gantt-chart#readme",
| "keywords": [
| "vue-gantt-chart",
| "gantt",
| "gantt-chart",
| "v-gantt-chart"
| ],
| "author": "wuchouchou",
| "license": "MIT",
| "scripts": {
| "test":" BABEL_ENV=test mocha --require babel-core/register ",
| "build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
| },
| "dependencies": {
| "dayjs": "^1.8.11",
| "resize-observer-polyfill": "^1.5.1",
| "vue": "^2.5.21"
| },
| "browserslist": [
| "> 1%",
| "last 2 versions",
| "not ie <= 8"
| ],
| "devDependencies": {
| "babel-core": "^6.26.0",
| "babel-loader": "^7.1.2",
| "babel-preset-env": "^1.6.0",
| "babel-preset-stage-3": "^6.24.1",
| "chai": "^4.2.0",
| "cross-env": "^5.0.5",
| "css-loader": "^0.28.7",
| "mocha": "^6.0.2",
| "node-sass": "^4.11.0",
| "sass-loader": "^6.0.6",
| "url-loader": "^1.1.0",
| "vue-loader": "^13.0.5",
| "vue-template-compiler": "^2.5.21",
| "webpack": "^3.6.0"
| }
| }
|
|