{
    "name": "@protonemedia/form-components-pro-vue2-core",
    "version": "1.0.17",
    "author": "Pascal Baljet <pascal@protone.media>",
    "homepage": "https://formcomponents.pro",
    "private": false,
    "repository": {
        "type": "git",
        "url": "git://github.com/protonemedia/form-components-pro.git",
        "directory": "src/form-components-pro-vue2-core"
    },
    "main": "dist/index.js",
    "scripts": {
        "build": "yarn tsc-declaration && NODE_ENV=production rollup -c --environment BUILD:production",
        "build:dev": "yarn tsc-declaration && NODE_ENV=development rollup -c --environment BUILD:development",
        "tsc-declaration": "tsc --noEmit false --outDir dist --declaration true --emitDeclarationOnly",
        "watch": "npm run build:dev -- --watch",
        "analyze": "yarn build --analyze",
        "run-link": "yarn link",
        "test": "jest"
    },
    "dependencies": {
        "autosize": "^4.0.2",
        "choices.js": "^9.0.1",
        "flatpickr": "^4.6.9",
        "lodash-es": "^4.17.20"
    },
    "peerDependencies": {
        "vue": "^2.0.0"
    },
    "devDependencies": {
        "@babel/core": "^7.11.6",
        "@babel/plugin-proposal-class-properties": "^7.13.0",
        "@babel/plugin-proposal-optional-chaining": "^7.13.8",
        "@babel/plugin-transform-runtime": "^7.13.8",
        "@babel/preset-env": "^7.13.8",
        "@babel/preset-react": "^7.10.4",
        "@babel/preset-typescript": "^7.13.0",
        "@babel/runtime": "^7.11.2",
        "@rollup/plugin-babel": "^5.2.1",
        "@rollup/plugin-commonjs": "^15.1.0",
        "@rollup/plugin-json": "^4.1.0",
        "@rollup/plugin-node-resolve": "^9.0.0",
        "@rollup/plugin-typescript": "^6.0.0",
        "@types/lodash": "^4.14.155",
        "@vue/cli-plugin-unit-jest": "^4.5.11",
        "@vue/test-utils": "^1.1.3",
        "babel-jest": "^26.6.3",
        "jest": "^26.6.3",
        "rollup": "^2.29.0",
        "rollup-plugin-vue": "^5.1.9",
        "vue": "^2.6.12",
        "vue-jest": "^3.0.7"
    },
    "gitHead": "0348437570a2e9c1a4202e72bdb5641dbdcc8860"
}
