-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 966 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 966 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
32
33
34
35
36
37
38
39
40
{
"name": "spaze-tracker",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/cssinjs": "^1.16.2",
"@types/node": "20.4.2",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.7",
"antd": "^5.8.3",
"eslint": "8.44.0",
"eslint-config-next": "13.4.9",
"leaflet": "^1.9.4",
"lodash": "^4.17.21",
"mathjs": "^11.10.1",
"meeusjs": "^1.0.4",
"next": "13.4.9",
"plotly.js": "^2.26.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-leaflet": "^4.2.1",
"react-plotly.js": "^2.6.0",
"satellite.js": "^5.0.0",
"suncalc": "^1.9.0",
"typescript": "5.1.6"
},
"devDependencies": {
"@types/leaflet": "^1.9.3",
"@types/lodash": "^4.14.197",
"@types/react-plotly.js": "^2.6.1",
"@types/suncalc": "^1.9.0",
"sass": "^1.63.6"
}
}