-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 1.21 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
{
"name": "saigonese-coffee",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"process:data": "zx ./scripts/data.mjs",
"dev": "vite dev",
"build": "zx ./scripts/data.mjs && vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@neoconfetti/svelte": "1.0.0",
"@sveltejs/adapter-auto": "1.0.0",
"@sveltejs/kit": "1.0.1",
"@types/cookie": "0.5.1",
"@types/mapbox": "1.6.42",
"@types/mapbox-gl": "2.7.10",
"@typescript-eslint/eslint-plugin": "5.46.1",
"@typescript-eslint/parser": "5.46.1",
"emitt": "1.3.4",
"eslint": "8.30.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-svelte3": "4.0.0",
"fuse.js": "6.6.2",
"hotkeys-js": "3.10.1",
"mapbox": "1.0.0-beta10",
"mapbox-gl": "2.11.1",
"prettier": "2.8.1",
"prettier-plugin-svelte": "2.9.0",
"svelte": "3.55.0",
"svelte-check": "2.10.2",
"tslib": "2.4.1",
"typescript": "4.9.4",
"vite": "4.0.2",
"zx": "7.1.1"
},
"type": "module"
}