-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.12 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
42
43
44
{
"name": "importer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier -w 'src/**/*.ts' -w 'app/**/*.tsx'"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@ericblade/quagga2": "^1.7.7",
"@mui/material": "^5.10.17",
"@notionhq/client": "^2.2.2",
"@sentry/nextjs": "^7.24.2",
"@sentry/utils": "^7.24.2",
"@types/node": "18.11.12",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@zxing/library": "^0.19.1",
"axios": "^1.2.1",
"date-fns": "^2.29.3",
"eslint": "8.29.0",
"eslint-config-next": "13.0.6",
"next": "13.0.6",
"next-auth": "^4.18.4",
"node-isbn": "^1.6.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.40.0",
"react-toastify": "^9.1.1",
"react-zxing": "^1.0.7",
"superstruct": "^1.0.3",
"typescript": "4.9.4"
},
"packageManager": "yarn@3.3.0",
"devDependencies": {
"@types/node-isbn": "^1.6.2",
"prettier": "^2.8.1"
}
}