-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.23 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
{
"name": "live-compositor-website",
"type": "module",
"version": "0.0.1",
"scripts": {
"lint": "eslint .",
"typecheck": "tsc --noEmit",
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"prettier": "prettier . --write",
"astrocheck": "astro check --minimumFailingSeverity warning"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/react": "^3.6.2",
"@astrojs/starlight": "^0.28.4",
"@astrojs/starlight-docsearch": "^0.2.0",
"@astrojs/tailwind": "^5.1.2",
"astro": "^4.15.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.32.5",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@types/react": "^18.3.12",
"@types/tailwindcss": "^3.1.0",
"@typescript-eslint/parser": "^8.12.2",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^1.3.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-tailwindcss": "^3.17.5",
"globals": "^15.11.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"typescript-eslint": "^8.12.2"
}
}