ncform-bootstrap
Version:
bootstrap theme for ncform
68 lines (67 loc) • 1.73 kB
JSON
{
"name": "ncform-bootstrap",
"version": "1.5.2",
"repository": {
"type": "git",
"url": "https://github.com/get-net/ncform-bootstrap.git"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --target lib --name NcformBootstrap src/components/index.js",
"lint": "vue-cli-service lint",
"test:e2e": "vue-cli-service test:e2e",
"test:unit": "vue-cli-service test:unit",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@ncform/ncform": "^1.3.3",
"@ncform/ncform-common": "^1.3.0",
"bootstrap": "^4.6.0",
"bootstrap-vue": "^2.21.2",
"core-js": "^2.6.5",
"moment": "^2.24.0",
"v-calendar": "^2.3.2",
"vue": "^2.6.11",
"vue-template-compiler": "^2.6.11"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.7.0",
"@vue/cli-plugin-e2e-cypress": "^3.7.0",
"@vue/cli-plugin-eslint": "^3.7.0",
"@vue/cli-plugin-unit-mocha": "^3.7.0",
"@vue/cli-service": "^3.7.0",
"@vue/eslint-config-prettier": "^4.0.1",
"@vue/test-utils": "1.0.0-beta.29",
"babel-eslint": "^10.0.1",
"chai": "^4.1.2",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"lint-staged": "^8.1.5",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1",
"vue-template-compiler": "^2.5.21"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,vue}": [
"vue-cli-service lint",
"git add"
]
},
"main": "dist/NcformBootstrap.umd.js",
"description": "bootstrap theme for ncform",
"author": "Arsenii Temnik",
"keywords": [
"ncform",
"bootstrap"
],
"files": [
"src",
"dist"
],
"publishConfig": {
"access": "public"
}
}