-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
84 lines (84 loc) · 2.53 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
80
81
82
83
84
{
"name": "xbge-next",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "node server.js",
"lint": "next lint",
"prettier:check": "prettier --check .",
"prettier:write": "prettier --write .",
"depcruise": "depcruise --exclude '^(.next|.git|node_modules|next.config.js|next-env.d.ts)' --output-type dot . | dot -T svg > dependencygraph.svg"
},
"resolutions": {
"@types/react": "^18.0.15"
},
"dependencies": {
"@aws-amplify/auth": "^4.4.3",
"@directus/sdk": "^10.1.2",
"@mapbox/mapbox-gl-geocoder": "^5.0.1",
"@mdi/font": "^7.0.96",
"@mdi/js": "^7.0.96",
"@mdi/react": "^1.5.0",
"@svgr/webpack": "^6.2.1",
"@tiptap/react": "^2.0.0-beta.108",
"@tiptap/starter-kit": "^2.0.0-beta.183",
"@typeform/embed-react": "^3.19.0",
"axios": "^0.27.2",
"canvas-confetti": "^1.5.1",
"classnames": "^2.3.1",
"express": "^4.17.3",
"final-form": "^4.20.6",
"fuse.js": "^6.5.3",
"heroku-ssl-redirect": "^0.1.1",
"html-react-parser": "^3.0.1",
"ibantools": "^4.1.5",
"jest": "^28.1.3",
"js-cookie": "^3.0.1",
"mapbox-gl": "^2.9.1",
"next": "^12.2.3",
"point-in-polygon": "^1.1.0",
"prettier": "^2.5.1",
"query-string": "^7.1.1",
"react": "^18.2.0",
"react-content-loader": "^6.2.0",
"react-dom": "^18.2.0",
"react-final-form": "^6.5.8",
"react-final-form-listeners": "^1.0.3",
"react-hot-toast": "^2.2.0",
"react-overlays": "^5.1.1",
"react-popper": "^2.2.5",
"react-query": "^3.34.12",
"react-reel": "^1.2.3",
"react-router-dom": "^6.3.0",
"react-share": "^4.4.0",
"react-sortablejs": "^6.1.4",
"react-tooltip": "^4.2.21",
"sass": "^1.48.0",
"sortablejs": "^1.14.0",
"svg-inline-loader": "^0.8.2",
"trackjs": "^3.10.1",
"typeform": "^1.0.1"
},
"devDependencies": {
"@types/canvas-confetti": "^1.4.3",
"@types/express": "^4.17.13",
"@types/jest": "^28.1.5",
"@types/js-cookie": "^3.0.2",
"@types/mapbox-gl": "^2.7.4",
"@types/mapbox__mapbox-gl-geocoder": "^4.7.2",
"@types/node": "^18.6.3",
"@types/point-in-polygon": "^1.1.1",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-final-form-listeners": "^1.0.0",
"@types/react-overlays": "^3.1.0",
"@types/react-tooltip": "^4.2.4",
"@types/sortablejs": "^1.10.7",
"autoprefixer": "^10.4.2",
"dependency-cruiser": "^11.4.0",
"eslint": "^8.21.0",
"eslint-config-next": "^12.2.3",
"typescript": "^4.7.4"
}
}