-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1 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
{
"name": "tltv-gantt-element",
"version": "1.0.30",
"description": "Gantt web component",
"main": "gantt-element.js",
"module": "gantt-element.js",
"dependencies": {
"@types/resize-observer-browser": "^0.1.5",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
"lit": "^2.8.0",
"tltv-timeline-element": "^1.0.20"
},
"devDependencies": {
"clean-webpack-plugin": "^4.0.0",
"express": "^4.18.2",
"html-webpack-plugin": "^5.5.3",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-middleware": "^6.1.1",
"webpack-dev-server": "^4.15.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch",
"start": "webpack-dev-server --open",
"server": "node server.js",
"build": "webpack",
"tsc": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/tltv/gantt-element.git"
},
"author": "tltv",
"license": "MIT"
}