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

53 lines
1.5 KiB
JSON
Raw Normal View History

2018-01-17 21:10:39 +02:00
{
2018-02-28 13:22:39 +02:00
"name": "my-joy-navigation",
2018-03-06 03:47:30 +02:00
"version": "2.2.0",
2018-03-06 03:14:33 +02:00
"private": true,
2018-01-17 21:10:39 +02:00
"license": "MPL-2.0",
2018-02-14 19:15:07 +02:00
"main": "lib/index.js",
2018-01-17 21:10:39 +02:00
"scripts": {
2018-02-28 00:40:51 +02:00
"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",
2018-03-01 03:15:16 +02:00
"lint": "redrun lint:ci -- --fix",
2018-02-28 00:40:51 +02:00
"lint:ci": "NODE_ENV=test eslint . --ext .js --ext .md",
"test": "echo 0",
2018-02-28 00:40:51 +02:00
"test:ci": "redrun test",
"build": "PREACT=1 joyent-react-scripts build"
2018-01-17 21:10:39 +02:00
},
"dependencies": {
"apollo-cache-inmemory": "^1.1.9",
"apollo-client": "^2.2.5",
"apollo-link": "^1.2.1",
2018-02-28 00:40:51 +02:00
"apollo-link-http": "^1.5.2",
"apollo-link-state": "^0.4.0",
2018-01-17 21:10:39 +02:00
"emotion": "^8.0.12",
"emotion-theming": "^8.0.12",
"graphql-tag": "^2.8.0",
2018-02-14 19:15:07 +02:00
"inert": "^5.1.0",
2018-02-16 20:32:15 +02:00
"joyent-icons": "^5.0.0",
2018-02-05 17:12:47 +02:00
"joyent-ui-toolkit": "^5.0.0",
2018-01-17 21:10:39 +02:00
"lodash.chunk": "^4.2.0",
"lodash.keys": "^4.2.0",
2018-01-17 21:10:39 +02:00
"outy": "^0.1.2",
"param-case": "^2.1.1",
"pascal-case": "^2.0.1",
"preact": "^8.2.7",
"preact-compat": "^3.18.0",
2018-01-17 21:10:39 +02:00
"preact-emotion": "^8.0.12",
"preact-emotion-flexboxgrid": "^1.0.1",
"react-apollo": "^2.0.4",
2018-03-06 03:47:30 +02:00
"remcalc": "^1.0.10",
"stickybits": "^3.1.1"
2018-01-17 21:10:39 +02:00
},
"devDependencies": {
"babel-eslint": "^8.2.2",
2018-02-28 00:40:51 +02:00
"babel-preset-joyent-portal": "^7.0.1",
"eslint": "^4.18.1",
2018-02-28 00:40:51 +02:00
"eslint-config-joyent-portal": "^3.3.1",
2018-03-07 17:36:32 +02:00
"joyent-react-scripts": "^7.4.0",
2018-02-28 00:40:51 +02:00
"redrun": "^5.10.5"
2018-01-17 21:10:39 +02:00
}
}