rick-and-morty/package.json
2024-05-18 15:32:04 +03:00

45 lines
1.2 KiB
JSON

{
"name": "r-and-m",
"version": "1.1.0",
"description": "Рик огурчик",
"main": "./src/index.tsx",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "jest",
"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",
"eslint": "exit 0",
"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",
"jest-environment-jsdom": "^29.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.23.0",
"typescript": "^5.4.4"
},
"devDependencies": {
"@eslint/js": "^9.3.0",
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.12",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"globals": "^15.2.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"typescript-eslint": "^7.9.0"
}
}