mirror of
https://github.com/rjNemo/React-SaaS-sample
synced 2026-06-06 05:06:38 +00:00
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "my-divjoy-project",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"keywords": [
|
|
"divjoy"
|
|
],
|
|
"dependencies": {
|
|
"@analytics/google-analytics": "0.2.0",
|
|
"analytics": "0.2.2",
|
|
"aws-sdk": "2.533.0",
|
|
"body-parser": "1.19.0",
|
|
"bulma": "0.7.5",
|
|
"css-loader": "^3.2.0",
|
|
"express": "4.17.1",
|
|
"firebase": "6.6.2",
|
|
"mailchimp-api-v3": "1.13.1",
|
|
"node-sass": "^4.12.0",
|
|
"query-string": "6.8.3",
|
|
"react": "16.9.0",
|
|
"react-dom": "16.9.0",
|
|
"react-router-dom": "5.1.0",
|
|
"react-scripts": "3.1.2",
|
|
"resolve-url-loader": "^3.1.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"
|
|
}
|