chinese-colors/package.json
2020-01-01 13:27:00 +08:00

93 lines
2.7 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.1.4",
"@welldone-software/why-did-you-render": "^3.5.0",
"color-convert": "^2.0.1",
"file-saver": "^2.0.2",
"html2canvas": "^1.0.0-rc.5",
"jinrishici": "^1.0.6",
"pinyin": "^2.9.0",
"react": "^16.12.0",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.12.0",
"react-github-btn": "^1.1.1",
"react-router-dom": "^5.1.2",
"smooth-scroll-into-view-if-needed": "^1.1.23",
"styled-components": "^4.4.1",
"styled-reset": "^4.0.8"
},
"devDependencies": {
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"auto-changelog": "^1.16.2",
"autodll-webpack-plugin": "^0.4.2",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"css-loader": "^3.4.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^2.3.0",
"file-loader": "^5.0.2",
"gh-pages": "^2.1.1",
"happypack": "^5.0.1",
"html-webpack-plugin": "^3.2.0",
"husky": "^3.1.0",
"installed-check-core": "^3.0.0",
"interpolate-html-plugin": "^3.0.0",
"lint-staged": "^9.5.0",
"mini-css-extract-plugin": "^0.9.0",
"prettier": "^1.19.1",
"react-dev-utils": "^10.0.0",
"style-loader": "^1.1.2",
"terser-webpack-plugin": "^2.3.1",
"url-loader": "^3.0.0",
"webpack": "^4.41.5",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1",
"webpack-manifest-plugin": "^2.2.0",
"webpack-merge": "^4.2.2",
"workbox-webpack-plugin": "^4.3.1"
},
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
}
}