-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.83 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
{
"name": "client",
"version": "0.0.1",
"description": "Metropolis web client",
"scripts": {
"build": "npx vite build",
"start": "npx vite",
"predeploy": "npm run build && echo client.maclyonsden.com > dist/CNAME",
"deploy": "gh-pages -d dist",
"check-types": "tsc --noEmit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wlmac/client.git"
},
"author": "ApocalypseCalculator",
"bugs": {
"url": "https://github.com/wlmac/client/issues"
},
"homepage": "https://github.com/wlmac/client#readme",
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fullcalendar/daygrid": "^5.11.3",
"@fullcalendar/interaction": "^5.11.3",
"@fullcalendar/react": "^5.11.2",
"@mui/material": "^5.11.12",
"@tinymce/tinymce-react": "^4.3.0",
"@types/marked": "^5.0.0",
"axios": "^1.6.0",
"gh-pages": "^5.0.0",
"global": "^4.4.0",
"jwt-decode": "^3.1.2",
"mapbox-gl": "^2.14.1",
"marked": "^5.0.2",
"marked-gfm-heading-id": "^3.0.6",
"marked-mangle": "^1.1.6",
"materialize-css": "^1.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.37.0",
"react-markdown": "^8.0.3",
"react-router-dom": "^6.3.0",
"remark-gfm": "^3.0.1"
},
"devDependencies": {
"@mapbox/mapbox-gl-geocoder": "^5.0.1",
"@rollup/plugin-commonjs": "^21.0.1",
"@types/jquery": "^3.5.14",
"@types/mapbox-gl": "^2.7.10",
"@types/materialize-css": "^1.0.11",
"@types/node": "^18.15.13",
"@types/react": "^17.0.48",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^1.2.0",
"express": "^4.18.1",
"sass": "^1.49.7",
"typescript": "^4.7.4",
"vite": "^4.3.5",
"vite-tsconfig-paths": "^3.4.0"
},
"main": "server.js",
"license": "ISC",
"keywords": []
}