mirror of
https://github.com/spaytac/orbiter.git
synced 2026-01-21 21:44:47 +00:00
38 lines
970 B
JSON
38 lines
970 B
JSON
{
|
|
"name": "orbiter-ui",
|
|
"version": "0.0.0",
|
|
"description": "UI for orbiter autoscaler",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "next & node api/server.js",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "standard",
|
|
"lint:fix": "standard --fix",
|
|
"test": "npm list 1>/dev/null"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gianarb/orbiter.git"
|
|
},
|
|
"author": "Andres Martin",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/gianarb/orbiter/issues"
|
|
},
|
|
"homepage": "https://github.com/gianarb/orbiter/ui",
|
|
"dependencies": {
|
|
"babel-plugin-inline-dotenv": "^1.1.1",
|
|
"babel-plugin-transform-inline-environment-variables": "^0.2.0",
|
|
"isomorphic-fetch": "^2.2.1",
|
|
"next": "^3.0.6",
|
|
"react": "^15.6.1",
|
|
"react-dom": "^15.6.1",
|
|
"semantic-ui-react": "^0.72.0"
|
|
},
|
|
"devDependencies": {
|
|
"json-server": "^0.12.0",
|
|
"standard": "^10.0.3"
|
|
}
|
|
}
|