-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.25 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
{
"name": "meetdapp-frontend",
"version": "0.1.0",
"private": true,
"license": "MIT",
"scripts": {
"build": "next build",
"dev": "next dev",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
"lint": "next lint",
"lint:fix": "next lint --fix",
"prepare": "husky install",
"start": "next start",
"test": "jest",
"test:watch": "jest --watchAll"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/next-js": "^2.1.5",
"@chakra-ui/react": "^2.8.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@googlemaps/three": "^4.0.6",
"@rainbow-me/rainbowkit": "^1.1.3",
"autoprefixer": "10.4.14",
"ethers": "5.7.2",
"formik": "^2.4.5",
"framer-motion": "^10.16.4",
"i18next": "^23.6.0",
"moment": "^2.29.4",
"next": "13.4.10",
"postcss": "8.4.26",
"react": "18.2.0",
"react-blockies": "^1.4.1",
"react-dom": "18.2.0",
"react-i18next": "^13.3.1",
"react-loader-spinner": "^5.4.5",
"swiper": "^10.3.1",
"tailwindcss": "3.3.3",
"viem": "^1.18.0",
"wagmi": "^1.4.5"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.6",
"@types/node": "20.4.2",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"assert": "^2.1.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"eslint": "^8.52.0",
"eslint-config-next": "13.4.10",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-n": "^16.2.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-testing-library": "^6.1.0",
"https-browserify": "^1.0.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.0.2",
"os-browserify": "^0.3.0",
"prettier": "^3.0.3",
"process": "^0.11.10",
"react-app-rewired": "^2.2.1",
"react-icons": "^4.11.0",
"react-scripts": "5.0.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"ts-jest": "^29.1.1",
"typescript": "5.1.6",
"url": "^0.11.3",
"webpack-bundle-analyzer": "^4.9.1"
}
}