forked from leslieyip02/racing
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 847 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": "racing",
"version": "1.0.0",
"description": "",
"private": "true",
"scripts": {
"build": "webpack --config webpack.config.js",
"predeploy": "predeploy",
"deploy": "gh-pages -d dist"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/dat.gui": "^0.7.7",
"@types/three": "^0.146.0",
"gh-pages": "^4.0.0",
"html-webpack-plugin": "^5.5.4",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"typescript": "^5.3.3",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"@sentry-internal/rrweb": "file:.yalc/@sentry-internal/rrweb",
"@sentry/browser": "file:.yalc/@sentry/browser",
"@sentry/replay": "file:.yalc/@sentry/replay",
"dat.gui": "^0.7.9",
"three": "^0.147.0"
}
}