generated from MaeWolff/astro-portfolio-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.1 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
{
"name": "astro-template-portfolio",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "bunx --bun astro dev",
"start": "bunx --bun astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^3.0.2",
"@astrojs/sitemap": "^1.3.1",
"@astrojs/tailwind": "^5.0.0",
"@astrojs/vercel": "^4.0.5",
"@dotlottie/player-component": "^2.6.0",
"@fontsource/open-sans": "^5.0.1",
"@nextui-org/react": "^2.1.10",
"@rive-app/canvas": "^2.4.3",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@vercel/analytics": "^1.0.2",
"astro": "^3.0.9",
"astro-seo": "0.7.2",
"framer-motion": "^10.16.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.2"
},
"devDependencies": {
"@typescript-eslint/parser": "5.59.7",
"bun-types": "^1.0.1",
"eslint": "8.41.0",
"eslint-plugin-astro": "0.27.1",
"prettier": "2.8.8",
"prettier-plugin-astro": "0.9.0",
"prettier-plugin-tailwindcss": "0.3.0"
}
}