1 Star 1 Fork 0

熙七 / flqin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.88 KB
一键复制 编辑 原始数据 按行查看 历史
korey 提交于 2019-07-14 23:40 . upd: update package v
{
"name": "@fe_korey/resume",
"version": "1.0.3",
"description": "赵柯宇的web前端工程师简历",
"main": "dist/index.html",
"homepage": "https://www.flqin.com",
"keywords": [
"web前端",
"web",
"fe",
"front end",
"frontend",
"resume",
"fe-resume",
"learn-fe",
"前端",
"前端工程师",
"简历",
"前端简历",
"前端工程师简历",
"web前端简历"
],
"dependencies": {
"@fe_korey/fullpage": "^1.0.5",
"@fe_korey/mvvm": "1.0.20",
"normalize.css": "^8.0.1"
},
"devDependencies": {
"@babel/core": "^7.5.4",
"@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": "^3.0.0",
"eclint": "^2.8.1",
"eslint": "^6.0.1",
"eslint-config-google": "^0.13.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-prettier": "^3.1.0",
"file-loader": "^4.0.0",
"happypack": "^5.0.1",
"html-webpack-plugin": "^3.2.0",
"husky": "^3.0.0",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"lint-staged": "^9.2.0",
"mini-css-extract-plugin": "^0.7.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": "^2.0.1",
"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": "git+https://github.com/zhaoky/flqin.git"
},
"bugs": "https://github.com/zhaoky/flqin/issues",
"author": "Korey <keyu.zhao@foxmail.com>",
"license": "MIT",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"**/*": [
"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"
]
}
1
https://gitee.com/hee_seven/flqin.git
git@gitee.com:hee_seven/flqin.git
hee_seven
flqin
flqin
master

搜索帮助