-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
34 lines (34 loc) · 1.04 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"build-start": "cd nova-components/Start && npm run dev",
"build-start-prod": "cd nova-components/Start && npm run prod"
},
"devDependencies": {
"@alpinejs/collapse": "^3.10.5",
"@alpinejs/focus": "^3.11.1",
"@alpinejs/intersect": "^3.11.1",
"@nostr-dev-kit/ndk": "^0.8.20-1",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.0",
"alpinejs": "^3.0.6",
"autoprefixer": "^10.4.7",
"laravel-echo": "^1.15.0",
"laravel-vite-plugin": "^0.7.2",
"postcss": "^8.4.14",
"pusher-js": "^7.1.1-beta",
"tailwindcss": "^3.1.0",
"vite": "^4.1.1",
"vite-plugin-static-copy": "^0.16.0",
"webln": "^0.3.2"
},
"dependencies": {
"leaflet.heat": "^0.2.0",
"mapshaper": "^0.6.24",
"shiki": "^0.14.1"
},
"packageManager": "[email protected]"
}