-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 930 Bytes
/
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
{
"name": "locust-locator",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@lottiefiles/lottie-player": "^1.0.1",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"aos": "^2.3.4",
"axios": "^0.21.1",
"cesium": "^1.73.0",
"cesium-wind": "^1.0.2",
"copy-webpack-plugin": "^6.3.2",
"framer-motion": "^3.10.5",
"moment": "^2.29.1",
"next": "^10.2.0",
"next-seo": "^4.23.0",
"nprogress": "^0.2.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-gauge-chart": "^0.3.0",
"react-lottie": "^1.2.3",
"sass": "^1.32.8",
"wind-core": "^1.1.1-alpha.0"
},
"devDependencies": {}
}