-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1003 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
38
39
{
"name": "website-v2",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "prettier . -w"
},
"dependencies": {
"@astrojs/partytown": "^2.1.1",
"@astrojs/react": "^3.0.4",
"@astrojs/tailwind": "^5.0.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@material-tailwind/react": "^2.1.10",
"@mui/material": "^5.14.18",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"astro": "^3.2.3",
"axios": "^1.6.7",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-icons": "^4.12.0",
"react-sliding-pane": "^7.3.0",
"sharp": "^0.33.0",
"swiper": "^11.0.7",
"tailwindcss": "^3.0.24"
},
"devDependencies": {
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
"prettier-plugin-tailwindcss": "^0.5.5"
},
"packageManager": "[email protected]"
}