2017-05-18 21:21:33 +03:00
|
|
|
{
|
|
|
|
"name": "joyent-ui-toolkit",
|
2017-09-07 19:28:56 +03:00
|
|
|
"version": "2.0.0",
|
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",
|
2017-05-18 21:21:33 +03:00
|
|
|
"scripts": {
|
2017-06-01 17:57:28 +03:00
|
|
|
"lint:css": "echo 0",
|
2017-05-31 22:17:12 +03:00
|
|
|
"lint:js": "eslint . --fix",
|
2017-05-31 04:55:24 +03:00
|
|
|
"lint": "redrun -s lint:*",
|
2017-06-01 17:57:28 +03:00
|
|
|
"test": "echo 0",
|
|
|
|
"test-ci": "echo 0",
|
2017-09-20 12:30:53 +03:00
|
|
|
"copy-fonts": "rm -rf dist; mkdir -p dist/es/typography; mkdir -p dist/umd/typography; cp -r src/typography/libre-franklin dist/es/typography; cp -r src/typography/libre-franklin dist/umd/typography",
|
|
|
|
"compile-watch:es": "NODE_ENV=development babel src --out-dir dist/es --source-maps inline --watch",
|
|
|
|
"compile:es": "NODE_ENV=development babel src --out-dir dist/es --source-maps inline",
|
|
|
|
"compile:umd": "cross-env NODE_ENV=test babel src --out-dir dist/umd --source-maps inline",
|
|
|
|
"compile-watch:umd": "cross-env NODE_ENV=test babel src --out-dir dist/umd --source-maps inline --watch",
|
2017-06-06 16:30:43 +03:00
|
|
|
"compile": "redrun -p compile:*",
|
|
|
|
"watch": "redrun copy-fonts && redrun -p compile-watch:*",
|
2017-06-19 17:29:33 +03:00
|
|
|
"styleguide:build": "cross-env NODE_ENV=production styleguidist build",
|
2017-05-18 21:21:33 +03:00
|
|
|
"styleguide": "cross-env NODE_ENV=development styleguidist server",
|
2017-09-07 19:52:27 +03:00
|
|
|
"prepublish": "redrun -s copy-fonts compile"
|
2017-05-18 21:21:33 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-08-28 22:46:04 +03:00
|
|
|
"babel-cli": "^6.26.0",
|
|
|
|
"babel-generator": "^6.26.0",
|
2017-08-03 23:09:12 +03:00
|
|
|
"babel-helpers": "^6.24.1",
|
|
|
|
"babel-plugin-inline-react-svg": "^0.4.0",
|
2017-09-05 23:21:44 +03:00
|
|
|
"babel-plugin-styled-components": "^1.1.7",
|
2017-09-20 12:30:53 +03:00
|
|
|
"babel-preset-joyent-portal": "^3.0.1",
|
2017-08-28 22:46:04 +03:00
|
|
|
"babel-template": "^6.26.0",
|
2017-05-18 21:21:33 +03:00
|
|
|
"camel-case": "^3.0.0",
|
2017-08-28 22:46:04 +03:00
|
|
|
"cross-env": "^5.0.5",
|
2017-07-26 15:50:49 +03:00
|
|
|
"d3": "^4.10.0",
|
2017-06-16 17:12:28 +03:00
|
|
|
"disable-scroll": "^0.3.0",
|
2017-09-20 12:30:53 +03:00
|
|
|
"fontfaceobserver": "^2.0.13",
|
2017-07-06 13:10:10 +03:00
|
|
|
"lodash.difference": "^4.5.0",
|
|
|
|
"lodash.differenceby": "^4.8.0",
|
|
|
|
"lodash.isequal": "^4.5.0",
|
|
|
|
"lodash.isequalwith": "^4.4.0",
|
2017-05-18 21:21:33 +03:00
|
|
|
"lodash.isstring": "^4.0.1",
|
2017-09-20 12:30:53 +03:00
|
|
|
"normalized-styled-components": "^1.0.14",
|
|
|
|
"pascal-case": "^2.0.1",
|
2017-09-05 23:21:44 +03:00
|
|
|
"polished": "^1.6.1",
|
2017-05-18 21:21:33 +03:00
|
|
|
"prop-types": "^15.5.10",
|
|
|
|
"react-broadcast": "^0.1.2",
|
2017-09-14 14:26:57 +03:00
|
|
|
"react-input-range": "^1.2.1",
|
2017-09-20 12:30:53 +03:00
|
|
|
"react-responsive": "^1.3.4",
|
2017-07-26 15:50:49 +03:00
|
|
|
"react-styled-flexboxgrid": "^2.0.3",
|
2017-09-05 23:21:44 +03:00
|
|
|
"redrun": "^5.9.16",
|
2017-06-17 00:45:24 +03:00
|
|
|
"reduce-css-calc": "^2.0.5",
|
2017-06-16 23:46:36 +03:00
|
|
|
"remcalc": "^1.0.8",
|
|
|
|
"rnd-id": "^1.0.8",
|
2017-08-28 22:46:04 +03:00
|
|
|
"styled-components": "^2.1.2",
|
2017-09-20 12:30:53 +03:00
|
|
|
"styled-is": "^1.0.14",
|
|
|
|
"unitcalc": "^1.1.0"
|
2017-05-18 21:21:33 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-09-20 12:30:53 +03:00
|
|
|
"chart.js": "^2.7.0",
|
2017-08-03 23:09:12 +03:00
|
|
|
"csso": "^3.1.1",
|
2017-08-28 22:46:04 +03:00
|
|
|
"eslint": "^4.5.0",
|
2017-09-05 23:21:44 +03:00
|
|
|
"eslint-config-joyent-portal": "2.0.0",
|
2017-06-09 07:26:25 +03:00
|
|
|
"jest": "^20.0.4",
|
2017-05-18 21:21:33 +03:00
|
|
|
"jest-diff": "^20.0.3",
|
|
|
|
"jest-matcher-utils": "^20.0.3",
|
|
|
|
"jest-snapshot": "^20.0.3",
|
2017-08-28 22:46:04 +03:00
|
|
|
"jest-styled-components": "^4.4.1",
|
2017-08-03 23:09:12 +03:00
|
|
|
"jsesc": "^2.5.1",
|
2017-06-16 22:41:57 +03:00
|
|
|
"react": "^15.6.1",
|
2017-09-05 23:21:44 +03:00
|
|
|
"react-docgen": "^2.17.0",
|
2017-05-18 21:21:33 +03:00
|
|
|
"react-docgen-displayname-handler": "^1.0.0",
|
2017-06-16 22:41:57 +03:00
|
|
|
"react-dom": "^15.6.1",
|
2017-08-28 22:46:04 +03:00
|
|
|
"react-redux": "^5.0.6",
|
2017-08-30 17:37:10 +03:00
|
|
|
"react-router-dom": "^4.1.2",
|
2017-08-28 22:46:04 +03:00
|
|
|
"react-scripts": "^1.0.12",
|
2017-09-05 23:21:44 +03:00
|
|
|
"react-styleguidist": "^6.0.20",
|
2017-06-16 22:41:57 +03:00
|
|
|
"react-test-renderer": "^15.6.1",
|
2017-07-26 15:50:49 +03:00
|
|
|
"redux": "^3.7.2",
|
2017-08-28 22:46:04 +03:00
|
|
|
"redux-form": "^7.0.3",
|
2017-07-26 15:50:49 +03:00
|
|
|
"snapguidist": "^2.0.0",
|
2017-09-20 12:30:53 +03:00
|
|
|
"stylelint": "^8.1.1",
|
|
|
|
"stylelint-config-joyent-portal": "^2.0.0",
|
2017-08-03 23:09:12 +03:00
|
|
|
"svgo": "^0.7.2",
|
2017-05-18 21:21:33 +03:00
|
|
|
"tinycolor2": "^1.4.1",
|
|
|
|
"title-case": "^2.1.1",
|
2017-08-28 22:46:04 +03:00
|
|
|
"webpack": "^3.5.5"
|
2017-06-09 07:26:25 +03:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2017-09-20 12:30:53 +03:00
|
|
|
"chart.js": "^2.7.0",
|
2017-06-16 22:41:57 +03:00
|
|
|
"react": "^15.6.1",
|
|
|
|
"react-dom": "^15.6.1",
|
2017-08-28 22:46:04 +03:00
|
|
|
"react-router-dom": "^4.2.2",
|
|
|
|
"redux-form": "^7.0.3"
|
2017-05-18 21:21:33 +03:00
|
|
|
}
|
|
|
|
}
|