UNPKG

ifui

Version:

69 lines (68 loc) 2.58 kB
{ "name": "ifui", "version": "1.1.5", "main": "lib/index.js", "repository": "https://git.coding.net/lllevi/ifui.git", "author": "liwei", "license": "MIT", "scripts": { "bootstrap": "yarn || npm i && cd ./packages/ifu-css/ && yarn || npm i && cd ../../", "dev": "npm run build:file && webpack-serve --config build/webpack.dev.js", "lint": "eslint ./packages --ext .js,.vue && stylelint \"packages/ifu-css/src/*.css\"", "build:file": "node build/build-entry.js", "build:components": "node build/build-components.js --color", "build:ifu-css": "gulp build --gulpfile packages/ifu-css/gulpfile.js --color --silent", "build:ifu": "cross-env NODE_ENV=production webpack --color --config build/webpack.build.js && cross-env NODE_ENV=production webpack -p --color --config build/webpack.build.js", "build:style-entry": "node build/build-style-entry.js", "build:changelog": "sh build/build-changelog.sh", "build:iconfont": "gulp --gulpfile ./build/build-iconfont.js", "build:lib": "node build/build-lib.js", "build:site": "rimraf docs/dist && cross-env NODE_ENV=production webpack --config build/webpack.doc.js && gh-pages -d docs/dist", "test": "jest", "test:watch": "jest --watch", "test:coverage": "open test/coverage/index.html", "release": "sh build/release.sh", "precommit": "lint-staged" }, "dependencies": { "autoprefixer": "^9.0.1", "babel-core": "^6.26.3", "babel-loader": "^7.1.5", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "^1.7.0", "babel-preset-stage-0": "^6.24.1", "cross-env": "^5.2.0", "css-loader": "^1.0.0", "dependency-tree": "^6.1.1", "eslint": "^5.4.0", "fast-glob": "^2.2.2", "fast-vue-md-loader": "^1.0.3", "fs-extra": "^7.0.0", "gulp": "^3.9.1", "html-webpack-plugin": "^3.2.0", "postcss-calc": "^6.0.1", "postcss-easy-import": "^3.0.0", "postcss-loader": "^2.1.6", "postcss-px-to-viewport": "^0.0.3", "precss": "^3.1.2", "progress-bar-webpack-plugin": "^1.11.0", "shelljs": "^0.8.2", "signale": "^1.2.1", "style-loader": "^0.21.0", "transform-runtime": "^0.0.0", "uppercamelcase": "^3.0.0", "url-loader": "^1.0.1", "vant-doc": "^1.0.7", "vue": "^2.5.16", "vue-lazyload": "^1.2.6", "vue-loader": "^15.2.6", "vue-router": "^3.0.1", "vue-sfc-compiler": "^0.0.8", "vue-template-compiler": "^2.5.16", "webpack": "^4.16.2", "webpack-serve": "^2.0.2" }, "devDependencies": { "webpack-cli": "^3.1.0" } }