JanetFrontEnd/package.json

39 lines
818 B
JSON
Raw Normal View History

2023-03-30 15:15:54 +02:00
{
2023-04-06 23:46:32 +02:00
"name": "janet_front_end",
2023-03-30 15:15:54 +02:00
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "5.0.0",
"web-vitals": "^2.1.3"
},
"scripts": {
2023-04-07 17:36:38 +02:00
"start": "react-scripts start",
2023-03-30 15:15:54 +02:00
"build": "react-scripts 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"
]
}
}