You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
62 lines
1.7 KiB
JSON
62 lines
1.7 KiB
JSON
{
|
|
"name": "horde-dashboard",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"proxy": "https://localhost:5001",
|
|
"dependencies": {
|
|
"@blueprintjs/icons": "^3.13.0",
|
|
"@datadog/browser-logs": "^1.12.4",
|
|
"@fluentui/react": "^8.36.5",
|
|
"@fluentui/react-charting": "^5.2.0",
|
|
"crypto-js": "^4.0.0",
|
|
"formik": "^2.1.1",
|
|
"idb": "^6.0.0",
|
|
"markdown-to-jsx": "^6.10.3",
|
|
"mobx": "^5.15.1",
|
|
"mobx-react-lite": "^1.5.2",
|
|
"moment-timezone": "^0.5.28",
|
|
"react": "^16.12.0",
|
|
"react-custom-scrollbars": "^4.2.1",
|
|
"react-darkreader": "^1.5.6",
|
|
"react-dom": "^17.0.1",
|
|
"react-flame-graph": "^1.4.0",
|
|
"react-highlighter": "^0.4.3",
|
|
"react-router-dom": "5.2.0",
|
|
"react-router-hash-link": "^2.3.1",
|
|
"react-scripts": "^4.0.1",
|
|
"react-text-marquee": "^1.0.1"
|
|
},
|
|
"scripts": {
|
|
"start": "rimraf ./build&&set NODE_OPTIONS=\"--max-http-header-size=80000\"&&react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"lint-full": "eslint ./src/**/*.{ts,tsx}",
|
|
"line-full-fix": "eslint --fix ./src/**/*.{ts,tsx}"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@types/crypto-js": "^4.0.1",
|
|
"@types/markdown-to-jsx": "6.9.1",
|
|
"@types/react": "^17.0.30",
|
|
"@types/react-custom-scrollbars": "^4.0.6",
|
|
"@types/react-dom": "^17.0.0",
|
|
"@types/react-highlighter": "^0.3.4",
|
|
"@types/react-router-dom": "^5.1.6",
|
|
"rimraf": "^3.0.0",
|
|
"typescript": "^4.1.3"
|
|
}
|
|
}
|