-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.02 KB
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
38
{
"name": "unsatisfactory",
"scripts": {
"build": "rollup -c rollup.config.js",
"start": "pnpm build -w"
},
"type": "module",
"dependencies": {
"@dimforge/rapier3d-compat": "^0.11.2",
"fflate": "^0.8.1",
"js-base64": "^3.7.5",
"n8ao": "1.6.8",
"nanoid": "^5.0.3",
"seedrandom": "^3.0.5",
"three": "^0.159.0",
"three-bvh-csg": "^0.0.13"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-html": "^1.0.3",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.5",
"@rollup/plugin-url": "^8.0.2",
"@types/seedrandom": "^3.0.8",
"@types/three": "0.155.1",
"postcss": "^8.4.31",
"rollup": "^4.6.1",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-serve": "^2.0.2",
"rollup-plugin-svelte": "^7.1.6",
"svelte": "^4.2.8",
"svelte-preprocess": "^5.1.1",
"tslib": "^2.6.2",
"typescript": "^5.3.2"
}
}