-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.89 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.89 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
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
{
"name": "next-ts-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepack": "husky install"
},
"dependencies": {
"@hookform/error-message": "^2.0.1",
"@metaplex-foundation/js": "^0.17.12",
"@reduxjs/toolkit": "^1.9.0",
"@solana/wallet-adapter-react": "^0.15.28",
"@solana/wallet-adapter-react-ui": "^0.9.27",
"@solana/wallet-adapter-wallets": "^0.19.10",
"@solana/web3.js": "^1.73.0",
"@tanstack/react-query": "^4.16.1",
"@turf/turf": "^6.5.0",
"@types/bs58": "^4.0.1",
"@types/node": "18.11.9",
"@types/qs": "^6.9.7",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"axios": "^1.1.3",
"bs58": "^5.0.0",
"daisyui": "^2.40.1",
"dotenv": "^16.0.3",
"eslint": "8.27.0",
"eslint-config-next": "13.0.2",
"mapbox-gl": "^2.11.0",
"moment": "^2.29.4",
"next": "13.0.2",
"qs": "^6.11.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.39.4",
"react-loading-skeleton": "^3.1.0",
"react-map-gl": "^7.0.20",
"react-redux": "^8.0.5",
"react-toastify": "^9.1.1",
"tailwind-merge": "^1.8.0",
"tailwindcss-filters": "^3.0.0",
"typescript": "4.8.4"
},
"engines": {
"node": ">=16.0.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.8",
"@types/mapbox-gl": "^2.7.8",
"@types/turf": "^3.5.32",
"autoprefixer": "^10.4.13",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-sonarjs": "^0.16.0",
"husky": "^8.0.2",
"lint-staged": "^13.0.3",
"postcss": "^8.4.19",
"prettier": "^2.7.1",
"tailwindcss": "^3.2.4"
}
}