chinese-colors/package.json

82 lines
2.3 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-08-27 17:27:26 +08:00
"version": "1.1.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",
"build": "node scripts/build.js"
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": [
"css3",
"template",
"react",
"frontend",
"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-06 18:44:38 +08:00
"homepage": "https://works.yangerxiao.com/chinese-colors/",
2019-08-27 17:27:26 +08:00
"dependencies": {
"react": "^16.9.0",
"react-dom": "^16.9.0",
2019-09-07 11:16:49 +08:00
"react-github-btn": "^1.0.6",
"smooth-scroll-into-view-if-needed": "^1.1.23",
2019-08-27 17:27:26 +08:00
"styled-components": "^4.3.2",
2019-09-07 00:20:47 +08:00
"styled-reset": "^4.0.0"
2019-08-27 17:27:26 +08:00
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@commitlint/cli": "^8.1.0",
"@commitlint/config-conventional": "^8.1.0",
"auto-changelog": "^1.15.0",
"autodll-webpack-plugin": "^0.4.2",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
"css-loader": "^3.2.0",
"eslint": "^6.2.1",
"eslint-config-prettier": "^6.1.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.4",
"installed-check-core": "^3.0.0",
"interpolate-html-plugin": "^3.0.0",
"lint-staged": "^9.2.3",
"mini-css-extract-plugin": "^0.8.0",
"prettier": "^1.17.1",
"react-dev-utils": "^9.0.3",
"style-loader": "^1.0.0",
2019-09-07 00:20:47 +08:00
"terser-webpack-plugin": "^2.0.0",
2019-08-27 17:27:26 +08:00
"url-loader": "^2.1.0",
"webpack": "^4.39.2",
"webpack-bundle-analyzer": "^3.4.1",
"webpack-cli": "^3.3.7",
"webpack-dev-server": "^3.8.0",
"webpack-manifest-plugin": "^2.0.4",
2019-09-07 00:20:47 +08:00
"webpack-merge": "^4.2.1",
"workbox-webpack-plugin": "^4.3.1"
2019-08-27 17:27:26 +08:00
},
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
}
}