加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.40 KB
一键复制 编辑 原始数据 按行查看 历史
itsun 提交于 2021-11-16 11:03 . fjs
{
"name": "rwebpack",
"version": "1.0.0",
"description": "",
"main": "index.js",
"useEffect": false,
"scripts": {
"build": "webpack --env production --config config/webpack.config.js",
"serve": "webpack serve --env development --config config/webpack.config.js",
"start": "npm run serve",
"watch": "webpack serve --env development --watch --config config/webpack.config.js",
"bundle": "webpack"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.3",
"@babel/plugin-proposal-async-do-expressions": "^7.14.5",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/plugin-proposal-decorators": "^7.16.0",
"@babel/plugin-transform-runtime": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@babel/runtime": "^7.16.3",
"@vue/cli-plugin-babel": "^4.5.15",
"autoprefixer": "^10.4.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.3",
"babel-preset-env": "^1.7.0",
"css-loader": "^6.5.1",
"del": "^6.0.0",
"eslint": "^8.2.0",
"eslint-config-airbnb": "^19.0.0",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.27.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-vue": "^8.0.3",
"eslint-webpack-plugin": "^3.1.1",
"html-webpack-plugin": "^5.5.0",
"jest-worker": "^27.3.1",
"less-loader": "^10.2.0",
"marked": "^4.0.3",
"mini-css-extract-plugin": "^2.4.4",
"mini-svg-data-uri": "^1.4.3",
"node-sass": "^6.0.1",
"postcss": "^8.3.11",
"postcss-loader": "^6.2.0",
"postcss-preset-env": "^6.7.0",
"postcss-scss": "^4.0.2",
"progress-webpack-plugin": "^1.0.12",
"relateurl": "^0.2.7",
"sass": "^1.43.4",
"sass-loader": "^12.3.0",
"style-loader": "^3.3.1",
"stylelint": "^14.0.1",
"stylelint-webpack-plugin": "^3.1.0",
"vue-loader": "^15.9.8",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.64.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.4.0",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"loadsh": "^0.0.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"vue": "^2.6.14"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化