-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1 KB
/
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
40
41
{
"name": "web-visitorbadge-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"preinstall": "npx npm-force-resolutions",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "1.4.0",
"@heroicons/react": "^2.1.1",
"chart.js": "^4.4.1",
"lodash.debounce": "4.0.8",
"next": "^14.1.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-color": "2.19.3",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/lodash.debounce": "4.0.6",
"@types/node": "20.11.5",
"@types/react": "18.2.0",
"@types/react-chartjs-2": "2.5.7",
"@types/react-color": "3.0.5",
"autoprefixer": "^10.3.1",
"eslint": "7.31.0",
"eslint-config-next": "^14.1.0",
"postcss": "^8.3.6",
"postcss-import": "14.0.2",
"postcss-nested": "5.0.6",
"tailwindcss": "^2.2.7",
"typescript": "^4.5.2"
},
"resolutions": {
"@types/react": "18.2.0"
}
}