aem-react-js
Version:
AEM components written in React.
77 lines (76 loc) • 1.75 kB
JSON
{
"name": "aem-react-js",
"version": "0.24.3",
"description": "AEM components written in React.",
"author": {
"name": "Stefan Meyer",
"email": "stefan.meyer@sinnerschrader.com"
},
"license": "MIT",
"keywords": [
"aem",
"cq5",
"react",
"cms",
"typescript",
"node"
],
"repository": {
"type": "git",
"url": "http://www.github.com/sinnerschrader/aem-react-js"
},
"files": [
"lib"
],
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
},
"cz-customizable": {
"config": ".cz-config.js"
}
},
"scripts": {
"commitmsg": "conventional-changelog-lint -e",
"cz": "git-cz",
"test": "node run test"
},
"devDependencies": {
"@types/chai": "4.0.1",
"@types/enzyme": "3.1.1",
"@types/enzyme-adapter-react-16": "1.0.0",
"@types/jsdom": "11.0.0",
"@types/mocha": "2.2.41",
"@types/prop-types": "15.5.2",
"@types/react": "16.0.18",
"@types/react-dom": "16.0.2",
"chai": "4.0.2",
"codecov": "2.2.0",
"commitizen": "2.9.6",
"conventional-changelog-lint": "1.1.9",
"cz-customizable": "5.0.0",
"enzyme": "3.1.0",
"enzyme-adapter-react-16": "1.0.2",
"espower-typescript": "8.0.0",
"husky": "0.14.2",
"jsdom": "11.0.0",
"make-runnable": "1.3.6",
"mocha": "3.4.2",
"nyc": "11.0.3",
"power-assert": "1.4.4",
"prettier": "1.5.2",
"react-test-renderer": "16.0.0",
"shelljs": "0.7.8",
"standard-version": "4.2.0",
"ts-config": "10.0.1",
"ts-node": "3.3.0",
"tslint": "5.5.0",
"typescript": "2.4.1"
},
"dependencies": {
"prop-types": "15.6.0",
"react": "16.2.0",
"react-dom": "16.2.0",
"xss": "0.3.4"
}
}