-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.12 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
{
"name": "vite-template-solid",
"version": "0.0.0",
"description": "",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"license": "MIT",
"devDependencies": {
"@types/aes-js": "^3.1.1",
"@types/crypto-js": "^4.1.1",
"@types/haversine": "^1.1.5",
"@types/leaflet-rotate": "^0.1.1",
"@types/lodash": "^4.14.192",
"autoprefixer": "^10.4.14",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"postcss": "^8.4.21",
"prettier": "^2.8.7",
"tailwindcss": "^3.3.0",
"typescript": "^5.0.2",
"vite": "^4.1.1",
"vite-plugin-solid": "^2.5.0"
},
"dependencies": {
"@solid-primitives/event-listener": "^2.2.10",
"@types/leaflet": "^1.9.3",
"aes-js": "^3.1.2",
"country-iso": "^2.0.5",
"country-iso-3-to-2": "^1.1.1",
"crypto-js": "^4.1.1",
"date-fns": "^2.29.3",
"haversine": "^1.1.1",
"leaflet": "^1.9.3",
"leaflet-rotate": "^0.2.5",
"lodash": "^4.17.21",
"nostr-tools": "^1.8.1",
"openpgp": "^5.7.0",
"solid-icons": "^1.0.4",
"solid-js": "^1.6.10"
}
}