hiller-ui
Version:
A personal Vue.js 3.0 UI Toolkit.
81 lines (80 loc) • 2.25 kB
JSON
{
"name": "hiller-ui",
"version": "1.0.0",
"description": "A personal Vue.js 3.0 UI Toolkit.",
"main": "lib/hiller-ui.min.js",
"files": [
"lib",
"packages",
"README"
],
"directories": {
"doc": "docs",
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:prod": "webpack --config build/webpack.prod.js",
"build:style": "gulp --gulpfile build/gen-style.js",
"build:components": "webpack --config build/webpack.lib.component.js",
"build:lib": "webpack --config build/webpack.lib.all.js",
"dev": "webpack serve --config build/webpack.dev.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hua-bang/hiller-ui.git"
},
"keywords": [
"Vue3.0",
"UI"
],
"author": "hua-bang",
"license": "ISC",
"bugs": {
"url": "https://github.com/hua-bang/hiller-ui/issues"
},
"homepage": "https://github.com/hua-bang/hiller-ui#readme",
"dependencies": {
"css-loader": "^6.2.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.0.0",
"html-webpack-plugin": "^5.3.2",
"style-loader": "^3.2.1",
"vue-router": "^4.0.10",
"webpack": "^5.49.0",
"webpack-cli": "^4.7.2"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@vue/compiler-sfc": "^3.1.5",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "*",
"core-js": "^3.16.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^7.15.1",
"eslint-webpack-plugin": "^3.0.1",
"node-sass": "^6.0.1",
"path-browserify": "^1.0.1",
"postcss": "^8.3.6",
"postcss-loader": "^6.1.1",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.3.2",
"sass": "^1.37.5",
"sass-loader": "^12.1.0",
"vue": "^3.2.2",
"vue-eslint-parser": "^7.10.0",
"vue-loader": "^16.4.1",
"vue-template-compiler": "^2.6.14",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.8.0"
}
}