You've already forked transparent-validation
mirror of
https://github.com/Dasharo/transparent-validation.git
synced 2026-03-06 14:47:55 -08:00
a2017311e7
Signed-off-by: Artur Raglis <artur.raglis@3mdeb.com>
55 lines
1.2 KiB
JSON
55 lines
1.2 KiB
JSON
{
|
|
"name": "frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@testing-library/jest-dom": "^5.11.6",
|
|
"@testing-library/react": "^11.2.2",
|
|
"@testing-library/user-event": "^12.6.0",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"react-dotenv": "^0.1.3",
|
|
"react-redux": "^7.2.2",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-scripts": "4.0.1",
|
|
"redux": "^4.0.5",
|
|
"redux-devtools-extension": "^2.13.8",
|
|
"redux-thunk": "^2.3.0",
|
|
"styled-components": "^5.2.1",
|
|
"web-vitals": "^0.2.4"
|
|
},
|
|
"scripts": {
|
|
"start": "react-dotenv && react-scripts start",
|
|
"build": "react-dotenv && react-scripts build",
|
|
"serve": "react-dotenv && serve build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"react-dotenv": {
|
|
"whitelist": [
|
|
"SERVER_PROTOCOL",
|
|
"SERVER_URL",
|
|
"SERVER_PORT",
|
|
"EXT_API_URL"
|
|
]
|
|
}
|
|
}
|