play-nine/package.json

34 lines
832 B
JSON
Raw Normal View History

2019-02-18 02:37:55 +02:00
{
"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",
2019-08-23 00:39:17 +03:00
"lodash": "^4.17.15",
2019-02-18 02:37:55 +02:00
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-fontawesome": "^1.6.1",
2019-08-23 00:39:17 +03:00
"react-router-dom": "^5.0.1",
"react-scripts": "^3.1.1"
2019-02-18 02:37:55 +02:00
},
"scripts": {
2020-04-05 20:46:40 +03:00
"start": "SET PUBLIC_URL=http://*/app3&&SET PORT=3006&& react-scripts start",
2019-02-18 02:37:55 +02:00
"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"
]
}