-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.32 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
38
39
40
41
42
43
44
45
46
47
48
{
"name": "code-adventures",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"wasm": "pnpm run wasm:game-of-life",
"wasm:game-of-life": "wasm-pack build ./wasm/game-of-life --target web"
},
"devDependencies": {
"@loaders.gl/core": "^3.3.3",
"@loaders.gl/obj": "^3.3.3",
"@sveltejs/vite-plugin-svelte": "^1.0.1",
"@tsconfig/svelte": "^3.0.0",
"@tweakpane/core": "^1.1.0",
"@types/lodash": "^4.14.184",
"@types/page": "^1.11.5",
"@types/seedrandom": "^3.0.2",
"@types/stats.js": "^0.17.0",
"@webgpu/types": "^0.1.23",
"autoprefixer": "^10.4.14",
"lodash": "^4.17.21",
"nanoid": "^4.0.0",
"postcss": "^8.4.24",
"prettier": "^2.7.1",
"prettier-plugin-organize-imports": "^3.1.0",
"prettier-plugin-svelte": "^2.7.0",
"seedrandom": "^3.0.5",
"stats.js": "^0.17.0",
"svelte": "^3.58.0",
"svelte-check": "^3.2.0",
"svelte-preprocess": "^5.0.3",
"tailwindcss": "^3.3.2",
"tslib": "^2.4.0",
"typescript": "^4.6.4",
"vite": "^3.0.7",
"vite-plugin-wasm-pack": "^0.1.12"
},
"dependencies": {
"gl-matrix": "^3.4.3",
"page": "^1.11.6",
"tweakpane": "^3.1.0"
}
}