-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.12 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
{
"name": "slip-and-slither",
"version": "0.1.0",
"private": true,
"dependencies": {
"@craco/craco": "^7.1.0",
"@metaplex-foundation/mpl-token-metadata": "^3.2.1",
"@metaplex-foundation/umi": "^0.9.1",
"@metaplex-foundation/umi-bundle-defaults": "^0.9.1",
"@particle-network/auth-core": "^1.3.6",
"@particle-network/auth-core-modal": "^1.3.9",
"@particle-network/chains": "^1.3.21",
"@project-serum/anchor": "^0.26.0",
"@shadow-drive/sdk": "^5.0.0",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/web3.js": "^1.91.4",
"@supabase/supabase-js": "^2.39.8",
"@tanstack/react-query": "^5.28.2",
"@types/node": "^16.18.89",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"add": "^2.0.6",
"assert": "^2.1.0",
"axios": "^1.6.8",
"browserify-zlib": "^0.2.0",
"bs58": "^5.0.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"https-browserify": "^1.0.0",
"phaser": "^3.60.0",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-ga": "^3.3.1",
"react-hook-form": "^7.51.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"react-scripts": "5.0.1",
"semver": "^7.6.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"typescript": "^4.9.5",
"url": "^0.11.3",
"util": "^0.12.5",
"web-vitals": "^2.1.4",
"webfontloader": "^1.6.28",
"yarn": "^1.22.22",
"zustand": "^4.5.2"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@types/webfontloader": "^1.6.38",
"autoprefixer": "^10.4.18",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"webpack": "^5.90.3"
}
}