-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 788 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 788 Bytes
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
{
"name": "@chatr/web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --port 56413",
"build": "next build",
"start": "next start --port 56414",
"lint": "next lint"
},
"dependencies": {
"@nextui-org/react": "^2.3.0",
"@types/node": "22.8.7",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.19",
"clsx": "^2.0.0",
"framer-motion": "^11.1.1",
"highcharts": "^11.4.6",
"highcharts-react-official": "^3.2.1",
"intl-messageformat": "^10.5.0",
"next": "14.2.1",
"next-themes": "^0.3.0",
"postcss": "8.4.38",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-odometer": "^0.0.1",
"react-odometerjs": "^3.1.3",
"tailwind-variants": "^0.2.1",
"tailwindcss": "3.4.3",
"typescript": "5.5.4"
}
}