forked from youknowriad/codevitals
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 984 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": "codevitals",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.3.0",
"@heroicons/react": "^1.0.3",
"chart.js": "^3.4.1",
"chartjs-plugin-zoom": "^1.2.1",
"classnames": "^2.3.1",
"date-fns": "^2.23.0",
"md5": "^2.3.0",
"next": "10.x",
"next-auth": "^4.3.1",
"planetscale-node": "^0.3.0",
"react": "17.x",
"react-chartjs-2": "^3.0.4",
"react-dom": "17.x",
"swr": "^0.5.6"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.26.1",
"@typescript-eslint/parser": "^4.26.1",
"autoprefixer": "^10.2.6",
"babel-eslint": "^10.1.0",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"postcss": "^8.3.0",
"prettier": "^2.3.1",
"tailwindcss": "^2.1.4"
}
}