* nodejs react launchdarkly * minor changes * code refactor * code refactor Co-authored-by: Arpendu Kumar Garai <Arpendu.KumarGarai@microfocus.com>
19 lines
457 B
JSON
19 lines
457 B
JSON
{
|
|
"name": "nodejs-react-feature-flag-launchdarkly",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"launchdarkly-js-client-sdk": "^2.22.1",
|
|
"react": "^16.14.0",
|
|
"react-dom": "^16.14.0",
|
|
"react-scripts": "1.1.1",
|
|
"styled-components": "^5.3.5"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|