mirror of
https://github.com/zerosoul/chinese-colors.git
synced 2024-11-27 04:40:12 +08:00
90 lines
2.6 KiB
JSON
90 lines
2.6 KiB
JSON
{
|
|
"name": "chinese-colors",
|
|
"version": "2.0.0",
|
|
"description": "Chinese Color Cheatsheet",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node scripts/start.js",
|
|
"build": "node scripts/build.js",
|
|
"changelog": "auto-changelog -p --release-summary -l false --template changelog.template.hbs && git add CHANGELOG.md"
|
|
},
|
|
"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://ichuantong.cn",
|
|
"dependencies": {
|
|
"@ungap/url-search-params": "^0.2.2",
|
|
"color-convert": "^2.0.1",
|
|
"file-saver": "^2.0.2",
|
|
"html2canvas": "^1.0.0-rc.7",
|
|
"jinrishici": "^1.0.6",
|
|
"pinyin": "^2.9.1",
|
|
"react": "^16.13.1",
|
|
"react-copy-to-clipboard": "^5.0.2",
|
|
"react-dom": "^16.13.1",
|
|
"react-github-btn": "^1.2.0",
|
|
"react-router-dom": "^5.2.0",
|
|
"smooth-scroll-into-view-if-needed": "^1.1.29",
|
|
"styled-components": "^5.2.0",
|
|
"styled-reset": "^4.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.11.6",
|
|
"@babel/core": "^7.11.6",
|
|
"@babel/plugin-proposal-class-properties": "^7.10.4",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/preset-env": "^7.11.5",
|
|
"@babel/preset-react": "^7.10.4",
|
|
"@commitlint/cli": "^9.1.2",
|
|
"@commitlint/config-conventional": "^9.1.2",
|
|
"auto-changelog": "^2.2.0",
|
|
"autodll-webpack-plugin": "^0.4.2",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-loader": "^8.1.0",
|
|
"css-loader": "^4.2.2",
|
|
"eslint": "^7.8.1",
|
|
"eslint-config-prettier": "^6.11.0",
|
|
"eslint-plugin-react": "^7.20.6",
|
|
"eslint-plugin-react-hooks": "^4.1.0",
|
|
"file-loader": "^6.1.0",
|
|
"happypack": "^5.0.1",
|
|
"html-webpack-plugin": "^4.4.1",
|
|
"husky": "^4.2.5",
|
|
"installed-check-core": "^3.0.0",
|
|
"lint-staged": "^10.3.0",
|
|
"mini-css-extract-plugin": "^0.11.0",
|
|
"prettier": "^2.1.1",
|
|
"react-dev-utils": "^10.2.1",
|
|
"style-loader": "^1.2.1",
|
|
"terser-webpack-plugin": "^4.1.0",
|
|
"url-loader": "^4.1.0",
|
|
"webpack": "^4.44.1",
|
|
"webpack-bundle-analyzer": "^3.8.0",
|
|
"webpack-cli": "^3.3.12",
|
|
"webpack-dev-server": "^3.11.0",
|
|
"webpack-manifest-plugin": "^2.2.0",
|
|
"webpack-merge": "^5.1.3",
|
|
"workbox-webpack-plugin": "^5.1.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0",
|
|
"npm": ">=6.0.0"
|
|
}
|
|
}
|