forked from swift502/Sketchbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.26 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
{
"name": "sketchbook",
"version": "0.3.2",
"description": "Three.js and Cannon.js sandbox",
"keywords": [
"3d",
"threejs",
"cannonjs",
"game",
"engine",
"characters",
"vehicles",
"physics"
],
"main": "build/sketchbook.min.js",
"types": "build/types/sketchbook.d.ts",
"scripts": {
"dev": "webpack-dev-server --config webpack.dev.js",
"build": "webpack --config webpack.prod.js"
},
"repository": {
"type": "git",
"url": "https://github.com/swift502/Sketchbook.git"
},
"author": "swift502 <blaha.j502@gmail.com> (http://jblaha.art/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/swift502/sketchbook/issues"
},
"homepage": "https://github.com/swift502/sketchbook",
"devDependencies": {
"@johh/three-effectcomposer": "0.0.7",
"@types/dat.gui": "^0.7.5",
"@types/lodash": "^4.14.149",
"@types/stats": "^0.16.30",
"css-loader": "^3.4.0",
"file-loader": "^4.3.0",
"lodash": "^4.17.15",
"style-loader": "^1.0.2",
"three": "^0.113.2",
"three-csm": "^1.0.1",
"ts-loader": "^6.2.1",
"typescript": "^3.7.3",
"webpack": "^4.41.3",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.0",
"webpack-merge": "^4.2.2"
},
"dependencies": {}
}