joyent-portal/bundle/package.json

31 lines
795 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",
2018-02-28 00:40:51 +02:00
"dev": "echo 0",
"build:test": "echo 0",
"build:lib": "echo 0",
"build:bundle": "echo 0",
"prepublish": "echo 0",
"lint": "echo 0",
2018-02-28 00:40:51 +02:00
"lint:ci": "echo 0",
"test": "echo 0",
2018-02-28 00:40:51 +02:00
"test:ci": "echo 0"
2018-01-08 17:13:05 +02:00
},
"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-28 00:40:51 +02:00
"hapi-triton-auth": "^2.0.0",
2018-01-08 17:13:05 +02:00
"inert": "^5.1.0",
2018-02-15 22:05:29 +02:00
"joyent-navigation": "*",
2018-02-28 00:40:51 +02:00
"my-joy-images": "*",
"my-joy-instances": "*",
2018-01-08 17:13:05 +02:00
"rollover": "^1.0.0"
}
}