forked from 419Labs/starknet-ecosystem.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.34 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
{
"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": "next lint --dir data --dir src",
"test": "jest --watch",
"test:ci": "jest --ci"
},
"dependencies": {
"@chakra-ui/color-mode": "^2.2.0",
"@chakra-ui/input": "^2.1.1",
"@chakra-ui/layout": "^2.3.1",
"@chakra-ui/modal": "^2.3.1",
"@chakra-ui/react": "^2.8.1",
"@chakra-ui/tabs": "^3.0.0",
"@chakra-ui/tag": "^3.1.1",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@types/react-dom": "^18.2.14",
"@types/react-fontawesome": "^1.6.6",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^6.9.1",
"@vercel/analytics": "^1.0.2",
"add": "^2.0.6",
"babel-plugin-macros": "^3.1.0",
"chart.js": "^4.4.0",
"dayjs": "1.11.10",
"eslint-config-sznm": "^1.1.2",
"ethers": "6.8.0",
"framer-motion": "^10.16.4",
"jest-environment-jsdom": "^29.7.0",
"lodash": "^4.17.21",
"next": "^12.3.1",
"next-seo": "^6.1.0",
"prettier": "^2.8.8",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-cool-inview": "^3.0.1",
"react-dom": "^18.2.0",
"react-flippy": "^1.1.0",
"swr": "^2.2.2",
"yarn": "^1.22.17"
},
"devDependencies": {
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "13.5.0",
"@types/dompurify": "^3.0.4",
"@types/node": "~17.0.32",
"@types/react": "^18.2.31",
"babel-jest": "29.7.0",
"eslint": "8.52.0",
"eslint-config-next": "14.0.1",
"jest": "29.7.0",
"typescript": "4.6.4"
}
}