mirror of
https://github.com/Mastermindzh/react-cookie-consent.git
synced 2025-05-10 07:13:47 +02:00
24 lines
574 B
JSON
24 lines
574 B
JSON
{
|
|
"name": "example",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"homepage": "https://mastermindzh.github.io/react-cookie-consent",
|
|
"dependencies": {
|
|
"react": "^16.4.0",
|
|
"react-cookie-consent": "^1.1.11",
|
|
"react-dom": "^16.4.0",
|
|
"react-scripts": "1.1.4"
|
|
},
|
|
"scripts": {
|
|
"predeploy": "npm run build",
|
|
"deploy": "gh-pages -d build",
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"devDependencies": {
|
|
"gh-pages": "^1.1.0"
|
|
}
|
|
}
|