kfu-24-teacher/package.json

43 lines
1.3 KiB
JSON
Raw Normal View History

2024-11-09 19:15:21 +03:00
{
"name": "kfu-24-teacher",
2024-11-23 12:59:07 +03:00
"version": "0.1.0",
2024-11-09 19:15:21 +03:00
"main": "./src/index.tsx",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "brojs server --port=8099 --with-open-browser",
"build": "npm run clean && brojs build --dev",
"build:prod": "npm run clean && brojs build",
"clean": "rimraf dist",
"eslint": "eslint ."
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
2024-12-01 14:47:53 +03:00
"@brojs/cli": "^1.6.3",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
2024-12-14 12:32:32 +03:00
"@reduxjs/toolkit": "^2.5.0",
"axios": "^1.7.9",
2024-11-09 19:15:21 +03:00
"express": "^4.19.2",
"react": "^18.3.1",
2024-11-16 13:28:47 +03:00
"react-dom": "^18.3.1",
2024-12-14 12:32:32 +03:00
"react-redux": "^9.2.0",
2024-11-16 13:28:47 +03:00
"react-router-dom": "^6.28.0"
2024-11-09 19:15:21 +03:00
},
"devDependencies": {
"@eslint/js": "^9.14.0",
2024-12-01 14:47:53 +03:00
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/webpack-env": "^1.18.5",
2024-11-09 19:15:21 +03:00
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"globals": "^15.12.0",
"typescript-eslint": "^8.13.0"
}
}