rick-and-morty/package.json

45 lines
1.2 KiB
JSON
Raw Normal View History

2024-04-06 14:16:57 +03:00
{
"name": "r-and-m",
2024-05-18 13:29:08 +03:00
"version": "1.1.0",
2024-05-18 12:35:59 +03:00
"description": "Рик огурчик",
2024-04-06 14:16:57 +03:00
"main": "./src/index.tsx",
"directories": {
"doc": "docs"
},
"scripts": {
2024-05-18 15:32:04 +03:00
"test": "jest",
2024-04-06 14:16:57 +03:00
"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",
2024-05-18 13:26:01 +03:00
"eslint": "exit 0",
2024-04-06 14:16:57 +03:00
"clean": "rimraf dist"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
2024-04-13 19:26:25 +03:00
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
2024-04-06 14:16:57 +03:00
"@ijl/cli": "^5.1.0",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"express": "^4.19.2",
2024-05-18 15:32:04 +03:00
"jest-environment-jsdom": "^29.7.0",
2024-04-06 14:16:57 +03:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
2024-05-04 14:58:19 +03:00
"react-router-dom": "^6.23.0",
2024-04-06 14:16:57 +03:00
"typescript": "^5.4.4"
2024-05-18 13:26:01 +03:00
},
"devDependencies": {
"@eslint/js": "^9.3.0",
2024-05-18 15:32:04 +03:00
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.12",
2024-05-18 13:26:01 +03:00
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"globals": "^15.2.0",
2024-05-18 15:32:04 +03:00
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
2024-05-18 13:26:01 +03:00
"typescript-eslint": "^7.9.0"
2024-04-06 14:16:57 +03:00
}
}