forked from w1301625107/Vue-Gantt-chart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.84 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
{
"name": "v-gantt-chart",
"version": "1.6.3",
"description": "display gantt-like vaule,like use this to order bus schedule.",
"main": "dist/v-gantt-chart.umd.min.js",
"files": [
"dist"
],
"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": {
"serve": "vue-cli-service serve",
"build": "npm run lint --fix && NODE_ENV=DEMO vue-cli-service build ",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"libbuild": "npm run lint --fix && vue-cli-service build --target lib --name v-gantt-chart src/index.js"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,vue}": [
"vue-cli-service lint",
"git add"
]
},
"dependencies": {
"core-js": "^3.4.3",
"dayjs": "^1.8.17",
"lint-staged": "^10.2.11",
"resize-observer-polyfill": "^1.5.1",
"vue": "^2.6.10"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.1.0",
"@vue/cli-plugin-eslint": "^4.1.0",
"@vue/cli-plugin-unit-mocha": "^4.1.0",
"@vue/cli-service": "^4.1.0",
"@vue/eslint-config-prettier": "^5.0.0",
"@vue/test-utils": "1.0.0-beta.29",
"babel-eslint": "^10.0.3",
"babel-plugin-component": "^1.1.1",
"chai": "^4.1.2",
"element-ui": "^2.13.0",
"eslint": "^5.16.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-vue": "^5.0.0",
"mockjs": "^1.1.0",
"prettier": "^1.19.1",
"sass": "^1.23.7",
"sass-loader": "^8.0.0",
"vue-template-compiler": "^2.6.10"
}
}