UNPKG

simplr-forms-dom

Version:
62 lines 1.84 kB
{ "name": "simplr-forms-dom", "version": "4.0.0-pre-alpha.13", "description": "DOM components for simplr-forms.", "repository": "SimplrJS/simplr-forms", "homepage": "https://github.com/SimplrJS/simplr-forms", "main": "dist/main.js", "types": "dist/index.d.ts", "author": "simplrjs <simplr@quatrodev.com> (https://github.com/simplrjs)", "scripts": { "build": "webpack && npm run tslint", "watch": "webpack -w", "tslint": "tslint --config ./tslint.json --project . --exclude __tests__/**/* && echo TsLint test successfully passed.", "uglifyjs": "uglifyjs ./dist/simplr-forms-core.js -o ./dist/simplr-forms-core.min.js --compress --mangle", "release": "npm run build && npm run uglifyjs", "test": "jest", "test-watch": "jest --watchAll", "test-coverage": "npm test -- --coverage", "prepublishOnly": "node postbuild.js", "postpublish": "git clean -fdn" }, "license": "AGPL-3.0", "files": [ "dist", "@types", "**/*.md", "*.js", "!*.config.js" ], "devDependencies": { "@types/enzyme": "^2.7.7", "@types/jest": "^19.2.2", "@types/sinon": "^2.1.2", "enzyme": "^2.8.0", "jest": "^19.0.2", "jest-enzyme": "^3.0.0", "mv": "^2.1.1", "sinon": "^2.1.0", "ts-jest": "^19.0.8", "ts-loader": "^2.0.3", "tslint": "^5.0.0", "typescript": "2.3.0", "webpack": "^2.4.1" }, "dependencies": { "@types/react": "^15.0.21", "react": "^15.5.4", "simplr-forms-core": "^4.0.0-pre-alpha.10" }, "jest": { "setupTestFrameworkScriptFile": "./node_modules/jest-enzyme/lib/index.js", "transform": { ".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js" }, "testRegex": "/__tests__/.*\\.(test|spec).(ts|tsx|js)$", "moduleFileExtensions": [ "ts", "tsx", "js" ] } }