-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.07 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
{
"name": "debt-repayment",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-amplify/core": "^4.5.8",
"@aws-amplify/ui-react": "^3.5.4",
"@popperjs/core": "^2.11.5",
"aws-amplify": "^4.3.26",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.8.3",
"lodash": "^4.17.21",
"next": "12.1.6",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-toastify": "^9.0.5",
"react-verification-input": "^2.0.6"
},
"devDependencies": {
"@types/bootstrap": "^5.2.4",
"@types/gtag.js": "0.0.11",
"@types/lodash": "^4.14.185",
"@types/node": "^17.0.42",
"@types/react": "^17.0.50",
"@types/react-dom": "18.0.5",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"eslint": "^8.24.0",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.31.8",
"sass": "^1.55.0",
"typescript": "4.7.3"
}
}