-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 915 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": "con-court",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@nextui-org/react": "^2.2.9",
"@wevisdemo/ui": "^7.0.2",
"framer-motion": "^10.16.4",
"lodash": "^4.17.21",
"lottie-react": "^2.4.0",
"next": "14.0.0",
"next-plausible": "^3.12.0",
"react": "^18",
"react-dom": "^18",
"sass": "^1.69.5",
"tailwind-merge": "^2.0.0",
"valtio": "^1.12.0"
},
"devDependencies": {
"@types/lodash": "^4.14.201",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "14.0.0",
"postcss": "^8",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"tailwindcss": "^3",
"typescript": "^5"
}
}