curriculum/package.json

45 lines
1.0 KiB
JSON
Raw Normal View History

{
"name": "anthony-dumas.fr",
2023-03-04 13:11:50 +01:00
"version": "2023.1.001",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.5.0",
"bulma": "^1.0.0",
2023-02-24 09:54:42 +00:00
"powerglitch": "^2.3.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
2020-12-31 17:38:30 +01:00
"react-intl": "^5.10.9",
2023-04-09 20:41:52 +02:00
"react-scripts": "^5.0.1",
"sass": "^1.71.1",
"web-vitals": "^0.2.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
2022-01-19 23:31:46 +01:00
"prod": "forever start $(which npx) serve -l 80 -s build",
2022-06-27 23:44:54 +02:00
"jetstart": "rm -r node_* && npm i && clear && npm run start"
},
"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"
]
}
}