-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.39 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
{
"name": "whatsth.is",
"version": "edge",
"description": "Swiss-army knife development toolbox frontend",
"private": true,
"scripts": {
"start": "npm run dev",
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"format": "prettier . --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/soup-bowl/whatsth.is.git"
},
"author": "soup-bowl",
"license": "MIT",
"bugs": {
"url": "https://github.com/soup-bowl/whatsth.is/issues"
},
"homepage": "https://whatsth.is",
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@icons-pack/react-simple-icons": "^10.0.0",
"@monaco-editor/react": "^4.6.0",
"@mui/icons-material": "^6.1.6",
"@mui/material": "^6.0.0",
"@mui/x-data-grid": "^7.18.0",
"@types/node": "^22.8.6",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.1",
"eslint": "^9.9.1",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.12",
"libwhatsthis": "^0.1.4",
"notistack": "^3.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.2",
"typescript": "^5.6.2",
"typescript-eslint": "^8.12.2",
"vite": "^5.4.14"
},
"devDependencies": {
"prettier": "^3.3.1",
"vite-plugin-pwa": "^0.20.5"
}
}