nav2/package.json

38 lines
1.1 KiB
JSON
Raw Normal View History

2024-10-22 21:29:29 +03:00
{
"name": "nav2",
"version": "0.0.0",
"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": "npx eslint ./src/**/*",
"eslint:fix": "npx eslint ./src/**/* --fix"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
2024-11-12 18:05:46 +03:00
"@brojs/cli": "1.6.1",
2024-10-22 21:29:29 +03:00
"@chakra-ui/react": "^2.10.3",
"@eslint/js": "^9.11.0",
"@stylistic/eslint-plugin": "^2.8.0",
2024-10-29 16:39:32 +03:00
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
2024-10-22 21:29:29 +03:00
"eslint": "^9.11.0",
"eslint-plugin-react": "^7.36.1",
"express": "^4.19.2",
"globals": "^15.9.0",
"lottie-react": "^2.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
2024-11-07 18:00:47 +03:00
"react-hook-form": "^7.53.1",
2024-10-29 16:39:32 +03:00
"react-icons": "^5.3.0",
2024-10-22 21:29:29 +03:00
"react-router-dom": "^6.23.1",
"typescript-eslint": "^8.6.0"
}
}