-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.22 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
{
"name": "rtt",
"private": true,
"version": "0.1.0",
"description": "RTT",
"main": "src/main.ts",
"repository": "https://github.com/46bit/rtt",
"scripts": {
"build": "npm run -s clean && webpack --config webpack-config.js",
"watch": "ENABLE_WATCH=true ENABLE_TESTS=true npm run -s build",
"clean": "rm -rf dist/* || echo 'already clean'"
},
"author": "Miki Mokrysz",
"devDependencies": {
"@types/nanoid": "^2.1.0",
"@types/webpack-env": "^1.15.2",
"extract-loader": "^5.1.0",
"file-loader": "^6.0.0",
"html-loader": "^1.3.0",
"imports-loader": "^1.1.0",
"loader-utils": "^2.0.0",
"nodemon-webpack-plugin": "^4.3.2",
"ts-loader": "^8.0.3",
"typescript": "^4.0.2",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-node-externals": "^2.5.2"
},
"dependencies": {
"@types/lodash": "^4.14.161",
"cdt2d": "^1.0.0",
"clean-pslg": "^1.1.2",
"lodash": "^4.17.20",
"nanoid": "^3.1.12",
"navmesh": "^2.0.3",
"source-map-support": "^0.5.19",
"stats-js": "1.0.1",
"three": "0.120.1",
"three.meshline": "v1.2.0",
"tslib": "^2.0.1",
"unionize": "^3.1.0"
},
"engines": {
"node": "12.x.x",
"npm": ">=6.x.x"
}
}