-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
36 lines (36 loc) · 1.08 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
{
"name": "strkevents",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint && eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0"
},
"dependencies": {
"@starknet-react/chains": "^3.0.2",
"@starknet-react/core": "^3.0.3",
"@tanstack/react-query": "^5.66.9",
"font-awesome": "^4.7.0",
"framer-motion": "^11.12.0",
"lucide-react": "^0.476.0",
"next": "^15.1.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.5.2",
"react-icons": "^5.3.0",
"starknet": "^6.11.0"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "14.0.4",
"postcss": "^8.4.38",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.4.3"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}