-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 956 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 956 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
{
"name": "decipher-ms",
"private": true,
"type": "module",
"license": "AGPL-3.0-or-later",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"lint": "eslint .",
"format": "prettier --write ."
},
"dependencies": {
"@astrojs/cloudflare": "^13.6.0",
"@tailwindcss/vite": "^4.2.1",
"astro": "^6.4.2",
"jose": "^6.2.3",
"tailwindcss": "^4.2.1",
"tw-animate-css": "^1.3.4",
"web-vitals": "^5.2.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20260527.1",
"@eslint/js": "^9.32.0",
"@types/node": "^22.16.5",
"astro-eslint-parser": "^1.4.0",
"eslint": "^9.32.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-astro": "^1.7.0",
"globals": "^15.15.0",
"prettier": "^3.7.3",
"prettier-plugin-astro": "^0.14.1",
"typescript": "^5.8.3",
"typescript-eslint": "^8.56.1",
"wrangler": "^4.95.0"
}
}