This repository has been archived by the owner on Jan 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 315
/
package.json
75 lines (75 loc) · 1.88 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
{
"name": "gantt-elastic",
"version": "1.0.12",
"description": "Gantt chart. Elastic javascript gantt chart. Vue gantt. Project manager responsive gantt. jquery gantt.",
"main": "src/GanttElastic.vue",
"dependencies": {
"dayjs": "^1.8.16",
"resize-observer-polyfill": "^1.5.1",
"vue": "^2.6.10"
},
"devDependencies": {
"@types/chai": "^4.2.2",
"@types/cypress": "^1.1.3",
"@types/mocha": "^5.2.7",
"@vue/cli-plugin-eslint": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"@vue/eslint-config-prettier": "^4.0.1",
"babel-core": "^6.26.3",
"babel-jest": "^24.9.0",
"babel-preset-env": "^1.7.0",
"css-loader": "^1.0.1",
"cypress": "^3.4.1",
"eslint": "^5.16.0",
"eslint-plugin-cypress": "^2.6.1",
"vue-loader": "^15.7.1",
"vue-slider-component": "^3.0.40",
"vue-switches": "^2.0.1",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.8",
"webpack-dev-server": "^3.8.0"
},
"scripts": {
"test": "npx cypress run --browser chrome",
"build": "webpack",
"dev": "webpack --config webpack.dev.js --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neuronetio/gantt-elastic.git"
},
"keywords": [
"gantt",
"gantt js",
"gantt chart",
"gantt elastic",
"javascript gantt",
"javascript gantt chart",
"jQuery gantt",
"vue gantt",
"js gantt",
"gantt-chart",
"responsive",
"vue",
"vue-gantt",
"javascript gantt",
"project gantt",
"project manger",
"responsive gantt",
"gantt component",
"javascript gantt",
"project",
"task"
],
"author": "Rafal Pospiech <[email protected]> (https://neuronet.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/neuronetio/gantt-elastic/issues"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
}
}