1 Star 6 Fork 1

思伟/cv

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.82 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "cv",
"version": "1.0.2",
"description": "周思伟的Java软件工程师简历",
"main": "dist/index.js",
"homepage": ".",
"keywords": [
"Java",
"Java软件工程师",
"resume",
"后端",
"后端工程师",
"简历",
"后端简历",
"后端工程师简历",
"java后端简历"
],
"dependencies": {
"@fe_korey/fullpage": "^1.0.4",
"@fe_korey/mvvm": "^1.0.20",
"normalize.css": "^8.0.1"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/runtime-corejs3": "^7.4.5",
"autoprefixer": "^9.5.1",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.6",
"cross-env": "^5.2.0",
"css-loader": "^2.1.1",
"eclint": "^2.8.1",
"eslint": "^5.16.0",
"eslint-config-google": "^0.13.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-prettier": "^3.1.0",
"file-loader": "^3.0.1",
"happypack": "^5.0.1",
"html-webpack-plugin": "^3.2.0",
"husky": "^2.3.0",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"lint-staged": "^8.1.7",
"mini-css-extract-plugin": "^0.6.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"postcss-pxtorem": "^4.0.1",
"prettier": "^1.17.1",
"script-ext-html-webpack-plugin": "^2.1.3",
"style-ext-html-webpack-plugin": "^4.0.1",
"style-loader": "^0.23.1",
"stylelint": "^10.0.1",
"stylelint-config-prettier": "^5.2.0",
"stylelint-config-standard": "^18.3.0",
"stylelint-prettier": "^1.1.0",
"url-loader": "^1.1.2",
"webpack": "^4.32.2",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.4.1",
"webpack-stylish": "^0.1.8",
"webpackbar": "^3.2.0"
},
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"dev": "cross-env NODE_ENV=development webpack-dev-server --hot",
"lint": "eslint src && stylelint 'src/**/*.less' && eclint check",
"fix": "eslint src --fix && stylelint 'src/**/*.less' --fix && eclint fix ",
"analyze": "cross-env NODE_ENV=production MODE=analysis webpack"
},
"repository": {
"type": "git",
"url": "https://github.com/JoeyBling/cv.git"
},
"bugs": "https://github.com/JoeyBling/cv/issues",
"author": "zhousiwei <[email protected]>",
"license": "MIT",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"linters": {
"**/*": [
"eclint fix",
"git add"
],
"src/**/*.less": [
"stylelint --fix",
"git add"
],
"src/**/*.js": [
"eslint --fix",
"git add"
]
}
},
"engines": {
"node": ">= 8.0.0",
"npm": ">= 6.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/zhousiwei/cv.git
[email protected]:zhousiwei/cv.git
zhousiwei
cv
cv
master

搜索帮助