chinese-colors/package.json

93 lines
2.7 KiB
JSON
Raw Normal View History

2019-08-27 17:27:26 +08:00
{
2019-09-06 18:44:38 +08:00
"name": "chinese-colors",
2019-09-21 14:45:11 +08:00
"version": "2.0.0",
2019-09-06 18:44:38 +08:00
"description": "Chinese Color Cheatsheet",
2019-08-27 17:27:26 +08:00
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
2019-09-07 00:20:47 +08:00
"start": "node scripts/start.js",
2019-09-21 14:48:22 +08:00
"build": "node scripts/build.js",
"changelog": "auto-changelog -p --release-summary -l false --template changelog.template.hbs && git add CHANGELOG.md"
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
},
2019-09-24 22:04:22 +08:00
"homepage": "https://ichuantong.cn",
2019-08-27 17:27:26 +08:00
"dependencies": {
2019-09-13 10:24:50 +08:00
"@ungap/url-search-params": "^0.1.2",
2019-10-04 21:11:47 +08:00
"@welldone-software/why-did-you-render": "^3.3.5",
2019-09-09 17:21:46 +08:00
"color-convert": "^2.0.1",
2019-09-14 10:27:53 +08:00
"file-saver": "^2.0.2",
2019-10-15 10:48:41 +08:00
"html2canvas": "^1.0.0-rc.5",
2019-09-21 14:31:31 +08:00
"jinrishici": "^1.0.6",
2019-09-09 17:21:46 +08:00
"pinyin": "^2.9.0",
2019-10-04 21:11:47 +08:00
"react": "^16.10.2",
2019-09-11 15:04:09 +08:00
"react-copy-to-clipboard": "^5.0.1",
2019-10-04 21:11:47 +08:00
"react-dom": "^16.10.2",
2019-09-07 11:16:49 +08:00
"react-github-btn": "^1.0.6",
2019-10-15 10:48:41 +08:00
"react-router-dom": "^5.1.2",
2019-09-07 11:16:49 +08:00
"smooth-scroll-into-view-if-needed": "^1.1.23",
"styled-components": "^4.4.0",
2019-10-15 10:48:41 +08:00
"styled-reset": "^4.0.2"
2019-08-27 17:27:26 +08:00
},
"devDependencies": {
2019-10-15 10:48:41 +08:00
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
2019-08-27 17:27:26 +08:00
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
2019-10-15 10:48:41 +08:00
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
2019-09-21 12:37:38 +08:00
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
2019-09-09 23:24:15 +08:00
"auto-changelog": "^1.16.1",
2019-08-27 17:27:26 +08:00
"autodll-webpack-plugin": "^0.4.2",
2019-09-09 23:24:15 +08:00
"babel-eslint": "^10.0.3",
2019-08-27 17:27:26 +08:00
"babel-loader": "^8.0.6",
"css-loader": "^3.2.0",
2019-10-04 21:11:47 +08:00
"eslint": "^6.5.1",
2019-10-15 10:48:41 +08:00
"eslint-config-prettier": "^6.4.0",
2019-10-04 21:11:47 +08:00
"eslint-plugin-react": "^7.15.1",
"eslint-plugin-react-hooks": "^2.1.2",
2019-08-27 17:27:26 +08:00
"file-loader": "^4.2.0",
"gh-pages": "^2.1.1",
"happypack": "^5.0.1",
"html-webpack-plugin": "^3.2.0",
2019-10-04 21:11:47 +08:00
"husky": "^3.0.8",
2019-08-27 17:27:26 +08:00
"installed-check-core": "^3.0.0",
"interpolate-html-plugin": "^3.0.0",
2019-10-15 10:48:41 +08:00
"lint-staged": "^9.4.2",
2019-08-27 17:27:26 +08:00
"mini-css-extract-plugin": "^0.8.0",
"prettier": "^1.17.1",
2019-10-04 21:11:47 +08:00
"react-dev-utils": "^9.1.0",
2019-08-27 17:27:26 +08:00
"style-loader": "^1.0.0",
2019-10-04 21:11:47 +08:00
"terser-webpack-plugin": "^2.1.2",
2019-10-15 10:48:41 +08:00
"url-loader": "^2.2.0",
"webpack": "^4.41.1",
"webpack-bundle-analyzer": "^3.5.2",
2019-09-21 12:37:38 +08:00
"webpack-cli": "^3.3.9",
2019-10-04 21:11:47 +08:00
"webpack-dev-server": "^3.8.2",
2019-10-15 10:48:41 +08:00
"webpack-manifest-plugin": "^2.2.0",
2019-09-09 23:24:15 +08:00
"webpack-merge": "^4.2.2",
2019-09-07 00:20:47 +08:00
"workbox-webpack-plugin": "^4.3.1"
2019-08-27 17:27:26 +08:00
},
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
}
}