-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
38 lines (38 loc) · 978 Bytes
/
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
{
"name": "gantt-elastic-header",
"version": "0.1.11",
"description": "default header for gantt-elastic",
"main": "src/Header.vue",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neuronetio/gantt-elastic-header.git"
},
"keywords": [
"gantt",
"gantt-elastic",
"header"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/neuronetio/gantt-elastic-header/issues"
},
"homepage": "https://github.com/neuronetio/gantt-elastic-header#readme",
"dependencies": {
"vue": "^2.6.10",
"vue-slider-component": "^3.0.31",
"vue-switches": "^2.0.1"
},
"devDependencies": {
"css-loader": "^2.1.1",
"terser-webpack-plugin": "^1.2.3",
"vue-loader": "^15.7.0",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.31.0",
"webpack-cli": "^3.3.2"
}
}