-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.56 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
{
"author": "Ephraim Smith <[email protected]>",
"name": "tornado_warned",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev -p 3001",
"lint": "next lint",
"start": "next start",
"test": "jest --watch"
},
"dependencies": {
"@heroicons/react": "^1.0.6",
"@mdx-js/react": "^2.1.3",
"@tanstack/react-query": "^4.29.13",
"@tanstack/react-query-devtools": "^4.29.13",
"@turf/rewind": "^6.5.0",
"axios": "^0.25.0",
"chart.js": "^3.9.1",
"cors": "^2.8.5",
"d3": "^7.6.1",
"daisyui": "^2.24.0",
"dayjs": "^1.11.0",
"dotenv": "^14.2.0",
"lodash": "^4.17.21",
"next": "^12.2.5",
"ol": "^7.4.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-chartjs-2": "^4.3.1",
"react-daisyui": "^2.3.1",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-query": "^3.34.16",
"react-transition-group": "^4.4.2",
"reverse-geocode": "^1.3.3",
"rss-parser": "^3.12.0",
"tailwind-merge": "^1.14.0",
"topojson-client": "^3.1.0"
},
"devDependencies": {
"@babel/core": "^7.17.7",
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"autoprefixer": "^10.4.2",
"babel-jest": "^29.5.0",
"babel-loader": "^8.2.3",
"eslint": "8.7.0",
"eslint-config-next": "12.0.8",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"postcss": "^8.4.8",
"react-test-renderer": "^18.2.0",
"tailwindcss": "^3.0.23"
}
}