-
-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 855 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 855 Bytes
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
{
"name": "astro-bling",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "npm run dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/netlify": "^1.2.1",
"@astrojs/node": "^5.0.3",
"@astrojs/react": "^1.2.2",
"@babel/generator": "^7.21.1",
"@prisma/client": "^4.11.0",
"@remix-run/router": "^1.3.3",
"@tanstack/bling": "^0.1.3",
"@vitejs/plugin-react": "^3.1.0",
"astro": "0.0.0-ssr-manifest-20230306183729",
"concurrently": "^7.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.8.2",
"tiny-invariant": "^1.3.1"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"prisma": "^4.11.0"
}
}