forked from repalash/xatlas-three
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
28 lines (28 loc) · 856 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
{
"name": "xatlas-three",
"version": "0.2.1",
"main": "public/build/index.js",
"module": "public/build/index.js",
"types": "public/build/index.d.ts",
"type": "module",
"source": "src/index.ts",
"scripts": {
"start": "webpack serve",
"build": "webpack --mode=production",
"build-no-worker": "webpack --mode=production --env no_worker"
},
"author": "Palash Bansal <[email protected]> (https://repalash.com/)",
"license": "MIT",
"devDependencies": {
"@types/three": "^0.169.0",
"three": "^0.169.0",
"source-map-loader": "^3.0.1",
"ts-loader": "^9.2.8",
"typescript": "^4.6.3",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1",
"comlink": "^4.3.1",
"xatlasjs": "^0.2.0"
}
}