-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 949 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 949 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
{
"name": "quiz",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write . && biome format --write ."
},
"dependencies": {
"@astrojs/solid-js": "^5.1.3",
"@astrojs/tailwind": "^6.0.2",
"@biomejs/biome": "^2.3.10",
"@kobalte/core": "^0.13.11",
"@solid-primitives/timer": "^1.4.3",
"astro": "^5.16.6",
"class-variance-authority": "^0.7.1",
"solid-js": "^1.9.10",
"tailwind-merge": "^3.4.0",
"tailwindcss": "3"
},
"devDependencies": {
"@astrojs/check": "^0.9.6",
"@types/node": "^25.0.3",
"@typescript-eslint/parser": "^8.50.1",
"prettier": "^3.7.4",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.50.1"
}
}