@edirect/form-engine
Version:
Achieve form logic reusage with forms expressed in json format.
107 lines (106 loc) • 3.78 kB
JSON
{
"name": "@edirect/form-engine",
"version": "0.3.70",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"private": false,
"scripts": {
"type-check": "tsc --noEmit",
"type-check:watch": "npm run type-check -- --watch",
"preversion": "npm run lint",
"postversion": "git push && git push --tags",
"build": "tsc --build tsconfig.build.json && tsc-alias && npm run build:babel && npm run build:babel",
"build:babel": "babel ./dist -d ./dist --extensions \".js\"",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "eslint --fix \"./src/**/*.{ts,tsx}\"",
"prepare": "npm run build",
"prepublishOnly": "npm run lint",
"version": "npm run format && git add -A src",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"publish:patch": "npm version patch && npm publish",
"publish:minor": "npm version minor && npm publish",
"publish:major": "npm version major && npm publish",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"test": "jest",
"test:open-coverage": "npm run test && open-cli coverage/index.html"
},
"files": [
"dist/**/*"
],
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/gofrank/bolttech-form-engine.git"
},
"keywords": [
"bolttech",
"edirect",
"form-engine",
"forms",
"reactjs",
"low-code"
],
"author": "bolttech",
"license": "ISC",
"homepage": "https://bitbucket.org/gofrank/bolttech-form-engine#readme",
"dependencies": {
"credit-card-type": "^9.1.0"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.9",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@bit/bolttech.components.common.collapse": "0.0.12",
"@bit/bolttech.components.common.collapse-group": "0.0.12",
"@bit/bolttech.components.common.credit-number-input": "0.0.7",
"@bit/bolttech.components.common.cvv-input": "0.0.7",
"@bit/bolttech.components.common.form-group": "0.0.2",
"@bit/bolttech.components.common.form-mappings": "0.0.21",
"@bit/bolttech.components.icons.arrow-right": "^1.0.1",
"@bit/bolttech.components.ui.button": "^1.0.38",
"@bit/bolttech.components.ui.checkbox": "^2.0.9",
"@bit/bolttech.components.ui.dropdown": "^1.0.59",
"@bit/bolttech.components.ui.input": "0.0.20",
"@cypress/webpack-preprocessor": "^5.11.1",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-essentials": "^6.4.19",
"@storybook/addon-interactions": "^6.4.19",
"@storybook/addon-links": "^6.4.19",
"@storybook/react": "^6.4.19",
"@storybook/testing-library": "0.0.9",
"@types/jest": "^27.4.1",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"babel-preset-minify": "^0.5.1",
"core-js": "^3.22.0",
"credit-card-type": "^9.1.0",
"cypress": "^9.5.3",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"html-webpack-plugin": "^5.5.0",
"jest": "^27.5.1",
"open-cli": "^7.0.1",
"prettier": "^2.5.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"regenerator-runtime": "^0.13.9",
"storybook-source-code-addon": "^1.2.0",
"ts-jest": "^27.1.4",
"ts-loader": "^9.2.8",
"tsc-alias": "^1.6.6",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"typescript": "^4.6.3",
"webpack": "^5.72.1"
}
}