joyent-portal/packages/ui-toolkit/package.json

73 lines
2.3 KiB
JSON
Raw Normal View History

{
"name": "joyent-ui-toolkit",
2018-02-05 17:12:47 +02:00
"version": "5.0.0",
"license": "MPL-2.0",
"repository": "github:yldio/joyent-portal",
"main": "dist/umd/index.js",
"jsnext:main": "dist/es/index.js",
"module": "dist/es/index.js",
"scripts": {
2018-02-01 12:38:12 +02:00
"lint-ci": "eslint . --ext .js",
"lint": "eslint . --fix --ext .js",
2017-12-22 03:08:27 +02:00
"test-ci": "redrun test",
"test": "NODE_ENV=test joyent-react-scripts test --env=jsdom",
"compile:es": "babel src --out-dir dist/es --ignore spec.js",
"compile:umd": "UMD=1 babel src --out-dir dist/umd --ignore spec.js",
"compile": "redrun -p compile:*",
"dev": "NODE_ENV=development npm run compile -- -- --watch --source-maps inline",
"styleguide:build": "NODE_ENV=production styleguidist build",
"styleguide": "NODE_ENV=development styleguidist server",
"prepublish": "NODE_ENV=production npm run compile"
},
"dependencies": {
"camel-case": "^3.0.0",
2018-02-06 13:23:50 +02:00
"clipboard-copy": "^1.4.1",
2017-10-11 19:59:59 +03:00
"joy-react-broadcast": "^0.6.9",
"joyent-icons": "^4.0.0",
2018-02-06 13:23:50 +02:00
"joyent-react-styled-flexboxgrid": "^2.2.3",
"lodash.assign": "^4.2.0",
"lodash.isboolean": "^3.0.3",
"lodash.isnan": "^3.0.2",
"lodash.isundefined": "^3.0.1",
"lodash.values": "^4.3.0",
"normalized-styled-components": "^1.0.18",
2017-10-19 16:36:18 +03:00
"outy": "^0.1.2",
"pascal-case": "^2.0.1",
"prop-types": "^15.6.0",
2018-02-15 22:05:29 +02:00
"react-bundle": "^1.1.0",
"react-popper": "^0.7.5",
"react-responsive": "^4.0.3",
"remcalc": "^1.0.10",
"rnd-id": "^2.0.2",
"styled-components": "^3.1.4",
"styled-is": "^1.1.2",
"unitcalc": "^1.1.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-joyent-portal": "^6.0.3",
"classnames": "^2.2.5",
"eslint": "^4.16.0",
"eslint-config-joyent-portal": "^3.3.1",
"jest-styled-components": "^4.11.0-0",
2018-02-14 19:15:07 +02:00
"joyent-react-scripts": "^7.3.0",
"lodash.isboolean": "^3.0.3",
"react": "^16.2.0",
"react-docgen": "^3.0.0-beta8",
"react-docgen-displayname-handler": "^1.0.1",
"react-dom": "^16.2.0",
"react-styleguidist": "^6.2.0",
"react-test-renderer": "^16.2.0",
2017-12-22 03:08:27 +02:00
"redrun": "^5.10.0",
"styled-components-spacing": "^2.1.3",
"styled-flex-component": "^2.2.0",
"webpack": "^3.10.0"
},
"peerDependencies": {
2017-12-22 03:08:27 +02:00
"codemirror": "^5.32.0",
2018-01-17 21:10:39 +02:00
"joyent-manifest-editor": "^1.4.0",
"react": "^16.2.0",
"react-dom": "^16.2.0"
}
}