-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
33 lines (33 loc) · 892 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
{
"name": "exam-timekeeper",
"type": "module",
"version": "2.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/cloudflare": "^8.1.0",
"@astrojs/react": "^3.0.3",
"@astrojs/solid-js": "^3.0.2",
"@astrojs/svelte": "^4.0.3",
"@astrojs/tailwind": "^5.0.2",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"astro": "^3.3.3",
"astro-emoji": "^1.2.0",
"daisyui": "^2.51.4",
"htmx.org": "^1.9.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"solid-js": "^1.8.3",
"svelte": "^4.2.19",
"tailwindcss": "^3.2.7"
},
"devDependencies": {
"postcss-nesting": "^11.2.1"
}
}