2017-05-18 21:21:33 +03:00
|
|
|
{
|
|
|
|
"name": "joyent-cp-frontend",
|
2017-05-25 16:17:52 +03:00
|
|
|
"version": "1.0.3",
|
2017-05-18 21:21:33 +03:00
|
|
|
"private": true,
|
|
|
|
"license": "MPL-2.0",
|
|
|
|
"repository": "github:yldio/joyent-portal",
|
|
|
|
"main": "src/index.js",
|
|
|
|
"scripts": {
|
|
|
|
"start": "PORT=3069 react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"lint:css": "exit 0 # stylelint \"./src/**/*.js\"",
|
|
|
|
"lint:js": "eslint . --fix --format=tap",
|
|
|
|
"lint": "run-s lint:*",
|
|
|
|
"test": "exit 0 # react-scripts test --env=jsdom",
|
2017-05-25 16:57:41 +03:00
|
|
|
"postinstall": "node scripts/postinstall"
|
2017-05-18 21:21:33 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"apollo": "^0.2.2",
|
|
|
|
"babel-plugin-inline-react-svg": "^0.4.0",
|
|
|
|
"babel-plugin-styled-components": "^1.1.4",
|
|
|
|
"constant-case": "^2.0.0",
|
|
|
|
"graphql-tag": "^2.0.0",
|
2017-05-25 16:17:52 +03:00
|
|
|
"joyent-ui-toolkit": "^1.0.3",
|
|
|
|
"normalized-styled-components": "^1.0.4",
|
2017-05-18 21:21:33 +03:00
|
|
|
"prop-types": "^15.5.10",
|
|
|
|
"react": "^15.5.4",
|
|
|
|
"react-apollo": "^1.2.0",
|
|
|
|
"react-dom": "^15.5.4",
|
|
|
|
"react-redux": "^5.0.4",
|
|
|
|
"react-router": "^4.1.1",
|
|
|
|
"react-router-dom": "^4.1.1",
|
|
|
|
"react-styled-flexboxgrid": "^1.1.2",
|
|
|
|
"redux": "^3.6.0",
|
|
|
|
"redux-actions": "^2.0.3",
|
|
|
|
"redux-form": "^6.7.0",
|
2017-05-25 16:17:52 +03:00
|
|
|
"remcalc": "^1.0.4",
|
2017-05-18 21:21:33 +03:00
|
|
|
"reselect": "^3.0.1",
|
|
|
|
"simple-statistics": "^4.1.0",
|
2017-05-25 15:47:44 +03:00
|
|
|
"styled-components": "^2.0.0",
|
2017-05-25 16:17:52 +03:00
|
|
|
"styled-is": "^1.0.6",
|
|
|
|
"unitcalc": "^1.0.4"
|
2017-05-18 21:21:33 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-05-25 16:41:29 +03:00
|
|
|
"apr-main": "^1.0.7",
|
2017-05-18 21:21:33 +03:00
|
|
|
"babel-plugin-inline-react-svg": "^0.4.0",
|
|
|
|
"babel-plugin-styled-components": "^1.1.4",
|
|
|
|
"babel-preset-joyent-portal": "^1.0.0",
|
|
|
|
"cross-env": "^5.0.0",
|
|
|
|
"eslint": "^3.19.0",
|
|
|
|
"eslint-config-joyent-portal": "1.0.0",
|
|
|
|
"jest": "^20.0.3",
|
|
|
|
"jest-diff": "^20.0.3",
|
|
|
|
"jest-matcher-utils": "^20.0.3",
|
|
|
|
"jest-snapshot": "^20.0.3",
|
|
|
|
"jest-styled-components": "^2.0.0",
|
2017-05-25 16:41:29 +03:00
|
|
|
"mz": "^2.6.0",
|
2017-05-18 21:21:33 +03:00
|
|
|
"npm-run-all": "^4.0.2",
|
|
|
|
"react-scripts": "^1.0.0",
|
|
|
|
"react-test-renderer": "^15.5.4",
|
|
|
|
"stylelint": "^7.10.1",
|
|
|
|
"stylelint-config-primer": "^1.4.0",
|
|
|
|
"stylelint-config-standard": "^16.0.0",
|
|
|
|
"stylelint-processor-styled-components": "^0.1.0"
|
|
|
|
}
|
|
|
|
}
|