-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.63 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 2.63 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "my-app",
"version": "0.0.1",
"scripts": {
"start": "npm run dev",
"start:dev": "npm run dev -- --port 8080",
"test": "jest",
"test:watch": "npm run test -- --watchAll",
"test:coverage": "jest --coverage",
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"@fontsource/fira-mono": "^4.5.0",
"@mapbox/mapbox-gl-draw": "^1.3.0",
"@neoconfetti/svelte": "^1.0.0",
"@supabase/auth-helpers-sveltekit": "^0.9.0",
"@supabase/supabase-js": "^2.10.0",
"@sveltejs/kit": "^1.0.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/svelte": "^3.2.2",
"@testing-library/user-event": "^14.4.3",
"@turf/area": "^6.5.0",
"@types/cookie": "^0.5.1",
"@types/googlemaps": "^3.43.3",
"@types/jest": "^29.2.5",
"@types/mapbox__mapbox-gl-draw": "^1.4.0",
"@types/mapbox-gl": "^2.7.11",
"autoprefixer": "^10.4.13",
"axios": "^0.27.2",
"axios-cache-interceptor": "^0.10.7",
"babel-jest": "^29.3.1",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-svelte3": "^4.0.0",
"firebase": "^9.8.1",
"jest": "^29.3.1",
"mg-api-js": "^2.0.4",
"postcss": "^8.4.19",
"prettier": "^2.6.2",
"prettier-plugin-svelte": "^2.7.0",
"rxfire": "^6.0.3",
"rxjs": "^7.5.5",
"sirv-cli": "^2.0.0",
"svelte": "^3.46.0",
"svelte-check": "^2.7.1",
"svelte-jester": "^2.3.2",
"svelte-preprocess": "^4.10.7",
"tailwindcss": "^3.2.4",
"ts-jest": "^29.0.4",
"tw-elements": "^1.0.0-alpha12",
"typescript": "^4.7.4",
"uuid": "^9.0.0",
"vite": "^4.0.0"
},
"type": "module",
"dependencies": {
"@mapbox/mapbox-gl-geocoder": "^2.3.0",
"@supabase/auth-ui-shared": "^0.1.3",
"@supabase/auth-ui-svelte": "^0.1.4",
"@sveltejs/adapter-auto": "^2.0.0",
"@types/google.maps": "^3.53.2",
"@types/grecaptcha": "^3.0.4",
"install": "^0.13.0",
"mapbox-gl": "^2.14.1",
"npm": "^9.6.0",
"svelte-range-slider-pips": "^2.1.0"
}
}