nimble-ui-pc
Version:
基础vue ui库 配置化组件 后台管理系统组件
138 lines (137 loc) • 4.71 kB
JSON
{
"name": "nimble-ui-pc",
"version": "0.0.52",
"description": "基础vue ui库 配置化组件 后台管理系统组件",
"author": "penyuying",
"private": false,
"scripts": {
"clear": "rimraf ./module/ ./modules/ ./service/ ./components/ ./dist/",
"dev": "rimraf ./dist/ && webpack-dev-server --inline --progress --config build/webpack.dev.conf.js --env=dev",
"build:example": "node build/example/build.js --env=build",
"build:module": "node build/build.js --env=build",
"build": "npm run clear && npm run build:module && npm run build:example",
"lint": "eslint --config ./.eslintrc.js --ignore-path ./.eslintignore --ext .js,.vue ./",
"precommit": "npm run lint"
},
"repository": {
"type": "git",
"url": "https://github.com/penyuying/nimble-ui-pc.git"
},
"keywords": [
"vue组件",
"vue",
"ui库"
],
"license": "MIT",
"dependencies": {
"core-js": "^2.6.5",
"eslint-import-resolver-alias": "^1.1.2",
"fetch-jsonp": "^1.1.3"
},
"flies": [
"build",
"modules",
"types",
"src",
"transform",
"README.md"
],
"main": "modules/index.js",
"module": "src/modules/index.esm.js",
"devDependencies": {
"autoprefixer": "^7.1.2",
"babel-core": "^6.22.1",
"babel-eslint": "^8.2.1",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-loader": "^7.1.1",
"babel-plugin-import": "^1.7.0",
"babel-plugin-istanbul": "^4.1.1",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-modules": "^0.1.1",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-plugin-transform-vue-jsx": "^3.5.0",
"babel-preset-env": "^1.3.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.22.0",
"chai": "^4.1.2",
"chalk": "^2.0.1",
"chromedriver": "^2.27.2",
"copy-webpack-plugin": "^4.0.1",
"cross-env": "^5.0.1",
"cross-spawn": "^5.0.1",
"css-loader": "^0.28.0",
"element-ui": "^2.10.0",
"eslint": "^4.15.0",
"eslint-config-standard": "^10.2.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-html": "^3.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue": "^4.7.1",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^1.1.4",
"friendly-errors-webpack-plugin": "^1.6.1",
"glob": "^7.1.2",
"html-webpack-plugin": "^2.30.1",
"husky": "^0.14.3",
"inject-loader": "^3.0.0",
"karma": "^1.4.1",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-phantomjs-shim": "^1.4.0",
"karma-sinon-chai": "^1.3.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.31",
"karma-webpack": "^2.0.2",
"minimist": "^1.2.0",
"mocha": "^3.2.0",
"nightwatch": "^0.9.12",
"nimble-lib": "0.0.8",
"nimble-ui": "0.0.11",
"node-notifier": "^5.1.2",
"node-sass": "^4.9.1",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"ora": "^1.2.0",
"phantomjs-prebuilt": "^2.1.14",
"portfinder": "^1.0.13",
"postcss-import": "^11.0.0",
"postcss-loader": "^2.0.8",
"postcss-url": "^7.2.1",
"rimraf": "^2.6.2",
"sass-loader": "^7.0.1",
"selenium-server": "^3.0.1",
"semver": "^5.3.0",
"shelljs": "^0.7.6",
"sinon": "^4.0.0",
"sinon-chai": "^2.8.0",
"uglifyjs-webpack-plugin": "^1.1.1",
"url-loader": "^0.5.8",
"vue": "2.5.3",
"vue-class-component": "^6.2.0",
"vue-loader": "^13.3.0",
"vue-router": "^3.0.1",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "2.5.3",
"vuex": "^3.0.1",
"webpack": "^3.6.0",
"webpack-bundle-analyzer": "^2.9.0",
"webpack-dev-server": "^2.9.1",
"webpack-merge": "^4.1.0"
},
"engines": {
"node": ">= 10.0.0",
"npm": ">= 5.0.0",
"nimble-lib": ">= 0.0.1"
},
"browserslist": [
"android 4.3",
"ios 8.0"
]
}