-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
63 lines (63 loc) · 2.29 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
{
"name": "GanttChart",
"version": "1.0.2",
"description": "Gantt chart widget based on google charts",
"packageName": "GanttChartExtension",
"thingworxServer": "http://localhost:8016",
"thingworxUser": "Administrator",
"thingworxPassword": "Administrator12345",
"author": "Thingworx RoIcenter placatus",
"minimumThingWorxVersion": "6.0.0",
"homepage": "https://github.com/ptc-iot-sharing/GanttChartWidgetWidgetTWX",
"autoUpdate": {
"gitHubURL": "https://api.github.com/repos/ptc-iot-sharing/GantChartExtensionTWX/releases/latest"
},
"repository": {
"type": "git",
"url": "https://github.com/ptc-iot-sharing/GantChartExtensionTWX.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production",
"watch": "webpack --watch --mode development",
"server": "webpack-dev-server --open",
"upload": "webpack --mode development --env.upload",
"init": "webpack --env.init"
},
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.5.5",
"@types/jquery": "^3.3.31",
"@types/node": "^10.14.15",
"@types/webpack-env": "^1.14.0",
"babel-loader": "^8.0.5",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.4",
"css-loader": "^3.2.0",
"dtsbundler-webpack-plugin": "github:stefan-lacatus/dtsbundler-webpack-plugin#master",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^4.2.0",
"fork-ts-checker-webpack-plugin": "^1.5.0",
"node-sass": "^4.12.0",
"request": "^2.88.0",
"sass-loader": "^7.2.0",
"script-loader": "^0.7.2",
"source-map-loader": "^0.2.4",
"style-loader": "^0.23.1",
"ts-loader": "^6.0.4",
"typescript": "^3.5.3",
"url-loader": "^2.1.0",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.7",
"webpack-dev-server": "^3.8.0",
"webpack-encoding-plugin": "^0.3.1",
"xml2js": "^0.4.19",
"zip-webpack-plugin": "^3.0.0"
},
"dependencies": {
"frappe-gantt": "0.3.0",
"typescriptwebpacksupport": "^1.1.0"
}
}