React-SaaS-sample/package.json
Ruidy Nemausat d501c9d04f template
2019-11-02 20:18:05 +01:00

46 lines
1.1 KiB
JSON

{
"name": "my-divjoy-project",
"version": "0.1.0",
"private": true,
"keywords": [
"divjoy"
],
"dependencies": {
"@analytics/google-analytics": "0.2.0",
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/react-fontawesome": "^0.1.7",
"analytics": "0.2.6",
"bulma": "0.7.5",
"firebase": "6.6.2",
"node-sass": "4.12.0",
"query-string": "6.8.3",
"react": "16.10.2",
"react-dom": "16.10.2",
"react-rainbow-components": "^1.9.0",
"react-router-dom": "5.1.0",
"react-scripts": "3.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"proxy": "http://localhost:8080"
}