2022-06-17 00:48:15 +00:00
|
|
|
{
|
|
|
|
"name": "store-reactjs-chat",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
2022-08-30 04:44:06 +00:00
|
|
|
"homepage": "/store-reactjs-chat",
|
2022-06-17 00:48:15 +00:00
|
|
|
"dependencies": {
|
|
|
|
"@testing-library/jest-dom": "^5.16.4",
|
|
|
|
"@testing-library/react": "^13.2.0",
|
|
|
|
"@testing-library/user-event": "^14.1.1",
|
2022-08-30 04:43:19 +00:00
|
|
|
"js-waku": "0.24.0-e3bef47",
|
2022-06-17 00:48:15 +00:00
|
|
|
"protons": "^2.0.3",
|
|
|
|
"react": "^18.1.0",
|
|
|
|
"react-dom": "^18.1.0",
|
|
|
|
"react-scripts": "5.0.1",
|
|
|
|
"web-vitals": "^2.1.4"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2022-08-30 04:39:05 +00:00
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
2022-09-01 00:38:47 +00:00
|
|
|
"test": "exit 0",
|
2022-08-30 04:39:05 +00:00
|
|
|
"eject": "react-scripts eject"
|
2022-06-17 00:48:15 +00:00
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"extends": [
|
|
|
|
"react-app",
|
|
|
|
"react-app/jest"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"browserslist": {
|
|
|
|
"production": [
|
|
|
|
">0.2%",
|
|
|
|
"not ie <= 99",
|
|
|
|
"not android <= 4.4.4",
|
|
|
|
"not dead",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"development": [
|
|
|
|
"last 1 chrome version",
|
|
|
|
"last 1 firefox version",
|
|
|
|
"last 1 safari version"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-08-08 02:17:32 +00:00
|
|
|
"@testing-library/dom": "^8.16.1",
|
|
|
|
"typescript": "^4.7.4"
|
2022-06-17 00:48:15 +00:00
|
|
|
}
|
|
|
|
}
|