generated from erdkse/adminlte-3-react
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
99 lines (99 loc) · 2.58 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "adminlte-3-react",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "craco start",
"build": "craco build",
"dev": "craco test",
"eject": "react-scripts eject",
"format": "prettier-eslint $PWD/'src/**/*.{js,json}' --write",
"lint": "eslint src/**/*.js"
},
"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"
]
},
"dependencies": {
"@craco/craco": "6.4.3",
"@fortawesome/fontawesome-svg-core": "1.3.0",
"@fortawesome/free-brands-svg-icons": "6.0.0",
"@fortawesome/free-regular-svg-icons": "6.0.0",
"@fortawesome/free-solid-svg-icons": "6.0.0",
"@fortawesome/react-fontawesome": "0.1.17",
"@reduxjs/toolkit": "1.7.2",
"@testing-library/jest-dom": "5.16.2",
"@testing-library/react": "12.1.3",
"@testing-library/user-event": "13.5.0",
"axios": "0.26.0",
"craco-alias": "3.0.1",
"formik": "2.2.9",
"gatekeeper-client-sdk": "0.4.2",
"i18next": "21.6.11",
"i18next-browser-languagedetector": "6.1.3",
"luxon": "2.3.0",
"react": "17.0.2",
"react-bootstrap": "1.6.1",
"react-dom": "17.0.2",
"react-i18next": "11.15.4",
"react-redux": "7.2.6",
"react-router-dom": "6.2.1",
"react-scripts": "4.0.3",
"react-toastify": "8.2.0",
"redux": "4.1.2",
"redux-logger": "3.0.6",
"styled-components": "5.3.3",
"uuid": "8.3.2",
"web-vitals": "2.1.4",
"yup": "0.32.11"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@types/luxon": "2.0.9",
"@types/node": "17.0.18",
"@types/react": "17.0.39",
"@types/react-dom": "17.0.11",
"@types/redux-logger": "3.0.9",
"@types/styled-components": "5.1.23",
"@types/uuid": "8.3.4",
"admin-lte": "3.2.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.26.1",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-unused-imports": "1.1.5",
"husky": "7.0.4",
"lint-staged": "12.3.4",
"prettier": "2.5.1",
"react-error-overlay": "^6.0.9",
"typescript": "4.4.4"
},
"lint-staged": {
"**/*.js": [
"eslint --fix",
"prettier-eslint --write"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}