-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.22 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.22 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": "sveltekit-maplibre-boilerplate",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "rm -rf build && vite build",
"package": "svelte-kit package",
"preview": "vite preview",
"prepare": "husky install",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check \"src/**/*.{ts,tsx,js,html,svelte}\" --ignore-path ./.prettierignore && eslint ./src --fix",
"format": "prettier --write \"src/**/*.{ts,tsx,js,html,svelte}\" --ignore-path ./.prettierignore",
"deploy": "npx gh-pages -d build -t true"
},
"devDependencies": {
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.22.4",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@watergis/maplibre-gl-export": "^3.0.1",
"bulma": "^0.9.4",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-svelte": "^2.32.4",
"gh-pages": "^5.0.0",
"husky": "^8.0.3",
"maplibre-gl": "^3.2.1",
"prettier": "^3.0.1",
"prettier-plugin-svelte": "^3.0.3",
"svelte": "^4.1.2",
"svelte-check": "^3.4.6",
"tslib": "^2.6.1",
"typescript": "^5.1.6",
"vite": "^4.4.8"
},
"type": "module"
}