-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathpackage.json
79 lines (79 loc) · 2.27 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
{
"name": "starknet-id-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": " next dev",
"build": "next build",
"start": "next start",
"lint": "eslint '**/*.{jsx,ts,tsx}'",
"test": "jest"
},
"dependencies": {
"@anima-protocol/personhood-sdk-react": "^0.4.4",
"@avnu/gasless-sdk": "^0.1.6",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.10.1",
"@nimiq/style": "^0.8.4",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/wallet-adapter-react-ui": "^0.9.34",
"@solana/wallet-adapter-wallets": "^0.19.23",
"@solana/web3.js": "^1.87.6",
"@starknet-io/get-starknet-core": "4.0.4",
"@starknet-react/chains": "^3.1.0",
"@starknet-react/core": "^3.6.2",
"@vercel/analytics": "^0.1.5",
"@walnuthq/sdk": "^1.1.10",
"axios": "^1.4.0",
"big.js": "^6.2.2",
"bn.js": "^5.2.1",
"dotenv": "^16.3.1",
"eslint-config-next": "^13.4.7",
"ethers": "^6.12.1",
"get-starknet-core": "^3.3.4",
"jotai": "^2.5.0",
"lottie-react": "^2.4.0",
"mongodb": "^4.12.1",
"next": "^14.2.3",
"next-axiom": "^1.1.1",
"nextjs-cors": "^2.1.2",
"posthog-js": "^1.68.4",
"qs": "^6.12.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-loader-spinner": "5.4.5",
"starknet": "^6.11.0",
"starknetid.js": "^4.0.1",
"starknetkit": "^2.6.2",
"tldts": "^6.1.20",
"twitter-api-sdk": "^1.2.1"
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2",
"@types/big.js": "^6.1.6",
"@types/bn.js": "^5.1.0",
"@types/jest": "^29.5.11",
"@types/node": "18.7.8",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
"autoprefixer": "^10.4.8",
"babel-jest": "^29.3.1",
"eslint": "^8.54.0",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.3.1",
"jest-fetch-mock": "^3.0.3",
"postcss": "^8.4.16",
"prettier": "^2.8.4",
"tailwindcss": "^3.1.8",
"ts-jest": "^29.0.3",
"typescript": "^5.3.2"
}
}