Files
getting-started/nodejs/nodejs-react-feature-flag-launchdarkly/package.json
Arpendu Kumar Garai f96a02270e Feature Flags in NodeJs React using LaunchDarkly (#205)
* nodejs react launchdarkly

* minor changes

* code refactor

* code refactor

Co-authored-by: Arpendu Kumar Garai <Arpendu.KumarGarai@microfocus.com>
2022-10-11 06:49:45 +11:00

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"
}
}