2022-11-27 16:34:37 +03:00
|
|
|
{
|
2023-04-15 21:07:31 +03:00
|
|
|
"name": "journal",
|
2022-11-30 13:41:34 +03:00
|
|
|
"version": "1.1.0",
|
2022-11-27 16:34:37 +03:00
|
|
|
"description": "",
|
|
|
|
"main": "./src/index.tsx",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"start": "ijl-cli --server --port=8099 --with-open-browser",
|
|
|
|
"build": "npm run clean && ijl-cli --build --dev",
|
|
|
|
"build:prod": "npm run clean && ijl-cli --build",
|
|
|
|
"clean": "rimraf dist"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "ssh://git@85.143.175.152:10022/primakov/hub-video-start.git"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
|
|
|
"@ijl/cli": "^4.1.6"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@emotion/react": "^11.10.5",
|
|
|
|
"@emotion/styled": "^11.10.5",
|
|
|
|
"@types/react": "^17.0.52",
|
|
|
|
"@types/react-dom": "^17.0.18",
|
|
|
|
"express": "^4.18.2",
|
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
2022-11-29 22:36:58 +03:00
|
|
|
"react-helmet": "^6.1.0",
|
2022-11-27 18:41:04 +03:00
|
|
|
"socket.io-client": "^4.5.4",
|
2022-11-27 16:34:37 +03:00
|
|
|
"typescript": "^4.9.3"
|
|
|
|
}
|
|
|
|
}
|