{ "name": "loli-license-generator", "private": true, "version": "1.0.0", "homepage": "https://khairul169.github.io/loli-license", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build --base=/loli-license", "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview", "predeploy": "npm run build", "deploy": "gh-pages -d dist" }, "dependencies": { "@chakra-ui/react": "^2.6.1", "@emotion/react": "^11.11.0", "@emotion/styled": "^11.11.0", "dayjs": "^1.11.7", "framer-motion": "^10.12.12", "react": "^18.2.0", "react-dom": "^18.2.0", "react-icons": "^4.8.0", "zustand": "^4.3.8" }, "devDependencies": { "@types/react": "^18.0.28", "@types/react-dom": "^18.0.11", "@typescript-eslint/eslint-plugin": "^5.57.1", "@typescript-eslint/parser": "^5.57.1", "@vitejs/plugin-react": "^4.0.0", "eslint": "^8.38.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.3.4", "gh-pages": "^5.0.0", "typescript": "^5.0.2", "vite": "^4.3.2" } }