-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 998 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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc"
},
"dependencies": {
"@heroicons/react": "^2.0.12",
"@internationalized/date": "^3.0.1",
"@next-book/publisher": "^1.0.2",
"date-fns": "^2.29.3",
"duration-fns": "^3.0.1",
"next": "^13.0.0",
"postgres": "^3.3.1",
"react": "^18.2.0",
"react-aria": "^3.20.0",
"react-dom": "^18.2.0",
"react-stately": "^3.18.0",
"recharts": "^2.1.16",
"swr": "^1.3.0"
},
"devDependencies": {
"@react-types/shared": "^3.15.0",
"@types/node": "^12.12.21",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"autoprefixer": "^10.4.12",
"eslint": "8.26.0",
"eslint-config-next": "13.0.0",
"eslint-config-prettier": "^8.5.0",
"postcss": "^8.4.17",
"tailwindcss": "^3.1.8",
"typescript": "^4.8.3"
}
}