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

54 lines
1.6 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-04-10 17:56:17 +03:00
"version": "2.7.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-03-29 16:43:30 +03:00
"dev": "NAMESPACE=navigation NODE_ENV=development PREACT=1 REACT_APP_GQL_PORT=4000 PORT=3000 joyent-react-scripts start",
2018-02-28 00:40:51 +02:00
"build:test": "echo 0",
"build:lib": "echo 0",
"build:bundle": "NAMESPACE=navigation NODE_ENV=production redrun build",
"prepublish": "NAMESPACE=navigation NODE_ENV=production redrun build",
"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": {
2018-05-23 19:29:04 +03:00
"apollo-cache-inmemory": "^1.2.2",
"apollo-client": "^2.3.2",
"apollo-link": "^1.2.2",
"apollo-link-http": "^1.5.4",
"apollo-link-state": "^0.4.1",
"apr-intercept": "^3.0.3",
2018-04-10 19:50:28 +03:00
"boom": "^7.2.0",
2018-05-23 19:29:04 +03:00
"emotion": "^9.1.3",
"emotion-theming": "^9.1.2",
"graphql-tag": "^2.9.2",
2018-02-14 19:15:07 +02:00
"inert": "^5.1.0",
"joyent-icons": "^5.1.0",
"joyent-ui-toolkit": "^6.0.0",
2018-01-17 21:10:39 +02:00
"lodash.chunk": "^4.2.0",
"lodash.groupby": "^4.6.0",
"lodash.keys": "^4.2.0",
"mz": "^2.7.0",
2018-01-17 21:10:39 +02:00
"outy": "^0.1.2",
"pascal-case": "^2.0.1",
2018-05-23 19:29:04 +03:00
"preact": "^8.2.9",
"preact-compat": "^3.18.0",
2018-05-23 19:29:04 +03:00
"preact-emotion": "^9.1.3",
"preact-emotion-flexboxgrid": "^2.0.1",
2018-05-23 19:29:04 +03:00
"react-apollo": "^2.1.4",
2018-03-06 03:47:30 +02:00
"remcalc": "^1.0.10",
2018-05-23 19:29:04 +03:00
"stickybits": "^3.3.2"
2018-01-17 21:10:39 +02:00
},
"devDependencies": {
2018-05-23 19:29:04 +03:00
"babel-eslint": "^8.2.3",
2018-02-28 00:40:51 +02:00
"babel-preset-joyent-portal": "^7.0.1",
"eslint": "^4.19.1",
2018-02-28 00:40:51 +02:00
"eslint-config-joyent-portal": "^3.3.1",
2018-05-23 19:29:04 +03:00
"joyent-react-scripts": "^8.2.1",
"redrun": "^6.0.4"
2018-01-17 21:10:39 +02:00
}
}