joyent-portal/consoles/my-joy-instances/package.json

92 lines
3.1 KiB
JSON
Raw Normal View History

{
2018-02-28 00:40:51 +02:00
"name": "my-joy-instances",
"version": "2.3.5",
2018-04-09 21:08:32 +03:00
"private": true,
2018-03-06 03:14:33 +02:00
"license": "MPL-2.0",
"repository": "github:yldio/joyent-portal",
2018-01-08 17:13:05 +02:00
"main": "lib/index.js",
"scripts": {
2018-05-23 19:29:04 +03:00
"dev": "REACT_APP_DEV=1 NAMESPACE=instances NODE_ENV=development REACT_APP_GQL_PORT=4000 PORT=3069 joyent-react-scripts start",
2018-02-28 00:40:51 +02:00
"build:test": "echo 0",
"build:lib": "echo 0",
2018-03-07 17:36:32 +02:00
"build:bundle": "NAMESPACE=instances NODE_ENV=production redrun -p build:frontend build:ssr",
2018-02-28 00:40:51 +02:00
"prepublish": "NODE_ENV=production redrun build:bundle",
"test": "DEFAULT_TIMEOUT_INTERVAL=100000 NODE_ENV=test joyent-react-scripts test --env=jsdom --testPathIgnorePatterns='.ui.js'",
2018-02-28 00:40:51 +02:00
"test:ci": "NODE_ENV=test joyent-react-scripts test --env=jsdom --testPathIgnorePatterns='.ui.js'",
"build:frontend": "joyent-react-scripts build",
"build:ssr": "SSR=1 UMD=1 babel src --out-dir lib/app --copy-files"
},
"dependencies": {
2017-10-04 20:27:55 +03:00
"@manaflair/redux-batch": "^0.1.0",
2018-05-23 19:29:04 +03:00
"apollo-cache-inmemory": "^1.2.2",
"apollo-client": "^2.3.2",
"apollo-link-http": "^1.5.4",
"apr-intercept": "^3.0.3",
2018-03-01 03:15:16 +02:00
"apr-reduce": "^3.0.3",
2018-05-07 15:33:08 +03:00
"boom": "^7.2.0",
"bytes": "^3.0.0",
2018-03-29 16:43:30 +03:00
"clipboard-copy": "^2.0.0",
2018-05-23 19:29:04 +03:00
"cross-fetch": "^2.2.0",
"date-fns": "^1.29.0",
"declarative-redux-form": "^2.0.8",
"exenv": "^1.2.2",
"fuse.js": "^3.2.0",
2018-03-29 16:43:30 +03:00
"hapi-render-react": "^2.5.2",
2018-05-23 19:29:04 +03:00
"hapi-render-react-joyent-document": "^7.2.0",
2018-02-14 19:15:07 +02:00
"inert": "^5.1.0",
"joyent-logo-assets": "^1.1.0",
"joyent-ui-resource-step": "^1.0.0",
"joyent-manifest-editor": "^1.4.0",
2018-05-23 19:29:04 +03:00
"joyent-react-styled-flexboxgrid": "^3.1.0",
"joyent-ui-toolkit": "^6.0.0",
"lodash.find": "^4.6.0",
"lodash.findindex": "^4.6.0",
"lodash.flatten": "^4.4.0",
"lodash.get": "^4.4.2",
"lodash.groupby": "^4.6.0",
"lodash.includes": "^4.3.0",
"lodash.isarray": "^4.0.0",
"lodash.isboolean": "^3.0.3",
"lodash.isfinite": "^3.3.2",
"lodash.isfunction": "^3.0.9",
"lodash.isinteger": "^4.0.4",
"lodash.isnan": "^3.0.2",
2018-03-01 03:15:16 +02:00
"lodash.reduce": "^4.6.0",
"lodash.reverse": "^4.0.1",
"lodash.some": "^4.6.0",
2017-10-04 20:27:55 +03:00
"lodash.sortby": "^4.7.0",
"lodash.values": "^4.3.0",
2018-05-23 19:29:04 +03:00
"mz": "^2.7.0",
"param-case": "^2.1.1",
2018-04-06 17:53:44 +03:00
"query-string": "^6.1.0",
2018-05-23 19:29:04 +03:00
"react": "^16.4.0",
"react-apollo": "^2.1.4",
"react-dom": "^16.4.0",
"react-helmet-async": "0.1.0",
"react-redux": "^5.0.7",
"react-redux-values": "^1.1.2",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
2018-05-23 19:29:04 +03:00
"redux": "^4.0.0",
2018-03-29 16:43:30 +03:00
"redux-form": "^7.3.0",
"remcalc": "^1.0.10",
2018-05-23 19:29:04 +03:00
"styled-components": "^3.3.0",
"styled-components-spacing": "^3.0.0",
2018-03-29 16:43:30 +03:00
"styled-flex-component": "^2.2.2",
2018-03-01 03:15:16 +02:00
"title-case": "^2.1.1",
2018-05-23 19:29:04 +03:00
"yup": "^0.25.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
2018-02-28 00:40:51 +02:00
"babel-preset-joyent-portal": "^7.0.1",
"eslint": "^4.19.1",
"eslint-config-joyent-portal": "^3.3.1",
2018-05-23 19:29:04 +03:00
"jest-image-snapshot": "^2.4.2",
2018-03-29 16:43:30 +03:00
"jest-styled-components": "^5.0.1",
2018-05-23 19:29:04 +03:00
"joyent-react-scripts": "^8.2.1",
"react-screenshot-renderer": "^1.1.2",
2018-05-23 19:29:04 +03:00
"react-test-renderer": "^16.4.0",
"redrun": "^6.0.4"
}
}