forked from mirror/chinese-colors
73 lines
1.6 KiB
JSON
73 lines
1.6 KiB
JSON
{
|
|
"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.4.3",
|
|
"smooth-scroll-into-view-if-needed": "^1.1.33",
|
|
"styled-components": "^5.3.6",
|
|
"styled-reset": "^4.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-react": "^2.2.0",
|
|
"eslint": "^8.26.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-react": "^7.31.10",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"husky": "^8.0.1",
|
|
"lint-staged": "^13.0.3",
|
|
"prettier": "^2.7.1",
|
|
"vite": "^3.2.2"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
} |