joyent-portal/packages/my-joy-navigation/package.json

53 lines
1.5 KiB
JSON

{
"name": "my-joy-navigation",
"version": "2.2.0",
"private": true,
"license": "MPL-2.0",
"main": "lib/index.js",
"scripts": {
"dev": "NODE_ENV=development PREACT=1 REACT_APP_GQL_PORT=4000 PORT=3000 joyent-react-scripts start",
"build:test": "echo 0",
"build:lib": "echo 0",
"build:bundle": "NODE_ENV=production redrun build",
"prepublish": "NODE_ENV=production redrun build",
"lint": "redrun lint:ci -- --fix",
"lint:ci": "NODE_ENV=test eslint . --ext .js --ext .md",
"test": "echo 0",
"test:ci": "redrun test",
"build": "PREACT=1 joyent-react-scripts build"
},
"dependencies": {
"apollo-cache-inmemory": "^1.1.9",
"apollo-client": "^2.2.5",
"apollo-link": "^1.2.1",
"apollo-link-http": "^1.5.2",
"apollo-link-state": "^0.4.0",
"emotion": "^8.0.12",
"emotion-theming": "^8.0.12",
"graphql-tag": "^2.8.0",
"inert": "^5.1.0",
"joyent-icons": "^5.0.0",
"joyent-ui-toolkit": "^5.0.0",
"lodash.chunk": "^4.2.0",
"lodash.keys": "^4.2.0",
"outy": "^0.1.2",
"param-case": "^2.1.1",
"pascal-case": "^2.0.1",
"preact": "^8.2.7",
"preact-compat": "^3.18.0",
"preact-emotion": "^8.0.12",
"preact-emotion-flexboxgrid": "^1.0.1",
"react-apollo": "^2.0.4",
"remcalc": "^1.0.10",
"stickybits": "^3.1.1"
},
"devDependencies": {
"babel-eslint": "^8.2.2",
"babel-preset-joyent-portal": "^7.0.1",
"eslint": "^4.18.1",
"eslint-config-joyent-portal": "^3.3.1",
"joyent-react-scripts": "^7.4.0",
"redrun": "^5.10.5"
}
}