Deprecated sqlitedb in favor of in-memory db
This commit is contained in:
26
package.json
26
package.json
@@ -24,23 +24,33 @@
|
||||
"@mui/material": "^5.6.4",
|
||||
"@reduxjs/toolkit": "^1.8.1",
|
||||
"babel-plugin-dev-expression": "^0.2.3",
|
||||
"better-sqlite3": "^7.4.5",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-redux": "^8.0.1",
|
||||
"react-router-dom": "^6.3.0",
|
||||
"rxjs": "^7.4.0",
|
||||
"socket.io": "^4.3.2",
|
||||
"socket.io-client": "^4.3.2",
|
||||
"rxjs": "^7.5.5",
|
||||
"socket.io": "^4.5.0",
|
||||
"socket.io-client": "^4.5.0",
|
||||
"uuid": "^8.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react-router-dom": "^5.3.3",
|
||||
"@parcel/transformer-yaml": "^2.5.0",
|
||||
"@types/better-sqlite3": "^7.4.2",
|
||||
"@types/node": "^17.0.13",
|
||||
"@types/node": "^17.0.31",
|
||||
"@types/react-router-dom": "^5.3.3",
|
||||
"@types/uuid": "^8.3.4",
|
||||
"parcel": "^2.5.0",
|
||||
"typescript": "^4.5.2"
|
||||
"typescript": "^4.6.4"
|
||||
},
|
||||
"pnpm": {
|
||||
"peerDependencyRules": {
|
||||
"ignoreMissing": [
|
||||
"@babel/core",
|
||||
"@parcel/core",
|
||||
"@parcel/core@^2.5.0",
|
||||
"@babel/core@^7.0.0-0",
|
||||
"@babel/core@^7.0.0",
|
||||
"@babel/plugin-syntax-jsx"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user