UNPKG

create-nova-vite-template

Version:

This is a dashboard template built with React and Vite. It provides a modern and responsive user interface for building web applications.

79 lines (78 loc) 2.49 kB
{ "name": "<%= projectName %>", "description": "This is a dashboard template built with React and Vite. It provides a modern and responsive user interface for building web applications.", "author": "mahmoud salah <mahmoud.s.m619@gmail.com>", "keywords": [ "react", "template", "vite", "dashboard", "admin", "admin-dashboard", "admin-template", "react-admin", "react-dashboard", "react-template", "vite-template" ], "bin": { "create-nova-vite": "./bin/cli.cmd" }, "files": [ "bin", "template" ], "repository": { "type": "git", "url": "git+https://github.com/MahmoudSalah619/Dashboard-Template.git" }, "license": "MIT", "version": "1.2.1", "type": "module", "scripts": { "start": "vite --port 3000", "start_staging": "vite --port 9130", "dev": "vite --port 3000", "build": "tsc && vite build", "lint": "node ./node_modules/eslint/bin/eslint.js --fix ./src/**/*.{ts,tsx}", "preview": "vite preview", "check-types": "tsc --pretty --noEmit", "check-lint": "eslint . --ext ts --ext tsx --ext js", "check-format": "prettier --check .", "format": "prettier --write .", "test-all": "npm run check-format && npm run check-lint && npm run check-types && npm run build", "fix-lint": "node ./node_modules/eslint/bin/eslint.js --fix ./**/*.{ts,tsx}", "fix-style": "node ./node_modules/stylelint/bin/stylelint.mjs --fix ./**/*.{module.scss,scss}" }, "dependencies": { "@reduxjs/toolkit": "^2.2.6", "@vitejs/plugin-react-swc": "^3.8.0", "antd": "^5.22.2", "dayjs": "^1.11.12", "react": "^19.0.0", "react-dom": "^19.0.0", "react-hook-form": "^7.54.2", "react-i18next": "^15.4.1", "react-redux": "^9.2.0", "react-router-dom": "^6.25.1", "react-toastify": "^10.0.5", "recharts": "^2.15.1", "unplugin-fonts": "^1.3.1", "vite-tsconfig-paths": "^5.1.4" }, "devDependencies": { "@eslint/js": "^9.21.0", "@types/react": "^19.0.10", "@types/react-dom": "^19.0.4", "@vitejs/plugin-react": "^4.3.4", "globals": "^15.15.0", "sass-embedded": "^1.85.1", "typescript": "~5.7.2", "vite": "^6.2.0" }, "main": "eslint.config.js", "bugs": { "url": "https://github.com/MahmoudSalah619/Dashboard-Template/issues" }, "homepage": "https://github.com/MahmoudSalah619/Dashboard-Template#readme" }