mirror of
https://github.com/jambonz/jambonz-webapp.git
synced 2026-07-04 19:21:58 +00:00
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "jambonz-webapp",
|
|
"version": "v0.7.5",
|
|
"dependencies": {
|
|
"@testing-library/jest-dom": "^5.16.1",
|
|
"@testing-library/react": "^12.1.2",
|
|
"@testing-library/user-event": "^7.2.1",
|
|
"antd": "^4.15.4",
|
|
"axios": "^0.21.1",
|
|
"moment": "^2.29.1",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"react-router-dom": "^5.1.2",
|
|
"react-scripts": "^5.0.0",
|
|
"serve": "^13.0.2",
|
|
"styled-components": "^5.0.1"
|
|
},
|
|
"scripts": {
|
|
"start": "PORT=${HTTP_PORT:-3001} react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"serve": "serve -s build -l ${HTTP_PORT:-3001}",
|
|
"pm2": "pm2 start npm --name \"jambonz-webapp\" -- run serve",
|
|
"deploy": "npm i && npm run build && npm run pm2"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|