-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
executable file
·95 lines (95 loc) · 2.86 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "strkfarm-client",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
"start": "next start",
"lint": "next lint",
"build": "next build",
"build:prod": "yarn lint:fix && yarn format:fix && yarn build",
"lint:check": "eslint --config .eslintrc.json .",
"lint:fix": "eslint --config .eslintrc.json . --fix",
"format:check": "prettier --check \"**/*.{ts,tsx,json}\"",
"format:fix": "prettier --write \"**/*.{ts,tsx,json}\"",
"prepare": "husky",
"postinstall": "prisma generate"
},
"files": [
"CHANGELOG.md",
"dist"
],
"dependencies": {
"@ajna/pagination": "1.4.19",
"@apollo/client": "^3.11.8",
"@chakra-ui/icons": "2.1.1",
"@chakra-ui/react": "2.8.2",
"@emotion/react": "11.11.3",
"@emotion/styled": "11.11.0",
"@next/third-parties": "14.1.3",
"@nikolovlazar/chakra-ui-prose": "1.2.1",
"@prisma/client": "5.18.0",
"@starknet-react/chains": "3.0.0",
"@starknet-react/core": "3.0.1",
"@tanstack/query-core": "5.28.0",
"@types/mixpanel-browser": "2.49.0",
"@types/mustache": "4.2.5",
"@vercel/analytics": "1.2.2",
"@vercel/speed-insights": "1.0.12",
"axios": "1.6.7",
"bignumber.js": "4.0.4",
"chroma.ts": "1.0.10",
"ethers": "6.11.1",
"framer-motion": "11.0.5",
"get-starknet": "3.3.3",
"get-starknet-core": "3.3.3",
"graphql": "16.9.0",
"jotai": "2.6.4",
"jotai-tanstack-query": "0.8.5",
"mixpanel": "^0.18.0",
"mixpanel-browser": "2.49.0",
"mustache": "4.2.0",
"next": "14.1.0",
"react": "18",
"react-device-detect": "2.2.3",
"react-dom": "18",
"react-hot-toast": "2.4.1",
"react-icons": "5.3.0",
"react-mixpanel": "1.0.5",
"react-pro-sidebar": "1.1.0",
"react-responsive-carousel": "3.2.23",
"react-select": "5.8.0",
"react-share": "5.1.0",
"sharp": "0.33.4",
"starknet": "6.11.0",
"starknetkit": "2.3.2",
"strkfarm-sdk": "git+https://github.com/strkfarm/sdk-ts.git#main",
"swr": "2.2.5",
"wonka": "6.3.4"
},
"devDependencies": {
"@types/node": "20",
"@types/react": "18",
"@types/react-dom": "18",
"@typescript-eslint/eslint-plugin": "7.7.0",
"@typescript-eslint/parser": "7.7.0",
"autoprefixer": "10.0.1",
"conventional-changelog": "5.1.0",
"conventional-commits-parser": "5.0.0",
"embla-carousel-autoplay": "8.1.6",
"embla-carousel-react": "8.1.6",
"eslint": "8",
"eslint-config-next": "14.1.0",
"eslint-plugin-unused-imports": "3.1.0",
"husky": "9.1.1",
"postcss": "8",
"prettier": "3.3.3",
"prisma": "5.18.0",
"tailwindcss": "3.3.0",
"typescript": "5"
},
"engines": {
"node": "20.x"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}