-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 979 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
34
35
36
37
{
"name": "text_engraving",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack serve --config ./src/client/webpack.dev.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HarveyLijh/Text_Engraving.git"
},
"author": "Jiahong Li",
"license": "ISC",
"bugs": {
"url": "https://github.com/HarveyLijh/Text_Engraving/issues"
},
"homepage": "https://github.com/HarveyLijh/Text_Engraving#readme",
"devDependencies": {
"@types/dat.gui": "^0.7.7",
"@types/three": "^0.144.0",
"@types/tween.js": "^18.6.1",
"json-loader": "^0.5.7",
"three": "^0.145.0",
"ts-loader": "^9.4.1",
"typescript": "^4.8.4",
"url-loader": "^4.1.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"dat.gui": "^0.7.9"
}
}