joyent-portal/bundle/package.json

27 lines
688 B
JSON
Raw Normal View History

2018-01-08 17:13:05 +02:00
{
"name": "joyent-portal-bundle",
"version": "1.0.0",
"private": true,
"license": "MPL-2.0",
"scripts": {
"start": "UMD=1 NODE_ENV=development PORT=3069 REACT_APP_GQL_PORT=3069 REACT_APP_GQL_HOSTNAME=localhost REACT_APP_GQL_PROTOCOL=http node src/index.js",
"lint-ci": "echo 0",
"lint": "echo 0",
"test-ci": "echo 0",
"test": "echo 0",
2018-01-08 17:13:05 +02:00
"prepublish": "echo 0"
},
"dependencies": {
"brok": "^2.0.0",
2018-01-08 17:13:05 +02:00
"brule": "^3.1.0",
"cloudapi-gql": "^6.1.1",
2018-01-08 17:13:05 +02:00
"hapi": "^17.2.0",
2018-02-15 22:05:29 +02:00
"hapi-triton-auth": "^1.0.0",
2018-01-08 17:13:05 +02:00
"inert": "^5.1.0",
2018-02-15 22:05:29 +02:00
"joyent-navigation": "*",
"my-images-console": "*",
2018-02-15 22:05:29 +02:00
"my-joy-beta": "*",
2018-01-08 17:13:05 +02:00
"rollover": "^1.0.0"
}
}