-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1.1 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
{
"name": "follow-the-crypto2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@floating-ui/react": "^0.26.16",
"d3": "^7.9.0",
"firebase": "^10.12.0",
"framer-motion": "^11.2.6",
"luxon": "^3.4.4",
"next": "14.2.3",
"react": "^18",
"react-dom": "^18",
"topojson-client": "^3.1.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@types/d3": "^7.4.3",
"@types/geojson": "^7946.0.14",
"@types/jest": "^29.5.12",
"@types/luxon": "^3.4.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/topojson-client": "^3.1.4",
"@types/topojson-specification": "^1.0.5",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.1.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"typescript": "^5"
}
}