UNPKG

@egova/flagwind-web

Version:
79 lines (78 loc) 2.47 kB
{ "name": "@egova/flagwind-web", "version": "2.0.6", "description": "flagwind web library", "author": "jason <jasonsoop@gmail.com>", "publishConfig": { "access": "public" }, "files": [ "dist" ], "keywords": [ "flagwind", "typescript" ], "license": "MIT", "homepage": "http://www.flagwind.org", "repository": { "type": "git", "url": "https://github.com/flagwind/flagwind-web" }, "bugs": { "url": "https://github.com/flagwind/flagwind-web/issues" }, "main": "dist/flagwind-web.umd.js", "types": "dist/types/index.d.ts", "scripts": { "dist:build": "vue-cli-service build --target lib --name flagwind-web src/index.ts", "dist:types": "tsc -d --emitDeclarationOnly --declarationDir dist/types", "dist": "npm run dist:build && npm run dist:types", "lint": "vue-cli-service lint" }, "peerDependencies": { "@egova/flagwind-core": ">=1.1.2", "equals": ">=1.0.5", "vue": ">=2.6.11", "vue-class-component": ">=7.2.3", "vue-property-decorator": ">=8.4.0" }, "devDependencies": { "@egova/flagwind-core": "^1.1.4", "@types/node": "^13.7.4", "@vue/cli-plugin-babel": "^3.4.0", "@vue/cli-plugin-typescript": "^3.4.0", "@vue/cli-service": "^3.4.0", "add-asset-html-webpack-plugin": "^3.1.3", "compression-webpack-plugin": "^3.1.0", "declaration-bundler-webpack-plugin": "^1.0.3", "equals": "^1.0.5", "friendly-errors-webpack-plugin": "^1.7.0", "less": "^3.11.1", "less-loader": "^5.0.0", "raw-loader": "^4.0.0", "sass": "^1.25.0", "sass-loader": "^8.0.2", "style-resources-loader": "^1.3.3", "tslint-config-flagwind": "^1.0.1", "tslint-loader": "^3.5.4", "typescript": "^3.7.5", "vue": "^2.6.11", "vue-class-component": "^7.2.3", "vue-property-decorator": "^8.4.0", "vue-router": "^3.1.5", "vue-template-compiler": "^2.6.11", "vuex": "^3.1.2" }, "postcss": { "plugins": { "autoprefixer": {} } }, "browserslist": [ "> 1%", "last 2 versions", "not ie <= 8" ], "gitHead": "b2c6443c16f4cfadfedeb2e94db28381506ad2f4" }