-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 909 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
35
{
"name": "website",
"type": "module",
"description": "Personal website + various projects",
"author": "Robert A Fraser",
"repository": {
"type": "git",
"url": "git+https://github.com/rafraser/website.git"
},
"scripts": {
"astro": "astro",
"vite": "vite",
"build": "astro build && vite build --config vite-projects.config.mjs",
"preview": "astro preview"
},
"devDependencies": {
"@fortawesome/fontawesome-pro": "^6.3.0",
"@types/mapbox-gl": "^2.7.10",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"@vitejs/plugin-vue": "^4.0.0",
"astro": "^2.0.10",
"chroma-js": "^2.4.2",
"typescript": "^4.9.5",
"vite": "^4.1.1",
"vite-plugin-elm": "^2.7.2"
},
"dependencies": {
"mapbox-gl": "^2.12.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vue": "^3.2.47"
}
}