forked from greeny/SatisfactoryTools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.28 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.28 KB
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
{
"name": "satisfactory-tools",
"version": "0.0.1",
"description": "A collection of Satisfactory tools",
"author": "greeny",
"private": true,
"scripts": {
"build": "webpack --mode production",
"start": "webpack --mode development --progress --color --watch",
"parseDocs": "ts-node -r tsconfig-paths/register bin/parseDocs.ts",
"images": "ts-node -r tsconfig-paths/register bin/images.ts"
},
"devDependencies": {
"@types/angular": "^1.6.56",
"@types/angular-sanitize": "^1.7.0",
"@types/angular-ui-router": "^1.1.40",
"@types/bootstrap": "^4.3.1",
"@types/node": "^13.7.1",
"angular-templatecache-loader": "^0.2.0",
"css-loader": "^3.4.2",
"less": "^3.11.1",
"less-loader": "^5.0.0",
"script-loader": "^0.7.2",
"style-loader": "^1.1.3",
"ts-loader": "^6.2.1",
"ts-node": "^8.6.2",
"tsconfig-paths": "^3.9.0",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"tslint": "^5.20.1",
"tslint-webpack-plugin": "^2.1.0",
"typescript": "^3.7.2",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"dependencies": {
"angular": "^1.7.8",
"angular-sanitize": "^1.7.9",
"angular-ui-router": "^1.0.25",
"bootstrap": "^4.4.1",
"javascript-lp-solver": "^0.4.24",
"jquery": "^3.4.1",
"popper.js": "^1.16.1",
"vis-data": "^6.4.1",
"vis-network": "^7.3.6"
}
}