summaryrefslogtreecommitdiffstats
ModeNameSize
-rw-r--r--.gitignore133logstatsplain
-rw-r--r--.gitreview101logstatsplain
-rw-r--r--INFO.yaml2092logstatsplain
-rw-r--r--LICENSE.txt596logstatsplain
-rw-r--r--README.md440logstatsplain
-rw-r--r--checkstyle-suppressions.xml1255logstatsplain
d---------controlloop132logstatsplain
-rw-r--r--lombok.config70logstatsplain
-rw-r--r--pom.xml7078logstatsplain
d---------releases506logstatsplain
d---------testsuites109logstatsplain
-rw-r--r--version.properties391logstatsplain
t .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
{
  "name": "clamp-ui",
  "version": "0.0.1",
  "description": "ONAP Clamp Designer UI",
  "main": "index.js",
  "proxy": "http://localhost:8080",
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test --env=jsdom",
    "eject": "react-scripts eject"
  },
  "author": "ONAP Clamp Team",
  "license": "Apache-2.0",
  "dependencies": {
    "@json-editor/json-editor": "1.3.5",
    "react": "16.8.0",
    "react-dom": "16.8.0",
    "react-scripts": "3.0.1",
    "react-bootstrap": "1.0.0-beta.9",
    "bootstrap-css-only": "4.3.1",
    "styled-components": "4.3.2",
    "react-router-dom": "5.0.1",
    "react-select": "3.0.4"
  },
  "browserslist": [
    ">0.2%",
    "not dead",
    "not ie <= 11",
    "not op_mini all"
  ]
}