-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 768 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 768 Bytes
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": "coe-initial",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"prebuild": "node scripts/build-friction-manifest.mjs",
"build": "vite build && node scripts/copy-demo-data.mjs",
"preview": "vite preview",
"check": "svelte-check --tsconfig tsconfig.json",
"friction:manifest": "node scripts/build-friction-manifest.mjs"
},
"devDependencies": {
"@rollup/rollup-win32-x64-msvc": "^4.53.3",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.35",
"svelte": "^4.2.12",
"svelte-check": "^3.6.2",
"tailwindcss": "^3.4.1",
"vite": "^5.2.0"
},
"dependencies": {
"@turf/turf": "^7.3.0",
"maplibre-gl": "^4.1.2"
}
}