First commit
This commit is contained in:
44
web/package.json
Normal file
44
web/package.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"name": "mirakurun-rs-web",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "webpack --mode production",
|
||||
"build:development": "webpack --mode development",
|
||||
"typecheck": "tsc --project src/tsconfig.json --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@blueprintjs/core": "^5.17.6",
|
||||
"@blueprintjs/icons": "^5.20.0",
|
||||
"buffer": "^6.0.3",
|
||||
"eventemitter3": "4.0.7",
|
||||
"ip-num": "1.3.4",
|
||||
"jsonrpc2-ws": "1.0.0-beta23",
|
||||
"luxon": "^3.6.1",
|
||||
"normalize.css": "^8.0.1",
|
||||
"process": "^0.11.10",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-indiana-drag-scroll": "^2.2.1",
|
||||
"react-router-dom": "7.18.2",
|
||||
"sift": "15.1.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/luxon": "^3.6.2",
|
||||
"@types/node": "22",
|
||||
"@types/react": "^18.2.66",
|
||||
"@types/react-dom": "^18.2.22",
|
||||
"@types/ws": "^7.4.7",
|
||||
"copy-webpack-plugin": "^14.0.0",
|
||||
"css-loader": "5.2.7",
|
||||
"sass": "^1.89.0",
|
||||
"sass-loader": "^16.0.5",
|
||||
"style-loader": "^2.0.0",
|
||||
"ts-loader": "9.5.2",
|
||||
"typescript": "5.7",
|
||||
"webpack": "^5.107.0",
|
||||
"webpack-cli": "^6.0.1"
|
||||
},
|
||||
"overrides": {
|
||||
"uuid": "11.1.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user