-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.18 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "deepturn",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next build",
"deploy": "node deploy.js"
},
"dependencies": {
"@googlemaps/js-api-loader": "^1.16.2",
"@react-three/drei": "^9.97.6",
"@stripe/react-stripe-js": "^2.4.0",
"@stripe/stripe-js": "^2.2.0",
"address": "^2.0.2",
"axios": "^1.6.2",
"d3": "^7.8.5",
"d3-fetch": "^3.0.1",
"diont": "^1.1.1",
"dompurify": "^3.0.9",
"gl-react": "^5.2.0",
"gl-react-dom": "^5.2.1",
"globe.gl": "^2.29.2",
"google-libphonenumber": "^3.2.32",
"gsap": "^3.12.5",
"html2canvas": "^1.4.1",
"jsonwebtoken": "^9.0.2",
"jspdf": "^2.5.1",
"lodash": "^4.17.21",
"macaddress": "^0.5.3",
"mapbox-gl": "^3.3.0",
"network": "^0.7.0",
"next": "^14.2.3",
"next-i18next": "^11.3.0",
"next-images": "^1.8.5",
"next-transpile-modules": "^10.0.1",
"react": "^18.2.0",
"react-cookie": "^5.0.0",
"react-dom": "^18.2.0",
"react-globe.gl": "^2.24.3",
"react-markdown": "^8.0.7",
"react-slick": "^0.29.0",
"react-three-fiber": "^6.0.13",
"recharts": "^2.12.7",
"rehype-raw": "^7.0.0",
"rxjs": "^7.5.5",
"slick-carousel": "^1.8.1",
"styled-jsx": "^5.0.0",
"three": "^0.164.0",
"three-conic-polygon-geometry": "^1.6.3",
"three-globe": "^2.28.0",
"topojson-client": "^3.1.0",
"uninstall": "^0.0.0"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/plugin-proposal-decorators": "^7.16.7",
"@styled-jsx/plugin-sass": "^4.0.2",
"@types/d3": "^7.4.3",
"@types/geojson": "^7946.0.14",
"@types/google-libphonenumber": "^7.4.23",
"@types/intl": "^1.2.0",
"@types/jsonwebtoken": "^9.0.5",
"@types/lodash": "^4.14.186",
"@types/mapbox-gl": "^3.1.0",
"@types/node": "17.0.10",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react-slick": "^0.23.10",
"@types/styled-jsx": "^3.4.4",
"@types/topojson-client": "^3.1.1",
"eslint": "8.7.0",
"eslint-config-next": "12.0.8",
"gh-pages": "^6.0.0",
"sass": "^1.49.0",
"typescript": "4.5.5"
}
}