-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
99 lines (99 loc) · 2.87 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "send-securely",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=14"
},
"files": [],
"prettier": "@basis-theory/eslint-config/prettier",
"scripts": {
"dev": "next dev",
"build": "NODE_OPTIONS=--openssl-legacy-provider next build",
"start": "next start",
"lint": "eslint . --quiet --ignore-path .gitignore",
"lint:fix": "eslint . --fix --ignore-path .gitignore",
"cypress:open": "cypress open",
"test:acceptance": "cypress run --spec \"cypress/specs/acceptance/**/*\" --headless",
"test:integration": "cypress run --spec \"cypress/specs/integration/**/*\" --headless",
"pretty-quick": "pretty-quick --staged",
"postinstall": "husky install"
},
"dependencies": {
"@basis-theory/basis-theory-js": "^1.48.0",
"@emotion/cache": "^11.4.1",
"@emotion/react": "^11.4.1",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.4.1",
"@emotion/utils": "^1.0.0",
"@mui/icons-material": "^5.4.2",
"@mui/lab": "^5.0.0-alpha.69",
"@mui/material": "^5.4.2",
"@mui/styles": "^5.4.2",
"axios": "^0.21.2",
"camelcase-keys": "^6.2.2",
"cookie": "^0.4.1",
"date-fns": "^2.28.0",
"envalid": "^7.2.2",
"file-saver": "^2.0.5",
"lodash": "^4.17.21",
"lottie-react": "^2.1.0",
"luxon": "^2.3.0",
"next": "11.1.4",
"next-auth": "^3.29.0",
"next-i18next": "^8.8.0",
"next-secure-headers": "^2.2.0",
"next-transpile-modules": "^8.0.0",
"nookies": "^2.5.2",
"pino": "^7.10.0",
"pino-pretty": "^7.0.1",
"query-string": "^7.1.1",
"react": "17.0.2",
"react-copy-to-clipboard": "^5.0.4",
"react-dom": "17.0.2",
"react-lottie": "^1.2.3",
"snakecase-keys": "^5.4.1",
"swr": "^1.0.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@basis-theory/eslint-config": "^1.0.9",
"@hapi/iron": "^6.0.0",
"@types/chance": "^1.1.3",
"@types/luxon": "^2.0.9",
"@types/node": "^14.14.31",
"@types/react": "^17.0.2",
"@types/react-copy-to-clipboard": "^5.0.0",
"@types/react-lottie": "^1.2.6",
"@types/react-syntax-highlighter": "^13.5.0",
"@types/react-text-mask": "^5.4.7",
"axe-core": "^4.4.1",
"chance": "^1.1.8",
"cypress": "^9.6.0",
"cypress-axe": "^0.14.0",
"eslint": "^7.32.0",
"husky": "^5.1.1",
"i18next": "^21.6.5",
"prettier": "^2.3.2",
"pretty-quick": "^3.1.1",
"react-i18next": "^11.11.4",
"typescript": "^4.4.3",
"utility-types": "^3.10.0"
},
"resolutions": {
"axios": "^0.21.2",
"react-i18next": "^11.11.4",
"prismjs": "^1.25.0",
"glob-parent": "^5.1.2",
"ssri": "^6.0.2",
"trim": "0.0.3",
"dot-prop": "^5.1.1",
"browserslist": "^4.16.5",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-react": "7.25.1",
"tmpl": "^1.0.5",
"tar": "6.1.11",
"path-parse": "^1.0.7",
"@mui/styled-engine": "5.4.2"
}
}