-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
71 lines (71 loc) · 1.99 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
{
"name": "affiliate.starknet.id",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": " next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"prettier": "prettier --write '**/*.{ts,tsx,css}'"
},
"dependencies": {
"@anima-protocol/personhood-sdk-react": "^0.4.4",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@mui/base": "^5.0.0-beta.7",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.10.1",
"@nimiq/style": "^0.8.4",
"@starknet-io/get-starknet-core": "^4.0.0",
"@starknet-react/chains": "^3.1.1",
"@starknet-react/core": "^3.6.3",
"@types/lodash": "^4.14.196",
"@vercel/analytics": "^0.1.5",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"apexcharts": "^3.41.0",
"axios": "^1.4.0",
"big.js": "^6.2.1",
"bn.js": "^5.2.1",
"eslint-config-next": "^13.4.7",
"get-starknet-core": "^3.1.0",
"lodash": "^4.17.21",
"lottie-react": "^2.4.0",
"mongodb": "^4.12.1",
"next": "^13.4.7",
"nextjs-cors": "^2.1.2",
"posthog-js": "^1.68.4",
"react": "^18.2.0",
"react-apexcharts": "^1.4.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-loader-spinner": "^6.1.6",
"starknet": "^6.11.0",
"starknetid.js": "^4.0.1",
"starknetkit": "^2.6.1",
"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/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.30.0",
"eslint-plugin-react": "^7.31.11",
"jest": "^29.3.1",
"postcss": "^8.4.16",
"prettier": "^2.8.4",
"tailwindcss": "^3.1.8",
"ts-jest": "^29.0.3",
"typescript": "^4.7.4"
}
}