-
Notifications
You must be signed in to change notification settings - Fork 484
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.94 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 1.94 KB
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
{
"name": "starknet-ecosystem",
"description": "Starknet Ecosystem - Explore projects, metrics, jobs, and everything building on Starknet",
"homepage": "https://starknet-ecosystem.com",
"license": "Apache-2.0",
"version": "2.0.0",
"repository": {
"url": "https://github.com/419Labs/starknet-ecosystem.com"
},
"author": {
"url": "https://avnu.fi",
"name": "avnu"
},
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "eslint data src",
"test": "jest --watch",
"test:ci": "jest --ci",
"knip": "knip"
},
"dependencies": {
"@chakra-ui/color-mode": "2.2.0",
"@chakra-ui/layout": "2.3.1",
"@chakra-ui/react": "2.8.2",
"@emotion/cache": "11.14.0",
"@emotion/react": "11.14.0",
"@emotion/server": "11.11.0",
"@emotion/styled": "11.14.0",
"@fortawesome/fontawesome-svg-core": "7.1.0",
"@fortawesome/free-brands-svg-icons": "^7.1.0",
"@fortawesome/free-solid-svg-icons": "^7.1.0",
"@fortawesome/react-fontawesome": "3.1.1",
"@types/react-dom": "18.3.1",
"@vercel/analytics": "1.5.0",
"@vercel/speed-insights": "1.2.0",
"dayjs": "1.11.19",
"framer-motion": "^12.23.25",
"geist": "^1.7.0",
"jest-environment-jsdom": "30.2.0",
"next": "16.1.6",
"nprogress": "^0.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"swr": "^2.4.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^16.0.7",
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "24.10.1",
"@types/nprogress": "^0.2.3",
"@types/react": "18.3.12",
"eslint": "^9.39.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"globals": "^16.5.0",
"jest": "30.2.0",
"knip": "^5.83.1",
"next-sitemap": "^4.2.3",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"typescript": "5.9.3",
"typescript-eslint": "^8.48.1"
}
}