-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 955 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 955 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
35
36
37
38
39
{
"name": "@pdoolingo/pdoolingo",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.5",
"@astrojs/node": "^9.5.0",
"@astrojs/react": "^4.4.2",
"@astrojs/tailwind": "^6.0.2",
"@astrojs/vercel": "^9.0.0",
"@auth/core": "^0.37.3",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"astro": "^5.15.5",
"auth-astro": "^4.2.0",
"autoprefixer": "^10.4.22",
"node-fetch": "^3.3.2",
"postcss": "^8.5.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
},
"devDependencies": {
"@types/node": "^20.17.30"
},
"overrides": {
"path-to-regexp": "^8.3.0"
}
}