{ "name": "chinese-colors", "version": "3.0.0", "description": "Chinese Color Cheatsheet", "main": "index.js", "scripts": { "dev": "vite", "build": "vite build", "serve": "vite preview", "prepare": "husky install" }, "repository": { "type": "git", "url": "git+https://github.com/zerosoul/chinese-colors.git" }, "keywords": [ "color", "chinese", "design", "wallpaper", "react", "tool", "amazing" ], "author": "tristan", "license": "ISC", "bugs": { "url": "https://github.com/zerosoul/chinese-colors/issues" }, "homepage": "https://colors.ichuantong.cn", "dependencies": { "color-convert": "^2.0.1", "file-saver": "^2.0.5", "html2canvas": "^1.4.1", "jinrishici": "^1.0.6", "pinyin": "^2.11.2", "react": "^18.2.0", "react-copy-to-clipboard": "^5.1.0", "react-dom": "^18.2.0", "react-github-btn": "^1.4.0", "react-router-dom": "^6.8.1", "smooth-scroll-into-view-if-needed": "^1.1.33", "styled-components": "^5.3.6", "styled-reset": "^4.4.5" }, "devDependencies": { "@vitejs/plugin-react": "^3.1.0", "eslint": "^8.34.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "husky": "^8.0.3", "lint-staged": "^13.1.1", "prettier": "^2.8.4", "vite": "^4.1.1" }, "engines": { "node": ">=16.0.0", "npm": ">=7.0.0" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }