2017-09-08 12:38:32 +03:00
|
|
|
{
|
|
|
|
"name": "my-joyent",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"license": "MPL-2.0",
|
|
|
|
"repository": "github:yldio/joyent-portal",
|
|
|
|
"main": "build/",
|
|
|
|
"scripts": {
|
2017-09-14 19:50:22 +03:00
|
|
|
"dev": "REACT_APP_GQL_PORT=4000 PORT=3069 REACT_APP_GQL_PROTOCOL=http react-scripts start",
|
2017-09-08 12:38:32 +03:00
|
|
|
"start": "PORT=3069 react-scripts start",
|
|
|
|
"build": "NODE_ENV=production react-scripts build",
|
2017-09-19 13:17:20 +03:00
|
|
|
"lint:css": "echo 0 `# stylelint './src/**/*.js'`",
|
2017-09-08 12:38:32 +03:00
|
|
|
"lint:js": "eslint . --fix",
|
|
|
|
"lint": "redrun -s lint:*",
|
|
|
|
"test": "NODE_ENV=test ./test/run --env=jsdom",
|
2017-09-18 16:05:45 +03:00
|
|
|
"test-ci": "echo 0 `# NODE_ENV=test ./test/run --env=jsdom --coverage`",
|
2017-09-14 14:26:57 +03:00
|
|
|
"prepublish": "node scripts/postinstall"
|
2017-09-08 12:38:32 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"apollo": "^0.2.2",
|
|
|
|
"graphql-tag": "^2.4.2",
|
|
|
|
"jest-cli": "^21.0.1",
|
|
|
|
"joyent-ui-toolkit": "^2.0.0",
|
2017-09-25 16:47:00 +03:00
|
|
|
"lodash.isempty": "^4.4.0",
|
2017-09-20 12:30:53 +03:00
|
|
|
"normalized-styled-components": "^1.0.14",
|
2017-10-09 21:01:34 +03:00
|
|
|
"prop-types": "^15.6.0",
|
|
|
|
"react": "^16.0.0",
|
|
|
|
"react-apollo": "^1.4.16",
|
|
|
|
"react-dom": "^16.0.0",
|
2017-09-08 12:38:32 +03:00
|
|
|
"react-redux": "^5.0.6",
|
2017-10-09 21:01:34 +03:00
|
|
|
"react-router": "^4.2.0",
|
|
|
|
"react-router-dom": "^4.2.2",
|
2017-09-08 12:38:32 +03:00
|
|
|
"react-styled-flexboxgrid": "^2.0.3",
|
|
|
|
"redux": "^3.7.2",
|
2017-10-09 21:01:34 +03:00
|
|
|
"redux-form": "^7.1.0",
|
2017-09-08 12:38:32 +03:00
|
|
|
"remcalc": "^1.0.8",
|
2017-10-09 21:01:34 +03:00
|
|
|
"styled-components": "^2.2.1",
|
2017-10-09 16:02:56 +03:00
|
|
|
"styled-is": "^1.0.15",
|
2017-09-20 12:30:53 +03:00
|
|
|
"unitcalc": "^1.1.0"
|
2017-09-08 12:38:32 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"apr-for-each": "^1.0.6",
|
|
|
|
"apr-main": "^1.0.7",
|
2017-09-20 19:35:26 +03:00
|
|
|
"babel-minify-webpack-plugin": "^0.2.0",
|
2017-09-08 12:38:32 +03:00
|
|
|
"babel-plugin-inline-react-svg": "^0.4.0",
|
2017-10-09 21:01:34 +03:00
|
|
|
"babel-plugin-styled-components": "^1.2.1",
|
2017-09-20 12:30:53 +03:00
|
|
|
"babel-preset-joyent-portal": "^3.0.1",
|
2017-09-08 12:38:32 +03:00
|
|
|
"commitizen": "^2.9.6",
|
|
|
|
"cross-env": "^5.0.5",
|
2017-10-09 21:01:34 +03:00
|
|
|
"eslint": "^4.8.0",
|
2017-09-08 12:38:32 +03:00
|
|
|
"eslint-config-joyent-portal": "3.0.0",
|
2017-10-09 21:01:34 +03:00
|
|
|
"jest": "^21.2.1",
|
2017-09-08 12:38:32 +03:00
|
|
|
"jest-alias-preprocessor": "^1.1.1",
|
2017-10-09 21:01:34 +03:00
|
|
|
"jest-cli": "^21.2.1",
|
|
|
|
"jest-diff": "^21.2.1",
|
|
|
|
"jest-junit": "^3.1.0",
|
|
|
|
"jest-matcher-utils": "^21.2.1",
|
|
|
|
"jest-snapshot": "^21.2.1",
|
|
|
|
"jest-styled-components": "^4.7.0",
|
2017-09-08 12:38:32 +03:00
|
|
|
"jest-transform-graphql": "^2.1.0",
|
|
|
|
"lodash.sortby": "^4.7.0",
|
2017-10-09 21:01:34 +03:00
|
|
|
"mz": "^2.7.0",
|
|
|
|
"react-scripts": "^1.0.14",
|
|
|
|
"react-test-renderer": "^16.0.0",
|
|
|
|
"redrun": "^5.9.18",
|
|
|
|
"stylelint": "^8.2.0",
|
2017-09-20 12:30:53 +03:00
|
|
|
"stylelint-config-joyent-portal": "^2.0.0"
|
2017-09-08 12:38:32 +03:00
|
|
|
}
|
|
|
|
}
|