cordis/package.json

51 lines
1.3 KiB
JSON
Raw Normal View History

2021-10-30 17:26:41 +00:00
{
"name": "cordis-ts",
"version": "1.0.0",
"description": "",
"scripts": {},
"author": "",
"license": "ISC",
"dependencies": {
2022-10-03 06:47:01 +00:00
"@electron/remote": "^2.0.8",
"@types/node": "^18.8.0",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
2021-10-30 17:26:41 +00:00
"colors": "^1.4.0",
2022-02-08 23:46:52 +00:00
"eslint-config-prettier": "^8.3.0",
2022-02-07 06:57:28 +00:00
"eslint-plugin-react-hooks": "^4.3.0",
"file-type": "^16.5.4",
2021-10-30 17:26:41 +00:00
"image-size": "^1.0.0",
"moment": "^2.29.1",
"pg": "^8.7.1",
"react": "^18.2.0",
2021-12-26 23:23:24 +00:00
"react-contenteditable": "^3.3.6",
"recoil": "^0.7.5",
2021-10-31 19:02:26 +00:00
"sass": "^1.43.4",
"sharp": "^0.31.1",
2021-10-30 17:26:41 +00:00
"socket.io": "^4.3.1",
"socket.io-client": "^4.3.2",
2021-11-02 04:29:24 +00:00
"source-map": "^0.7.3",
2021-10-30 17:26:41 +00:00
"sqlite": "^4.0.23",
"sqlite3": "^5.1.2",
"tsee": "^1.3.2",
"uuid": "^9.0.0"
2021-10-30 17:26:41 +00:00
},
"devDependencies": {
"@types/jest": "^29.1.1",
2021-10-30 17:26:41 +00:00
"@types/pg": "^8.6.1",
"@types/sharp": "^0.31.0",
2021-10-30 17:26:41 +00:00
"@types/uuid": "^8.3.1",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"electron": "^21.0.1",
"eslint": "^8.4.0",
2022-02-07 03:14:19 +00:00
"eslint-plugin-react": "^7.28.0",
2021-12-14 00:29:20 +00:00
"eslint-plugin-unused-imports": "^2.0.0",
"jest": "^29.1.2",
2022-02-08 23:46:52 +00:00
"prettier": "^2.5.1",
"react-dom": "^18.2.0",
"ts-jest": "^29.0.3",
2021-10-30 17:26:41 +00:00
"typescript": "^4.4.4"
}
}