aboutsummaryrefslogtreecommitdiff
path: root/web/pw-frontend/package.json
blob: daf64af5ffae89062eb99106d4368d424348d94b (plain)
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
{
  "name": "pw-frontend",
  "version": "0.0.1",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "wasm": "wasm-pack build ./planetwars-rs --target web",
    "preview": "vite preview",
    "check": "svelte-check --tsconfig ./tsconfig.json"
  },
  "devDependencies": {
    "@originjs/vite-plugin-commonjs": "^1.0.1",
    "@sveltejs/vite-plugin-svelte": "^1.0.0-next.30",
    "@tsconfig/svelte": "^2.0.1",
    "rollup-plugin-polyfill-node": "^0.8.0",
    "svelte": "^3.44.0",
    "svelte-check": "^2.2.7",
    "svelte-preprocess": "^4.9.8",
    "tslib": "^2.3.1",
    "typescript": "^4.4.4",
    "vite": "^2.7.2",
    "vite-plugin-wasm-pack": "^0.1.9"
  },
  "dependencies": {
    "buffer": "^6.0.3",
    "extract-svg-path": "^2.1.0",
    "load-svg": "^1.0.0",
    "moment": "^2.29.1",
    "svg-mesh-3d": "^1.1.0",
    "ts-heap": "^1.1.3"
  }
}