-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 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
44
45
46
47
{
"name": "brainstory",
"version": "0.0.1",
"private": true,
"engines": {
"node": ">=18.14.0"
},
"scripts": {
"dev": "astro dev --port 5173",
"start": "astro dev --port 5173",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"devDependencies": {
"@astrojs/tailwind": "^5.0.0",
"@tailwindcss/forms": "^0.5.4",
"@tailwindcss/typography": "^0.5.9",
"astro": "^3.0.3"
},
"dependencies": {
"@astrojs/react": "^3.0.0",
"@astrojs/sitemap": "^2.0.1",
"@astrolib/seo": "^0.6.0",
"@nanostores/react": "^0.1.5",
"@rive-app/react-canvas": "^4.1.6",
"@tailwindcss/line-clamp": "^0.4.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"install": "^0.13.0",
"md5": "^2.3.0",
"nanostores": "^0.5.2",
"ncu": "^0.2.1",
"npm": "^9.8.1",
"npm-check-updates": "^16.10.18",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-markdown": "^8.0.7",
"react-media-recorder": "^1.6.6",
"react-select": "^5.8.0",
"react-timezone-select": "^3.2.3",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.3.3",
"tailwindcss-animate": "^1.0.7",
"uuid": "^9.0.1"
}
}