-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
43 lines (43 loc) · 1.11 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
{
"name": "famnm-website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^3.6.2",
"@fortawesome/fontawesome-free": "^6.6.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@popperjs/core": "^2.11.8",
"@types/mapbox-gl": "^3.4.0",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"astro": "^4.15.6",
"bootstrap": "^5.3.3",
"magic-string": "^0.30.11",
"mapbox-gl": "^3.6.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.78.0",
"use-prefers-color-scheme": "^1.1.3",
"vite": "^5.4.5"
},
"devDependencies": {
"@astropub/codecs": "^0.4.4",
"@types/bootstrap": "^5.2.10",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"file-type": "^19.5.0",
"find-cache-dir": "^5.0.0",
"object-hash": "^3.0.0",
"potrace": "^2.1.8",
"sharp": "^0.33.5",
"typescript": "^5.6.2",
"vitest": "^2.1.1"
}
}