38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"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": {
|
|
"@brojs/cli": "1.4.0-alpha.2",
|
|
"@chakra-ui/react": "^2.10.3",
|
|
"@eslint/js": "^9.11.0",
|
|
"@stylistic/eslint-plugin": "^2.8.0",
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"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",
|
|
"react-hook-form": "^7.53.1",
|
|
"react-icons": "^5.3.0",
|
|
"react-router-dom": "^6.23.1",
|
|
"typescript-eslint": "^8.6.0"
|
|
}
|
|
}
|