forked from mirror/chinese-colors
86 lines
2.4 KiB
JSON
86 lines
2.4 KiB
JSON
{
|
|
"name": "chinese-colors",
|
|
"version": "1.1.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"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/zerosoul/chinese-colors.git"
|
|
},
|
|
"keywords": [
|
|
"css3",
|
|
"template",
|
|
"react",
|
|
"frontend",
|
|
"tool",
|
|
"amazing"
|
|
],
|
|
"author": "tristan",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/zerosoul/chinese-colors/issues"
|
|
},
|
|
"homepage": "https://works.yangerxiao.com/chinese-colors/",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1",
|
|
"pinyin": "^2.9.0",
|
|
"react": "^16.9.0",
|
|
"react-dom": "^16.9.0",
|
|
"react-github-btn": "^1.0.6",
|
|
"react-redux": "^7.1.1",
|
|
"redux": "^4.0.4",
|
|
"smooth-scroll-into-view-if-needed": "^1.1.23",
|
|
"styled-components": "^4.3.2",
|
|
"styled-reset": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.6.0",
|
|
"@babel/core": "^7.6.0",
|
|
"@babel/plugin-proposal-class-properties": "^7.5.5",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
|
"@babel/preset-env": "^7.6.0",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"@commitlint/cli": "^8.1.0",
|
|
"@commitlint/config-conventional": "^8.1.0",
|
|
"auto-changelog": "^1.16.1",
|
|
"autodll-webpack-plugin": "^0.4.2",
|
|
"babel-eslint": "^10.0.3",
|
|
"babel-loader": "^8.0.6",
|
|
"css-loader": "^3.2.0",
|
|
"eslint": "^6.3.0",
|
|
"eslint-config-prettier": "^6.2.0",
|
|
"eslint-plugin-react": "^7.14.3",
|
|
"eslint-plugin-react-hooks": "^2.0.1",
|
|
"file-loader": "^4.2.0",
|
|
"gh-pages": "^2.1.1",
|
|
"happypack": "^5.0.1",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"husky": "^3.0.5",
|
|
"installed-check-core": "^3.0.0",
|
|
"interpolate-html-plugin": "^3.0.0",
|
|
"lint-staged": "^9.2.5",
|
|
"mini-css-extract-plugin": "^0.8.0",
|
|
"prettier": "^1.17.1",
|
|
"react-dev-utils": "^9.0.3",
|
|
"style-loader": "^1.0.0",
|
|
"terser-webpack-plugin": "^2.0.0",
|
|
"url-loader": "^2.1.0",
|
|
"webpack": "^4.39.3",
|
|
"webpack-bundle-analyzer": "^3.4.1",
|
|
"webpack-cli": "^3.3.8",
|
|
"webpack-dev-server": "^3.8.0",
|
|
"webpack-manifest-plugin": "^2.0.4",
|
|
"webpack-merge": "^4.2.2",
|
|
"workbox-webpack-plugin": "^4.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0",
|
|
"npm": ">=6.0.0"
|
|
}
|
|
}
|