31 lines
894 B
JSON
31 lines
894 B
JSON
{
|
|
"name": "r-and-m",
|
|
"version": "0.0.0",
|
|
"description": "![Рик огурчик!!!](./docs/cucumber.webp)",
|
|
"main": "./src/index.tsx",
|
|
"directories": {
|
|
"doc": "docs"
|
|
},
|
|
"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"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.4",
|
|
"@emotion/styled": "^11.11.5",
|
|
"@ijl/cli": "^5.1.0",
|
|
"@types/react": "^18.2.74",
|
|
"@types/react-dom": "^18.2.24",
|
|
"express": "^4.19.2",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"typescript": "^5.4.4"
|
|
}
|
|
}
|