2017-05-18 21:21:33 +03:00
|
|
|
{
|
|
|
|
"name": "joyent-ui-toolkit",
|
2018-02-05 17:12:47 +02:00
|
|
|
"version": "5.0.0",
|
2018-03-06 03:14:33 +02:00
|
|
|
"private": true,
|
2017-05-18 21:21:33 +03:00
|
|
|
"license": "MPL-2.0",
|
|
|
|
"repository": "github:yldio/joyent-portal",
|
2017-06-06 16:30:43 +03:00
|
|
|
"main": "dist/umd/index.js",
|
|
|
|
"jsnext:main": "dist/es/index.js",
|
|
|
|
"module": "dist/es/index.js",
|
2018-02-28 00:40:51 +02:00
|
|
|
"files": ["dist"],
|
2017-05-18 21:21:33 +03:00
|
|
|
"scripts": {
|
2018-02-28 00:40:51 +02:00
|
|
|
"dev": "NODE_ENV=development redrun -p build:es build:umd -- --watch --source-maps inline",
|
|
|
|
"build:test": "NODE_ENV=production redrun build:lib",
|
|
|
|
"build:lib": "NODE_ENV=production redrun -p build:es build:umd",
|
|
|
|
"build:bundle": "echo 0",
|
|
|
|
"prepublish": "NODE_ENV=production redrun build:lib",
|
2018-03-01 03:15:16 +02:00
|
|
|
"lint": "redrun lint:ci -- --fix",
|
2018-02-28 00:40:51 +02:00
|
|
|
"lint:ci": "NODE_ENV=test eslint . --ext .js --ext .md",
|
2017-12-22 03:08:27 +02:00
|
|
|
"test": "NODE_ENV=test joyent-react-scripts test --env=jsdom",
|
2018-02-28 00:40:51 +02:00
|
|
|
"test:ci": "redrun test",
|
|
|
|
"build:es": "babel src --out-dir dist/es --ignore spec.js",
|
|
|
|
"build:umd": "UMD=1 babel src --out-dir dist/umd --ignore spec.js",
|
2017-10-18 05:29:47 +03:00
|
|
|
"styleguide": "NODE_ENV=development styleguidist server",
|
2018-02-28 00:40:51 +02:00
|
|
|
"styleguide:build": "NODE_ENV=production styleguidist build"
|
2017-05-18 21:21:33 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"camel-case": "^3.0.0",
|
2018-02-20 02:35:31 +02:00
|
|
|
"clipboard-copy": "^1.4.2",
|
|
|
|
"exenv": "^1.2.2",
|
2017-10-11 19:59:59 +03:00
|
|
|
"joy-react-broadcast": "^0.6.9",
|
2018-02-16 20:32:15 +02:00
|
|
|
"joyent-icons": "^5.0.0",
|
2018-02-06 13:23:50 +02:00
|
|
|
"joyent-react-styled-flexboxgrid": "^2.2.3",
|
2018-01-23 23:06:59 +02:00
|
|
|
"lodash.assign": "^4.2.0",
|
2017-11-09 13:27:32 +02:00
|
|
|
"lodash.isboolean": "^3.0.3",
|
2018-01-23 23:06:59 +02:00
|
|
|
"lodash.isnan": "^3.0.2",
|
2018-01-09 16:57:00 +02:00
|
|
|
"lodash.isundefined": "^3.0.1",
|
2018-01-23 23:06:59 +02:00
|
|
|
"lodash.values": "^4.3.0",
|
2018-01-29 20:09:18 +02:00
|
|
|
"normalized-styled-components": "^1.0.18",
|
2017-10-19 16:36:18 +03:00
|
|
|
"outy": "^0.1.2",
|
2017-09-20 12:30:53 +03:00
|
|
|
"pascal-case": "^2.0.1",
|
2018-02-28 00:40:51 +02:00
|
|
|
"prop-types": "^15.6.1",
|
2018-02-15 22:05:29 +02:00
|
|
|
"react-bundle": "^1.1.0",
|
2018-02-20 02:35:31 +02:00
|
|
|
"react-popper": "^0.8.2",
|
|
|
|
"react-responsive": "^4.0.4",
|
2018-01-29 20:09:18 +02:00
|
|
|
"remcalc": "^1.0.10",
|
|
|
|
"rnd-id": "^2.0.2",
|
2018-03-07 17:36:32 +02:00
|
|
|
"styled-components": "^3.2.1",
|
2018-02-28 00:40:51 +02:00
|
|
|
"styled-components-spacing": "^2.1.3",
|
|
|
|
"styled-flex-component": "^2.2.1",
|
2018-01-29 20:09:18 +02:00
|
|
|
"styled-is": "^1.1.2",
|
2018-02-20 02:35:31 +02:00
|
|
|
"unitcalc": "^1.2.3"
|
2017-05-18 21:21:33 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-10-18 05:29:47 +03:00
|
|
|
"babel-cli": "^6.26.0",
|
2018-02-20 02:35:31 +02:00
|
|
|
"babel-preset-joyent-portal": "^7.0.1",
|
2017-12-15 16:09:09 +02:00
|
|
|
"classnames": "^2.2.5",
|
2018-02-20 02:35:31 +02:00
|
|
|
"eslint": "^4.18.1",
|
2018-01-29 20:09:18 +02:00
|
|
|
"eslint-config-joyent-portal": "^3.3.1",
|
2018-02-28 00:40:51 +02:00
|
|
|
"jest-styled-components": "^5.0.0",
|
2018-03-07 17:36:32 +02:00
|
|
|
"joyent-react-scripts": "^7.4.0",
|
2017-12-06 17:03:40 +02:00
|
|
|
"react": "^16.2.0",
|
2017-10-31 12:03:44 +02:00
|
|
|
"react-docgen": "^3.0.0-beta8",
|
2017-10-09 21:01:34 +03:00
|
|
|
"react-docgen-displayname-handler": "^1.0.1",
|
2017-12-06 17:03:40 +02:00
|
|
|
"react-dom": "^16.2.0",
|
2018-02-20 02:35:31 +02:00
|
|
|
"react-styleguidist": "^6.2.5",
|
2017-12-06 17:03:40 +02:00
|
|
|
"react-test-renderer": "^16.2.0",
|
2018-02-28 00:40:51 +02:00
|
|
|
"redrun": "^5.10.5"
|
2017-06-09 07:26:25 +03:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2018-01-17 21:10:39 +02:00
|
|
|
"joyent-manifest-editor": "^1.4.0",
|
2017-12-06 17:03:40 +02:00
|
|
|
"react": "^16.2.0",
|
2017-11-23 14:18:38 +02:00
|
|
|
"react-dom": "^16.2.0"
|
2017-05-18 21:21:33 +03:00
|
|
|
}
|
|
|
|
}
|