-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.26 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
49
50
{
"name": "pharmacy-app-client",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev:host": "vite --host",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"test": "vitest",
"coverage": "vitest --run coverage",
"format:check": "prettier --check .",
"format:write": "prettier --write .",
"lint:check": "eslint .",
"lint:fix": "eslint --fix ."
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.1",
"@testing-library/svelte": "^3.2.2",
"@tsconfig/svelte": "^3.0.0",
"@types/mapbox-gl": "^2.7.5",
"autoprefixer": "^10.4.8",
"eslint": "^8.28.0",
"eslint-plugin-svelte": "^2.13.0",
"jsdom": "^20.0.3",
"msw": "^0.49.0",
"postcss": "^8.4.16",
"prettier": "^2.8.0",
"prettier-plugin-svelte": "^2.8.1",
"svelte": "^3.49.0",
"svelte-check": "^2.8.0",
"svelte-preprocess": "^4.10.7",
"tailwindcss": "^3.1.8",
"tslib": "^2.4.0",
"typescript": "^4.6.4",
"vite": "^3.0.7",
"vitest": "^0.25.2"
},
"dependencies": {
"@beyonk/svelte-mapbox": "^8.1.4",
"@mapbox/mapbox-sdk": "^0.14.0",
"mapbox": "^1.0.0-beta10",
"mapbox-gl": "^2.10.0",
"node-fetch": "^3.3.0",
"svelte-icons-pack": "^2.0.0",
"svelte-spa-router": "^3.3.0"
}
}