-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
67 lines (67 loc) · 1.74 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
{
"name": "ts-gantt",
"version": "1.0.2",
"private": false,
"author": "ts-gant<https://github.com/XiaoDHuang/ts-gant>",
"license": "MIT",
"main": "lib/ts-gantt.common.js",
"bugs": {
"url": "https://github.com/XiaoDHuang/ts-gantt/issues"
},
"homepage": "https://github.com/XiaoDHuang/ts-gantt#readme",
"keyword": "gantt project ts-gantt 甘特图 项目管理 任务管理",
"description": "一个基于vue甘特图组件,gantt、项目管理",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lib": "vue-cli-service build --target lib --name ts-gantt --dest lib ./src/components/gantt-chart-drag.vue",
"lint": "vue-cli-service lint"
},
"dependencies": {
"ant-design-vue": "^1.6.5",
"core-js": "^2.6.5",
"dayjs": "^1.8.36",
"hammerjs": "^2.0.8",
"lodash": "^4.17.20",
"resize-observer-polyfill": "^1.5.1",
"uuid": "^3.3.3",
"vue": "^2.6.10",
"vue-virtual-scroller": "^1.0.0-rc.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-eslint": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"babel-eslint": "^10.0.1",
"babel-plugin-component": "^1.1.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"node-sass": "^4.13.0",
"sass-loader": "^8.0.0",
"vue-cli-plugin-element": "^1.0.1",
"vue-template-compiler": "^2.6.10"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {},
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}