22 lines
548 B
JSON
22 lines
548 B
JSON
{
|
|
"name": "joyent-portal-bundle",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "MPL-2.0",
|
|
"scripts": {
|
|
"start": "NODE_ENV=development PORT=3069 REACT_APP_GQL_PORT=3069 REACT_APP_GQL_PROTOCOL=http node -r ./_env.js index.js",
|
|
"prepublish": "echo 0"
|
|
},
|
|
"dependencies": {
|
|
"apr-main": "^4.0.2",
|
|
"brule": "^3.1.0",
|
|
"cloudapi-gql": "^4.3.1",
|
|
"hapi": "^17.2.0",
|
|
"inert": "^5.1.0",
|
|
"joyent-navigation": "^1.0.0",
|
|
"minio-proto-auth": "^1.1.0",
|
|
"my-joy-beta": "^1.0.0",
|
|
"rollover": "^1.0.0"
|
|
}
|
|
}
|