-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.05 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.05 KB
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
{
"name": "convert-money",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.4.3",
"@heroicons/react": "^1.0.6",
"@types/react-router-dom": "^5.3.3",
"@types/tailwindcss": "^3.0.3",
"axios": "^0.25.0",
"axios-retry": "^3.2.4",
"helmet": "^5.0.2",
"i18next": "^21.8.11",
"i18next-browser-languagedetector": "^6.1.4",
"i18next-http-backend": "^1.4.1",
"moment": "^2.29.2",
"mongodb": "^4.5.0",
"next": "^12.0.8",
"next-connect": "^0.11.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-i18next": "^11.17.3",
"react-loader-spinner": "^4.0.0",
"react-router-dom": "^6.2.1"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/mongodb": "^4.0.7",
"@types/node": "^17.0.23",
"@types/react": "^17.0.38",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.15",
"typescript": "4.5.5"
}
}