forked from 419Labs/starknet-ecosystem.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.58 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.58 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "starknet-ecosystem",
"description": "StarkNet Ecosystem Dashboard - Explore all projects building & running on StarkNet L2",
"homepage": "https://starknet-ecosystem.com",
"license": "Apache-2.0",
"version": "1.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",
"start": "next start",
"lint": "eslint data src",
"test": "jest --watch",
"test:ci": "jest --ci"
},
"dependencies": {
"@chakra-ui/color-mode": "2.2.0",
"@chakra-ui/input": "2.1.2",
"@chakra-ui/layout": "2.3.1",
"@chakra-ui/modal": "2.3.1",
"@chakra-ui/react": "2.8.2",
"@chakra-ui/tabs": "3.0.0",
"@chakra-ui/tag": "3.1.1",
"@emotion/cache": "11.11.0",
"@emotion/react": "11.13.3",
"@emotion/server": "11.11.0",
"@emotion/styled": "11.14.1",
"@fortawesome/fontawesome-svg-core": "7.1.0",
"@fortawesome/free-brands-svg-icons": "^7.1.0",
"@fortawesome/free-regular-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",
"@types/react-fontawesome": "1.6.8",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vercel/analytics": "1.5.0",
"@vercel/speed-insights": "1.2.0",
"add": "2.0.6",
"chart.js": "4.5.1",
"cliui": "^8.0.1",
"dayjs": "1.11.19",
"ethers": "6.15.0",
"framer-motion": "12.23.25",
"jest-environment-jsdom": "30.2.0",
"lodash": "4.17.21",
"next": "16.0.10",
"next-seo": "7.0.1",
"prettier": "3.7.4",
"react": "18.3.1",
"react-chartjs-2": "5.3.1",
"react-cool-inview": "3.0.1",
"react-dom": "18.3.1",
"react-flippy": "1.1.0",
"swr": "2.3.6",
"yarn": "1.22.22"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@next/eslint-plugin-next": "^16.0.7",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "15.0.7",
"@testing-library/user-event": "14.6.1",
"@types/dompurify": "3.2.0",
"@types/node": "24.10.1",
"@types/react": "18.3.12",
"babel-jest": "30.2.0",
"eslint": "^9.39.1",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-next": "^16.0.8",
"eslint-config-sznm": "2.0.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"globals": "^16.5.0",
"jest": "30.2.0",
"typescript": "5.9.3",
"typescript-eslint": "^8.48.1"
}
}