-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 985 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": "@example/minimal",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write \"**/*.{ts,tsx,md,mdx,json,js,mjs,cjs}\"",
"format:check": "prettier --check \"**/*.{ts,tsx,md,mdx,json,js,mjs,cjs}\""
},
"dependencies": {
"@astrojs/react": "^2.3.2",
"@astrojs/tailwind": "^4.0.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"astro": "^2.10.12",
"astro-icon": "^0.8.1",
"daisyui": "^3.6.1",
"payload": "^1.14.0",
"qs": "^6.11.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"slate": "^0.94.1",
"styled-components": "^6.0.7",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@types/qs": "^6.9.7",
"prettier": "^3.0.2",
"prettier-plugin-tailwindcss": "^0.5.3",
"tailwind-scrollbar": "^3.0.5"
}
}