2018-01-17 21:10:39 +02:00
|
|
|
{
|
2018-02-28 13:22:39 +02:00
|
|
|
"name": "my-joy-navigation",
|
2018-03-27 18:43:55 +03:00
|
|
|
"version": "2.5.1",
|
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-22 17:34:49 +02:00
|
|
|
"dev": "NAMESPACE=navigation NODE_ENV=development PREACT=1 REACT_APP_GQL_PORT=3068 PORT=3000 joyent-react-scripts start",
|
2018-02-28 00:40:51 +02:00
|
|
|
"build:test": "echo 0",
|
|
|
|
"build:lib": "echo 0",
|
2018-03-22 17:34:49 +02:00
|
|
|
"build:bundle": "NAMESPACE=navigation NODE_ENV=production redrun build",
|
|
|
|
"prepublish": "NAMESPACE=navigation 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",
|
2018-01-25 02:54:08 +02:00
|
|
|
"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-03-27 18:43:55 +03:00
|
|
|
"apollo-cache-inmemory": "^1.1.12",
|
|
|
|
"apollo-client": "^2.2.8",
|
2018-02-20 02:35:31 +02:00
|
|
|
"apollo-link": "^1.2.1",
|
2018-03-27 18:43:55 +03:00
|
|
|
"apollo-link-http": "^1.5.3",
|
|
|
|
"apollo-link-state": "^0.4.1",
|
2018-03-22 17:34:49 +02:00
|
|
|
"apr-intercept": "^3.0.3",
|
2018-03-27 18:43:55 +03:00
|
|
|
"emotion": "^9.1.0",
|
|
|
|
"emotion-theming": "^9.0.0",
|
2018-02-20 02:35:31 +02:00
|
|
|
"graphql-tag": "^2.8.0",
|
2018-02-14 19:15:07 +02:00
|
|
|
"inert": "^5.1.0",
|
2018-03-23 02:57:18 +02:00
|
|
|
"joyent-icons": "^5.1.0",
|
|
|
|
"joyent-ui-toolkit": "^6.0.0",
|
2018-01-17 21:10:39 +02:00
|
|
|
"lodash.chunk": "^4.2.0",
|
2018-03-22 17:34:49 +02:00
|
|
|
"lodash.groupby": "^4.6.0",
|
2018-01-25 18:23:30 +02:00
|
|
|
"lodash.keys": "^4.2.0",
|
2018-03-22 17:34:49 +02:00
|
|
|
"mz": "^2.7.0",
|
2018-01-17 21:10:39 +02:00
|
|
|
"outy": "^0.1.2",
|
|
|
|
"pascal-case": "^2.0.1",
|
|
|
|
"preact": "^8.2.7",
|
2018-01-29 20:09:18 +02:00
|
|
|
"preact-compat": "^3.18.0",
|
2018-03-27 18:43:55 +03:00
|
|
|
"preact-emotion": "^9.1.0",
|
|
|
|
"preact-emotion-flexboxgrid": "^2.0.1",
|
|
|
|
"react-apollo": "^2.1.1",
|
2018-03-06 03:47:30 +02:00
|
|
|
"remcalc": "^1.0.10",
|
2018-03-27 18:43:55 +03:00
|
|
|
"stickybits": "^3.2.0"
|
2018-01-17 21:10:39 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-02-20 02:35:31 +02:00
|
|
|
"babel-eslint": "^8.2.2",
|
2018-02-28 00:40:51 +02:00
|
|
|
"babel-preset-joyent-portal": "^7.0.1",
|
2018-03-27 18:43:55 +03:00
|
|
|
"eslint": "^4.19.1",
|
2018-02-28 00:40:51 +02:00
|
|
|
"eslint-config-joyent-portal": "^3.3.1",
|
2018-03-27 18:43:55 +03:00
|
|
|
"joyent-react-scripts": "^8.0.3",
|
|
|
|
"redrun": "^6.0.1"
|
2018-01-17 21:10:39 +02:00
|
|
|
}
|
|
|
|
}
|