newyear-countdown/package.json
2018-12-31 20:53:32 +01:00

27 lines
518 B
JSON

{
"name": "newyear-countdown",
"version": "0.1.0",
"private": true,
"dependencies": {
"node-sass": "^4.11.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-scripts": "2.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}