33 lines
752 B
JSON
33 lines
752 B
JSON
|
{
|
||
|
"name": "play-nine",
|
||
|
"version": "0.1.0",
|
||
|
"private": true,
|
||
|
"dependencies": {
|
||
|
"@fortawesome/fontawesome-svg-core": "^1.2.12",
|
||
|
"@fortawesome/free-solid-svg-icons": "^5.6.3",
|
||
|
"@fortawesome/react-fontawesome": "^0.1.4",
|
||
|
"bootstrap": "^4.2.1",
|
||
|
"font-awesome": "^4.7.0",
|
||
|
"lodash": "^4.17.11",
|
||
|
"react": "^16.7.0",
|
||
|
"react-dom": "^16.7.0",
|
||
|
"react-fontawesome": "^1.6.1",
|
||
|
"react-scripts": "^2.1.5"
|
||
|
},
|
||
|
"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"
|
||
|
]
|
||
|
}
|