UNPKG

jarvis-react

Version:

React脚手架及命令行工具合集

110 lines (109 loc) 3.12 kB
{ "name": "jarvis-react", "version": "0.3.0", "description": "React脚手架及命令行工具合集", "sideEffects": false, "main": "index.js", "module": "dist/index.esm.js", "types": "types.d.ts", "files": [ "lib", "resource", "bin" ], "bin": { "jarvis": "bin/jarvis.js" }, "repository": { "type": "git", "url": "git+https://github.com/hanguihe/jarvis-react.git" }, "author": "hanguihe <592029487@qq.com> (https://github.com/hanguihe)", "license": "MIT", "bugs": "https://github.com/hanguihe/jarvis-react/issues", "homepage": "https://github.com/hanguihe/jarvis-react#readme", "keywords": [ "React", "Jarvis" ], "publishConfig": { "access": "public" }, "scripts": { "build": "rm -rf lib && tsc", "prettier": "prettier -c --write \"src/**/*\"", "prepublishOnly": "yarn run build" }, "peerDependencies": { "antd": "^4.10.0", "react": "^17.0.0", "react-dom": "^17.0.0" }, "dependencies": { "@babel/core": "^7.14.6", "@babel/plugin-transform-runtime": "^7.14.5", "@babel/preset-env": "^7.14.7", "@babel/preset-react": "^7.14.5", "@babel/preset-typescript": "^7.14.5", "@pmmmwh/react-refresh-webpack-plugin": "^0.4.3", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-commonjs": "^19.0.0", "@rollup/plugin-node-resolve": "^13.0.0", "@rollup/plugin-typescript": "^8.2.1", "antd": "^4.10.0", "autoprefixer": "^10.2.6", "babel-loader": "^8.2.2", "babel-plugin-import": "^1.13.3", "chalk": "^4.1.1", "command-exists": "^1.2.9", "css-loader": "^5.2.6", "esbuild-loader": "^2.13.1", "eslint": "^7.29.0", "fs-extra": "^10.0.0", "gulp-if": "^3.0.0", "gulp-less": "^5.0.0", "gulp-typescript": "^6.0.0-alpha.1", "html-webpack-plugin": "^5.3.1", "husky": "^6.0.0", "inquirer": "^8.1.1", "less": "^4.1.1", "less-loader": "^10.0.1", "mini-css-extract-plugin": "^2.1.0", "ora": "^5.4.1", "postcss": "^8.3.5", "postcss-flexbugs-fixes": "^5.0.2", "postcss-loader": "^6.1.1", "postcss-normalize": "^10.0.0", "postcss-preset-env": "^6.7.0", "prettier": "^2.3.1", "react": "^17.0.2", "react-dom": "^17.0.2", "react-refresh": "^0.10.0", "rollup": "^2.52.7", "rollup-plugin-postcss": "^4.0.0", "style-loader": "^3.0.0", "through2": "^4.0.2", "typescript": "^4.3.4", "vinyl-fs": "^3.0.3", "webpack": "^5.39.1", "webpack-dev-server": "^3.11.2", "yargs-parser": "^20.2.7" }, "devDependencies": { "@types/babel__core": "^7.1.14", "@types/command-exists": "^1.2.0", "@types/fs-extra": "^9.0.11", "@types/gulp-if": "^0.0.34", "@types/gulp-less": "^0.0.32", "@types/inquirer": "^7.3.2", "@types/mini-css-extract-plugin": "^1.4.3", "@types/ora": "^3.2.0", "@types/react": "^17.0.0", "@types/react-dom": "^17.0.0", "@types/through2": "^2.0.36", "@types/vinyl-fs": "^2.4.12", "@types/webpack": "^5.28.0", "@types/webpack-dev-server": "^3.11.5", "@types/yargs-parser": "^20.2.0" } }