2018-12-31 10:58:18 +01:00
|
|
|
{
|
|
|
|
|
"name": "newyear-countdown",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"dependencies": {
|
2018-12-31 20:53:32 +01:00
|
|
|
"node-sass": "^4.11.0",
|
2018-12-31 10:58:18 +01:00
|
|
|
"react": "^16.7.0",
|
|
|
|
|
"react-dom": "^16.7.0",
|
|
|
|
|
"react-scripts": "2.1.2"
|
|
|
|
|
},
|
2020-12-25 19:58:26 +01:00
|
|
|
"homepage": "https://nzambello.github.io/newyear-countdown/",
|
2018-12-31 10:58:18 +01:00
|
|
|
"scripts": {
|
|
|
|
|
"start": "react-scripts start",
|
|
|
|
|
"build": "react-scripts build",
|
|
|
|
|
"test": "react-scripts test",
|
2018-12-31 20:57:57 +01:00
|
|
|
"eject": "react-scripts eject",
|
|
|
|
|
"predeploy": "yarn build",
|
|
|
|
|
"deploy": "gh-pages -d build"
|
2018-12-31 10:58:18 +01:00
|
|
|
},
|
|
|
|
|
"eslintConfig": {
|
|
|
|
|
"extends": "react-app"
|
|
|
|
|
},
|
|
|
|
|
"browserslist": [
|
|
|
|
|
">0.2%",
|
|
|
|
|
"not dead",
|
|
|
|
|
"not ie <= 11",
|
|
|
|
|
"not op_mini all"
|
2018-12-31 20:57:57 +01:00
|
|
|
],
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"gh-pages": "^2.0.1"
|
|
|
|
|
}
|
2018-12-31 10:58:18 +01:00
|
|
|
}
|