-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.56 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
48
49
50
51
52
53
54
55
56
{
"name": "astro-albums",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build --remote",
"preview": "astro preview",
"check": "astro check",
"astro": "astro",
"=== LINTERS ===": "",
"lint": "eslint src --fix",
"prettier": "prettier 'src/**/*.(ts|tsx|astro)' --write",
"tsc": "tsc --noEmit"
},
"devDependencies": {
"@astrojs/solid-js": "4.4.1",
"@astrojs/tailwind": "5.1.0",
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.10.0",
"@typescript-eslint/eslint-plugin": "8.5.0",
"@typescript-eslint/parser": "8.5.0",
"astro": "4.15.6",
"eslint": "9.10.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-node": "0.3.9",
"eslint-plugin-import-x": "4.2.1",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-promise": "7.1.0",
"eslint-plugin-solid": "0.14.3",
"eslint-plugin-sort-keys-fix": "1.1.2",
"globals": "^15.9.0",
"prettier": "3.3.3",
"prettier-plugin-astro": "0.14.1"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/db": "^0.14.1",
"@astrojs/vercel": "^7.8.1",
"arctic": "^1.9.2",
"class-variance-authority": "0.7.0",
"daisyui": "4.12.10",
"decode-formdata": "^0.8.0",
"lucia": "^3.2.0",
"lucia-adapter-astrodb": "^0.2.0",
"nanoid": "^5.0.7",
"oslo": "^1.2.1",
"solid-js": "1.8.22",
"tailwind-merge": "2.5.2",
"typescript": "^5.6.2"
}
}