-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.4 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
45
46
47
48
49
50
51
52
{
"name": "reference-check",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@basis-theory/basis-theory-js": "^1.53.1",
"@basis-theory/basis-theory-react": "^1.6.0",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/lab": "^5.0.0-alpha.94",
"@mui/material": "^5.9.2",
"axios": "^0.27.2",
"lodash": "^4.17.21",
"lokijs": "^1.5.12",
"next": "12.2.3",
"nookies": "^2.5.2",
"pino": "^8.5.0",
"pino-pretty": "^9.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-imask": "^6.4.2",
"react-syntax-highlighter": "^15.5.0",
"swr": "^1.3.0"
},
"devDependencies": {
"@basis-theory/eslint-config": "^1.0.13",
"@types/cookie": "^0.5.1",
"@types/lodash": "^4.14.183",
"@types/lokijs": "^1.5.7",
"@types/node": "18.6.1",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@types/react-syntax-highlighter": "^15.5.4",
"eslint": "^7.32.0",
"prettier": "^2.7.1",
"typescript": "4.7.4"
},
"resolutions": {
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react": "7.25.1",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react-hooks": "^4.5.0"
},
"prettier": "@basis-theory/eslint-config/prettier"
}