-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
33 lines (33 loc) · 878 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
{
"name": "threets-template",
"version": "1.0.0",
"author": "Marquizzo",
"license": "ISC",
"description": "ThreeJS, TypeScript, GLSL, & Webpack boilerplate for quick prototyping.",
"main": "webpack.config.js",
"scripts": {
"dev": "webpack-dev-server",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marquizzo/three.ts-template.git"
},
"dependencies": {
"three": "0.140.0",
"webpack": "5.72.1"
},
"devDependencies": {
"@types/three": "^0.140.0",
"shader-loader": "1.3.1",
"ts-loader": "^9.3.0",
"ts-shader-loader": "1.0.6",
"typescript": "^4.6.4",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "4.9.0"
},
"homepage": "https://github.com/marquizzo/three.ts-template#readme",
"bugs": {
"url": "https://github.com/marquizzo/three.ts-template/issues"
}
}