-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 972 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": "modern-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@yamada-ui/carousel": "^2.1.2",
"@yamada-ui/markdown": "^1.0.49",
"@yamada-ui/react": "^1.6.2",
"@yamada-ui/table": "^1.3.3",
"next": "^15.0.4",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^10.1.1",
"react": "^19.0.0",
"react-children-utilities": "^2.10.0",
"react-dom": "^19.0.0",
"react-fast-marquee": "^1.6.5",
"react-icons": "^5.3.0",
"typeit-react": "^2.7.7"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^7.0.2",
"@types/node": "^20",
"@types/postcss-flexbugs-fixes": "^5",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"eslint": "^8",
"eslint-config-next": "^15.0.4",
"typescript": "^5"
},
"packageManager": "[email protected]"
}