forked from Popov72/TRN2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 915 Bytes
/
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
{
"name": "trn",
"version": "1.0.0",
"description": "Tomb Raider Nostalgia",
"main": "babylonJS/public/dist/trn_babylon.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"tombraider",
"javascript",
"typescript",
"viewer"
],
"author": "E. Popov",
"license": "MIT",
"dependencies": {
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.4",
"awesome-typescript-loader": "^5.2.1",
"babylonjs": "^4.0.3",
"babylonjs-loaders": "^4.0.3",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"three": "^0.109.0",
"ts-loader": "^6.1.0",
"tslint": "^5.20.0",
"typescript": "^3.6.3",
"webpack": "^4.40.2",
"webpack-cli": "^3.3.8",
"webpack-dev-server": "^3.8.0"
},
"devDependencies": {
"@types/jquery": "^3.3.31",
"@types/pako": "^1.0.1"
}
}