-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.44 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "psasswordmanager",
"homepage": "https://mrbmikhael.github.io/passwordmanager_web/",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.6",
"@mui/material": "^5.15.14",
"@mui/icons-material": "^5.15.14",
"@mui/x-data-grid": "^5.17.24",
"@reduxjs/toolkit": "^1.9.7",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/lodash": "^4.14.202",
"@types/node": "^12.20.55",
"@types/react": "^17.0.80",
"@types/react-dom": "^17.0.25",
"@types/react-redux": "^7.1.31",
"@types/redux-logger": "^3.0.9",
"@types/secure-random-password": "^0.2.1",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"axios": "^1.7.8",
"check-password-strength": "^2.0.3",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-react": "^7.31.10",
"lodash": "^4.17.21",
"react": "^17.0.2",
"react-device-detect": "^2.2.3",
"react-dom": "^17.0.2",
"react-google-login": "^5.2.2",
"react-redux": "^7.2.9",
"react-scripts": "5.0.1",
"redux": "^4.2.1",
"redux-devtools-extension": "^2.13.9",
"redux-logger": "^3.0.6",
"redux-saga": "^1.2.2",
"secure-random-password": "^0.2.3",
"typescript": "^4.9.5",
"usehooks-ts": "^1.0.7",
"web-vitals": "^1.0.1"
},
"devDependencies": {
"buffer": "npm:[email protected]",
"crypto": "npm:[email protected]",
"stream": "npm:[email protected]",
"util": "npm:[email protected]"
},
"scripts": {
"start": "react-scripts start",
"build": "GENERATE_SOURCEMAP=false react-scripts build",
"test": "react-scripts test",
"test:ci": "react-scripts test --ci --watchAll=false --collectCoverage",
"test:snapshot": "react-scripts test --watchAll=false --update-snapshot",
"lint": "eslint 'src/**/*.ts' 'src/**/*.tsx'",
"commit": "cz",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}