-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.96 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.96 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "obrn",
"version": "2.8.1",
"description": "オリジナルバトルロワイアル(オリバト)に関するDB&リンク集",
"private": true,
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/u83ism/OBRN.git"
},
"author": "u83ism",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/u83ism/OBRN/issues"
},
"homepage": "https://github.com/u83ism/OBRN#readme",
"scripts": {
"emurate-fire-store": "firebase emulators:start --only firestore",
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"deploy-staging": "firebase hosting:channel:deploy obrn-staging",
"deploy-production": "firebase deploy --only hosting",
"batch": "tsx batch/migrateLocalData.ts",
"batch:prod": "tsx batch/migrateLocalData.ts --env production"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fontsource/roboto": "^5.2.5",
"@mui/icons-material": "^6.4.7",
"@mui/material": "^6.4.7",
"@mui/system": "^6.4.7",
"@types/dompurify": "^3.0.5",
"dompurify": "^3.2.4",
"firebase": "^11.4.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "^7.3.0",
"tss-react": "^4.9.15"
},
"devDependencies": {
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@typescript-eslint/eslint-plugin": "^8.26.0",
"@typescript-eslint/parser": "^8.26.0",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.21.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"firebase-admin": "^13.2.0",
"firebase-tools": "^13.33.0",
"globals": "^16.4.0",
"npm-check-updates": "^17.1.15",
"tsx": "^4.19.3",
"typescript": "^5.8.2",
"typescript-eslint": "^8.46.1",
"vite": "^6.2.1"
}
}