-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.19 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.19 KB
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
{
"name": "qw-server-overview",
"version": "0.1.0",
"description": "QuakeWorld servers overview",
"author": "Viktor Persson",
"license": "MIT",
"repository": "vikpe/qw-server-overview",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build --base=https://tools.quake.world/servers/",
"preview": "vite preview",
"format": "yarn prettier --write src"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.3"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.18",
"@mui/material": "^5.15.18",
"@vitejs/plugin-react": "^4.3.0",
"ag-grid-community": "^31.3.2",
"ag-grid-react": "^31.3.2",
"classnames": "^2.5.1",
"copy-text-to-clipboard": "^3.2.0",
"leaflet": "^1.9.4",
"lodash.debounce": "^4.0.8",
"lodash.pick": "^4.4.0",
"lodash.sortby": "^4.7.0",
"postcss": "^8.4.38",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-leaflet": "^4.2.1",
"sass": "^1.77.2",
"timeago.js": "^4.0.2",
"vite": "^5.2.12"
}
}