-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.14 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": "@ecma/tc54.org",
"type": "module",
"private": true,
"version": "SNAPSHOT",
"scripts": {
"start": "astro dev --host",
"build": "astro check --noEmit && astro build",
"preview": "astro preview",
"prettier": "prettier --write ./src",
"astro": "astro",
"prepare": "husky install"
},
"dependencies": {
"@astrojs/node": "^8.3.2",
"@astrojs/prism": "^3.1.0",
"@astrojs/react": "^3.6.0",
"@astrojs/sitemap": "^3.0.3",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.7.2",
"@headlessui/react": "^2.1.1",
"@heroicons/react": "^2.0.16",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.9",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"astro": "^4.11.5",
"classnames": "^2.3.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"tailwindcss": "^3.4.4"
},
"devDependencies": {
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"prettier-plugin-astro": "^0.14.0"
},
"engines": {
"node": ">=18"
}
}