-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 927 Bytes
/
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
{
"name": "tokaido-scrollytelling",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"format": "prettier --write --plugin-search-dir=. ."
},
"devDependencies": {
"@iconify/json": "^2.2.49",
"@sveltejs/vite-plugin-svelte": "^2.0.3",
"@tsconfig/svelte": "^3.0.0",
"@unocss/transformer-directives": "^0.50.7",
"prettier": "^2.8.7",
"prettier-plugin-svelte": "^2.10.0",
"svelte": "^3.55.1",
"svelte-check": "^2.10.3",
"tslib": "^2.5.0",
"typescript": "^4.9.3",
"unocss": "^0.50.7",
"vite": "^4.2.0"
},
"dependencies": {
"@turf/bearing": "^6.5.0",
"@watergis/mapbox-gl-pitch-toggle-control": "^1.0.3",
"intersection-observer": "^0.12.2",
"mapbox-gl": "^2.13.0",
"scrollama": "^3.2.0"
}
}