1 Star 1 Fork 2

jade/JD-app

forked from 子龙/JD-app 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.57 KB
一键复制 编辑 原始数据 按行查看 历史
王少侠 提交于 2019-10-26 11:32 . 'index-1'
{
"name": "jd",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"amfe-flexible": "^2.2.1",
"animate.css": "^3.7.2",
"axios": "^0.19.0",
"core-js": "^2.6.5",
"cube-ui": "~1.12.15",
"fastclick": "^1.0.6",
"swiper": "^3.4.2",
"vue": "^2.6.10",
"vue-lazyload": "^1.3.2",
"vue-router": "^3.0.3",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-eslint": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"jquery": "^1.12.4",
"postcss-px2rem": "^0.3.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue-cli-plugin-cube-ui": "^0.2.5",
"vue-template-compiler": "^2.6.10"
},
"eslintConfig": {
"root": true,
"env": {
"node": true,
"jquery": true
},
"extends": [
"plugin:vue/essential",
"@vue/standard"
],
"rules": {},
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {},
"postcss-px2rem": {
"remUnit": 37.5
}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 11",
"Android >= 4.0",
"iOS >= 8"
],
"transformModules": {
"cube-ui": {
"transform": "cube-ui/src/modules/${member}",
"kebabCase": true
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/jade07/JD-app.git
git@gitee.com:jade07/JD-app.git
jade07
JD-app
JD-app
master

搜索帮助