-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.28 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
{
"name": "portal",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "cross-env ANALYZE=true next build"
},
"dependencies": {
"@ant-design/plots": "^1.2.2",
"@tanstack/react-query": "^4.10.3",
"@tanstack/react-query-devtools": "^4.11.0",
"antd": "^5.6.2",
"axios": "^1.1.3",
"country-calling-code": "^0.0.3",
"country-list": "^2.3.0",
"country-list-with-dial-code-and-flag": "^3.0.2",
"format-money-js": "^1.6.3",
"json-2-csv": "^4.0.0",
"next": "12.3.1",
"nft.storage": "^7.0.0",
"pinata": "^0.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-google-autocomplete": "^2.7.0",
"react-highlight-words": "^0.18.0",
"usa-states": "^0.0.6",
"uuid": "^9.0.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.3.0",
"@types/node": "18.8.5",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@types/react-highlight-words": "^0.16.4",
"@types/uuid": "^8.3.4",
"autoprefixer": "^10.4.12",
"cross-env": "^7.0.3",
"eslint": "8.25.0",
"eslint-config-next": "12.3.1",
"postcss": "^8.4.18",
"tailwindcss": "^3.1.8",
"typescript": "4.8.4"
}
}