-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 755 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 755 Bytes
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
{
"name": "oceansense-stormsense",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"vercel-build": "next build"
},
"dependencies": {
"autoprefixer": "^10.4.0",
"framer-motion": "^10.18.0",
"fuse.js": "^7.1.0",
"leaflet": "^1.9.4",
"lucide-react": "^0.552.0",
"next": "^14.2.33",
"papaparse": "^5.5.3",
"plotly.js": "^3.2.0",
"plotly.js-basic-dist": "^2.24.1",
"postcss": "^8.4.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.5.0",
"react-leaflet": "^4.2.1",
"react-markdown": "^10.1.0",
"react-plotly.js": "^2.6.0",
"react-table": "^7.8.0",
"tailwindcss": "^3.4.0"
}
}