-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
37 lines (37 loc) · 1.07 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
{
"name": "three-experiments",
"version": "1.0.0",
"description": "Three.js Experiments",
"scripts": {
"start": "webpack serve --config ./webpack.serve.ts",
"build": "webpack build --config ./webpack.build.ts",
"fetch-three": "ts-node tasks/fetch-three.ts"
},
"devDependencies": {
"@swc/core": "^1.3.0",
"@tweenjs/tween.js": "^18.6.4",
"@types/dat.gui": "^0.7.7",
"@types/lodash": "^4.14.185",
"@types/mkdirp": "^1.0.2",
"@types/request": "^2.48.8",
"@types/three": "^0.144.0",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"dat.gui": "^0.7.9",
"eslint": "^8.23.1",
"html-webpack-plugin": "^5.5.0",
"lodash": "^4.17.21",
"mkdirp": "^1.0.4",
"prettier": "^2.7.1",
"request": "^2.88.2",
"swc-loader": "^0.2.3",
"three": "^0.144.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.3",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.0"
}
}