forked from swift502/Sketchbook
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (59 loc) · 1.72 KB
/
package.json
File metadata and controls
61 lines (59 loc) · 1.72 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "sketchbook",
"version": "0.4.0",
"description": "3D playground built on three.js and cannon.js",
"keywords": [
"3d",
"threejs",
"cannonjs",
"game",
"engine",
"typescript",
"sketchbook"
],
"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",
"prod": "rmdir /s /q c:\\temp\\dist && xcopy /E /I /Y . c:\\temp\\dist /EXCLUDE:.gitignore && xcopy /E /I /Y node_modules\\@types c:\\temp\\dist\\node_modules\\@types && wrangler pages deploy c:\\temp\\dist"
},
"repository": {
"type": "git",
"url": "https://github.com/friuns2/Sketchbook.git"
},
"author": "friuns2 <blaha.j502@gmail.com> (http://jblaha.art/)",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/friuns2/Sketchbook/issues"
},
"homepage": "https://github.com/friuns2/Sketchbook",
"devDependencies": {
"@types/dat.gui": "^0.7.13",
"@types/jquery": "^3.5.5",
"@types/lodash": "^4.14.168",
"@types/three": "^0.144.0",
"css-loader": "^6.7.1",
"style-loader": "^3.3.1",
"ts-loader": "^9.4.1",
"typescript": "^4.8.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@google/generative-ai": "^0.17.1",
"@isomorphic-git/lightning-fs": "^4.6.0",
"@tweenjs/tween.js": "^25.0.0",
"cannon-es": "^0.20.0",
"diff": "^7.0.0",
"isomorphic-git": "^1.27.1",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"peerjs": "^1.5.4",
"sweetalert2": "^11.4.37",
"three": "^0.152.0",
"three-csm": "^2.0.0"
}
}