2017-09-20 12:30:53 +03:00
|
|
|
{
|
|
|
|
"name": "my-joy-beta",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"license": "MPL-2.0",
|
2017-10-18 05:29:47 +03:00
|
|
|
"private": true,
|
2017-09-20 12:30:53 +03:00
|
|
|
"repository": "github:yldio/joyent-portal",
|
|
|
|
"main": "build/",
|
|
|
|
"scripts": {
|
2017-10-25 20:09:02 +03:00
|
|
|
"dev": "REACT_APP_GQL_PORT=4000 PORT=3069 REACT_APP_GQL_PROTOCOL=http joyent-react-scripts start",
|
2017-09-20 12:30:53 +03:00
|
|
|
"start": "PORT=3069 joyent-react-scripts start",
|
|
|
|
"build": "NODE_ENV=production joyent-react-scripts build",
|
2017-10-31 12:03:44 +02:00
|
|
|
"lint-ci": "eslint . --ext .js --ext .md && echo 0 `# stylelint './src/**/*.js'`",
|
|
|
|
"lint": "eslint . --fix --ext .js --ext .md && echo 0 `# stylelint './src/**/*.js'`",
|
2017-09-20 12:30:53 +03:00
|
|
|
"test-ci": "echo 0 `# NODE_ENV=test ./test/run --env=jsdom --coverage`",
|
2017-10-31 12:03:44 +02:00
|
|
|
"test": "NODE_ENV=test ./test/run --env=jsdom",
|
2017-09-20 12:30:53 +03:00
|
|
|
"prepublish": "echo 0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-10-04 20:27:55 +03:00
|
|
|
"@manaflair/redux-batch": "^0.1.0",
|
2017-09-20 12:30:53 +03:00
|
|
|
"apollo": "^0.2.2",
|
2017-10-31 12:03:44 +02:00
|
|
|
"joyent-ui-toolkit": "^2.0.1",
|
2017-09-20 12:30:53 +03:00
|
|
|
"lodash.find": "^4.6.0",
|
|
|
|
"lodash.get": "^4.4.2",
|
|
|
|
"lodash.isstring": "^4.0.1",
|
2017-10-04 20:27:55 +03:00
|
|
|
"lodash.sortby": "^4.7.0",
|
2017-10-31 12:03:44 +02:00
|
|
|
"lunr": "^2.1.4",
|
2017-10-13 22:56:08 +03:00
|
|
|
"moment": "^2.19.1",
|
2017-10-10 16:47:50 +03:00
|
|
|
"normalized-styled-components": "^1.0.17",
|
2017-09-20 12:30:53 +03:00
|
|
|
"param-case": "^2.1.1",
|
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-10-31 12:03:44 +02:00
|
|
|
"react-json-view": "^1.13.1",
|
2017-09-20 12:30:53 +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-20 12:30:53 +03:00
|
|
|
"redux": "^3.7.2",
|
|
|
|
"redux-actions": "^2.2.1",
|
2017-10-11 19:59:59 +03:00
|
|
|
"redux-form": "^7.1.1",
|
2017-10-10 16:47:50 +03:00
|
|
|
"remcalc": "^1.0.9",
|
2017-10-31 12:03:44 +02:00
|
|
|
"styled-components": "^2.2.2",
|
2017-09-20 12:30:53 +03:00
|
|
|
"title-case": "^2.1.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"babel-plugin-inline-react-svg": "^0.4.0",
|
2017-10-18 05:29:47 +03:00
|
|
|
"babel-preset-joyent-portal": "^3.3.3",
|
2017-10-31 12:03:44 +02:00
|
|
|
"eslint": "^4.9.0",
|
|
|
|
"eslint-config-joyent-portal": "^3.2.0",
|
2017-10-09 21:01:34 +03:00
|
|
|
"jest": "^21.2.1",
|
2017-09-20 12:30:53 +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",
|
2017-10-31 12:03:44 +02:00
|
|
|
"jest-styled-components": "^4.9.0",
|
2017-09-20 12:30:53 +03:00
|
|
|
"jest-transform-graphql": "^2.1.0",
|
2017-10-31 12:03:44 +02:00
|
|
|
"joyent-react-scripts": "^2.6.0",
|
2017-10-09 21:01:34 +03:00
|
|
|
"react-test-renderer": "^16.0.0",
|
|
|
|
"redrun": "^5.9.18",
|
2017-10-31 12:03:44 +02:00
|
|
|
"serve": "^6.3.1",
|
2017-10-09 21:01:34 +03:00
|
|
|
"stylelint": "^8.2.0",
|
2017-10-10 16:47:50 +03:00
|
|
|
"stylelint-config-joyent-portal": "^2.0.1"
|
2017-09-20 12:30:53 +03:00
|
|
|
}
|
|
|
|
}
|