-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.23 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
{
"name": "ProjectScheduleViewer",
"version": "1.0.0",
"description": "Project Schedule Viewer",
"author": "Khyber Sen",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/kkysen/ProjectScheduleViewer.git"
},
"homepage": "https://github.com/kkysen/ProjectScheduleViewer#readme",
"bugs": {
"url": "https://github.com/kkysen/ProjectScheduleViewer/issues"
},
"devDependencies": {
"@types/chrome": "^0.0.69",
"@types/classnames": "^2.2.6",
"@types/clean-webpack-plugin": "^0.1.2",
"@types/compression-webpack-plugin": "^0.4.2",
"@types/d3": "^5.0.0",
"@types/express": "^4.16.0",
"@types/file-saver": "^1.3.0",
"@types/fs-extra": "^5.0.4",
"@types/html-webpack-plugin": "^2.30.4",
"@types/iltorb": "^2.0.1",
"@types/node": "^10.5.2",
"@types/react": "^16.4.7",
"@types/react-bootstrap": "^0.32.11",
"@types/react-dom": "^16.0.6",
"@types/react-router": "^4.0.29",
"@types/uglify-js": "^3.0.3",
"@types/uglifyjs-webpack-plugin": "^1.1.0",
"@types/webpack": "^4.4.8",
"chrome-promise": "^3.0.2",
"clean-webpack-plugin": "^0.1.19",
"closure-webpack-plugin": "^1.0.1",
"compression-webpack-plugin": "^1.1.11",
"html-webpack-plugin": "^4.0.0-alpha",
"node-loader": "^0.6.0",
"ts-loader": "^4.4.2",
"typescript": "^2.9.2",
"uglify-es": "^3.3.9",
"uglifyjs-webpack-plugin": "^1.2.7",
"webpack": "^4.16.2",
"webpack-bundle-analyzer": "^1.4.0",
"webpack-cleanup-plugin": "^0.5.1",
"webpack-cli": "^3.1.0"
},
"dependencies": {
"classnames": "^2.2.6",
"d3": "^7.6.1",
"express": "^4.16.3",
"file-saver": "^1.3.8",
"fs-extra": "^6.0.1",
"iltorb": "^2.3.2",
"ix": "^2.3.5",
"query-selector": "^1.0.9",
"react": "^16.4.1",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.4.1",
"react-router": "^4.3.1",
"rxjs": "^6.2.2",
"wasm-brotli": "^1.0.2",
"xlsx": "^0.17.0",
"zlib": "^1.0.5"
},
"main": "src/ts/ProjectScheduleViewer/server/server.js",
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"start": "node src/ts/ProjectScheduleViewer/server/server.js",
"test": "echo \"Error: no test specified\""
}
}