chinese-colors/package.json

72 lines
1.6 KiB
JSON
Raw Permalink Normal View History

2019-08-27 17:27:26 +08:00
{
2019-09-06 18:44:38 +08:00
"name": "chinese-colors",
2023-09-27 10:06:52 +08:00
"version": "4.0.0",
"description": "Chinese color cheat sheet",
"main": "src/main.tsx",
2019-08-27 17:27:26 +08:00
"scripts": {
2022-11-03 11:10:51 +08:00
"dev": "vite",
"build": "vite build",
2023-09-27 10:06:52 +08:00
"serve": "vite preview"
2019-08-27 17:27:26 +08:00
},
"repository": {
"type": "git",
2019-09-06 18:44:38 +08:00
"url": "git+https://github.com/zerosoul/chinese-colors.git"
2019-08-27 17:27:26 +08:00
},
"keywords": [
"color",
"chinese",
"design",
"wallpaper",
2019-08-27 17:27:26 +08:00
"react",
"tool",
"amazing"
],
"author": "tristan",
"license": "ISC",
"bugs": {
2019-09-06 18:44:38 +08:00
"url": "https://github.com/zerosoul/chinese-colors/issues"
2019-08-27 17:27:26 +08:00
},
2021-01-04 11:45:44 +08:00
"homepage": "https://colors.ichuantong.cn",
2019-08-27 17:27:26 +08:00
"dependencies": {
2019-09-09 17:21:46 +08:00
"color-convert": "^2.0.1",
2021-01-04 11:45:44 +08:00
"file-saver": "^2.0.5",
2022-11-03 11:10:51 +08:00
"html2canvas": "^1.4.1",
2019-09-21 14:31:31 +08:00
"jinrishici": "^1.0.6",
2023-12-22 15:59:24 +08:00
"pinyin": "^3.1.0",
2022-11-03 11:10:51 +08:00
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-github-btn": "^1.4.0",
2024-01-10 18:02:02 +08:00
"react-icons": "^5.0.0",
2023-12-22 15:59:24 +08:00
"react-router-dom": "^6.21.1",
2023-09-27 10:06:52 +08:00
"smooth-scroll-into-view-if-needed": "^2.0.2",
2023-12-22 15:59:24 +08:00
"styled-components": "^6.1.2",
2023-09-27 10:06:52 +08:00
"styled-reset": "^4.5.1"
2019-08-27 17:27:26 +08:00
},
"devDependencies": {
2023-12-22 15:59:24 +08:00
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
2023-09-27 10:06:52 +08:00
"eslint-plugin-react": "^7.33.2",
2022-11-03 11:10:51 +08:00
"eslint-plugin-react-hooks": "^4.6.0",
2023-12-22 15:59:24 +08:00
"prettier": "^3.1.1",
"vite": "^5.0.10"
2019-08-27 17:27:26 +08:00
},
"engines": {
2022-11-03 11:10:51 +08:00
"node": ">=16.0.0",
"npm": ">=7.0.0"
2021-01-04 11:45:44 +08:00
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
2019-08-27 17:27:26 +08:00
}
2023-09-27 10:06:52 +08:00
}