-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 1002 Bytes
/
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
{
"name": "zen-browser-website",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev --port 3000",
"start": "astro preview --port 3000",
"build": "astro build",
"preview": "astro preview --port 3000",
"astro": "astro",
"format:write": "prettier --write ./src",
"format": "prettier --check ./src"
},
"devDependencies": {
"@astrojs/tailwind": "5.1.2",
"astro": "4.16.10",
"autoprefixer": "10.4.14",
"postcss": "8.4.21",
"postcss-import": "^16.1.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.8",
"sharp": "^0.33.5",
"tailwindcss": "3.2.7"
},
"dependencies": {
"@astrojs/react": "^3.6.2",
"@fontsource/dm-sans": "^5.1.0",
"@fontsource/inter": "^5.1.0",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"clsx": "^2.1.1",
"react": "^19.0.0-beta",
"react-dom": "^19.0.0-beta",
"tailwind-merge": "^2.5.4"
}
}