mirror of
https://github.com/Mastermindzh/react-cookie-consent.git
synced 2025-01-21 02:50:58 +01:00
18 lines
382 B
JSON
18 lines
382 B
JSON
{
|
|
"name": "example",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"react": "^16.2.0",
|
|
"react-cookie-consent": "^1.0.5",
|
|
"react-dom": "^16.2.0",
|
|
"react-scripts": "1.1.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|