UNPKG

1.67 kBJSONView Raw
1{
2 "name": "cpui-components",
3 "version": "0.5.57",
4 "main": "lib/cpui-components.js",
5 "dependencies": {
6 "ally.js": "^1.4.1",
7 "blacklist": "^1.1.4",
8 "classnames": "^2.2.5",
9 "moment": "^2.19.2",
10 "prop-types": "^15.6.0",
11 "react": "^16.2.0",
12 "react-ace": "^5.9.0",
13 "react-animate-height": "^0.10.8",
14 "react-autosuggest": "^9.3.2",
15 "react-color": "^2.13.8",
16 "react-copy-to-clipboard": "^5.0.1",
17 "react-dom": "^16.1.1",
18 "react-scripts": "1.0.17",
19 "react-styleguidist": "^6.0.33",
20 "react-transition-group": "^2.2.1"
21 },
22 "scripts": {
23 "start": "react-scripts start",
24 "build": "react-scripts build",
25 "lib": "babel src/lib --out-dir lib --copy-files",
26 "test": "react-scripts test --env=jsdom",
27 "test:debug": "react-scripts --inspect-brk test --runInBand --env=jsdom",
28 "eject": "react-scripts eject",
29 "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 }\"",
30 "precommit": "npm run lib && git add .",
31 "preversion": "cross-env CI=true npm test",
32 "postversion": "git push && git push --tags",
33 "styleguide": "styleguidist server",
34 "styleguide:build": "styleguidist build"
35 },
36 "devDependencies": {
37 "babel-cli": "^6.26.0",
38 "babel-preset-stage-0": "^6.24.1",
39 "cross-env": "^5.0.5",
40 "enzyme": "^3.2.0",
41 "enzyme-adapter-react-16": "^1.1.0",
42 "husky": "^0.14.3"
43 },
44 "files": [
45 "lib/"
46 ],
47 "babel": {
48 "presets": [
49 "env",
50 "stage-0",
51 "react"
52 ]
53 }
54}