cpui-components
Version:
52 lines (51 loc) • 1.47 kB
JSON
{
"name": "cpui-components",
"version": "0.5.33",
"main": "lib/cpui-components.js",
"dependencies": {
"ally.js": "^1.4.1",
"blacklist": "^1.1.4",
"classnames": "^2.2.5",
"moment": "^2.19.2",
"react": "^16.1.1",
"react-ace": "^5.9.0",
"react-animate-height": "^0.10.8",
"react-color": "^2.13.8",
"react-dom": "^16.1.1",
"react-scripts": "1.0.17",
"react-styleguidist": "^6.0.33",
"react-transition-group": "^2.2.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"lib": "babel src/lib --out-dir lib --copy-files",
"test": "react-scripts test --env=jsdom",
"test:debug": "react-scripts --inspect-brk test --runInBand --env=jsdom",
"eject": "react-scripts eject",
"postmerge": "@powershell -NoProfile -ExecutionPolicy Unrestricted -Command \"if (git diff-tree -r --name-only --no-commit-id ORIG_HEAD HEAD | Select-String -Pattern 'package.json' -SimpleMatch -Quiet) { npm install }\"",
"precommit": "npm run lib && git add .",
"preversion": "cross-env CI=true npm test",
"postversion": "git push && git push --tags",
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-stage-0": "^6.24.1",
"cross-env": "^5.0.5",
"enzyme": "^3.2.0",
"enzyme-adapter-react-16": "^1.1.0",
"husky": "^0.14.3"
},
"files": [
"lib/"
],
"babel": {
"presets": [
"env",
"stage-0",
"react"
]
}
}