@formio/core
Version:
The core Form.io renderering framework.
85 lines (84 loc) • 2.58 kB
JSON
{
"name": "@formio/core",
"version": "1.2.0",
"description": "The core Form.io renderering framework.",
"main": "lib/index.js",
"scripts": {
"test": "mocha -r ts-node/register --r mock-local-storage '**/*.spec.ts'",
"docs": "./node_modules/typedoc/bin/typedoc --exclude '*.spec.ts' src/*.ts src/**/*.ts src/**/**/*.ts",
"build:dev": "webpack --config config/webpack.config.js",
"build:full": "webpack --config config/webpack.full.js",
"build:prod": "webpack --config config/webpack.prod.js",
"clean": "rm -rf lib && rm -rf dist && rm -rf docs",
"build": "npm run clean && tsc && gulp templates && npm run docs && npm run build:dev && npm run build:prod && npm run build:full",
"prepublish": "npm run build && npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/formio/core.git"
},
"keywords": [
"The",
"core",
"Form.io",
"rendering",
"framework."
],
"author": "Travis Tidwell <travis@form.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/formio/core/issues"
},
"files": [
"dist",
"lib"
],
"homepage": "https://github.com/formio/core#readme",
"devDependencies": {
"@formio/base": "file:src/base",
"@formio/components": "file:src/components",
"@formio/model": "file:src/model",
"@formio/modules": "file:src/modules",
"@formio/sdk": "file:src/sdk",
"@formio/utils": "file:src/utils",
"@formio/validator": "file:src/validator",
"@types/chai": "^4.3.0",
"@types/chance": "^1.1.3",
"@types/dompurify": "^2.3.3",
"@types/fetch-mock": "^7.3.5",
"@types/lodash": "^4.14.179",
"@types/lodash.template": "^4.5.0",
"@types/mocha": "^9.1.0",
"@types/power-assert": "^1.5.8",
"@types/sinon": "^10.0.11",
"@types/uuid": "^8.3.4",
"chai": "^4.3.6",
"chance": "^1.1.8",
"fetch-mock": "^9.11.0",
"gulp": "^4.0.2",
"gulp-insert": "^0.5.0",
"gulp-rename": "^2.0.0",
"gulp-template": "^5.0.0",
"lodash": "^4.17.21",
"mocha": "^10.0.0",
"mocha-jsdom": "^2.0.0",
"mock-local-storage": "^1.1.20",
"power-assert": "^1.6.1",
"sinon": "^14.0.0",
"ts-loader": "^9.2.6",
"ts-node": "^10.5.0",
"typedoc": "^0.23.5",
"typescript": "^4.6.2",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"@formio/lodash": "0.0.9",
"core-js": "^3.21.1",
"dayjs": "^1.10.8",
"dompurify": "^2.3.6",
"eventemitter3": "^4.0.7",
"fetch-ponyfill": "^7.1.0",
"json-logic-js": "^2.0.2"
}
}