generated from erdkse/adminlte-3-react
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
112 lines (112 loc) · 3.16 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
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "adminlte-3-react",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"dev": "react-app-rewired 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": {
"@fortawesome/fontawesome-svg-core": "6.2.1",
"@fortawesome/free-brands-svg-icons": "6.2.1",
"@fortawesome/free-regular-svg-icons": "6.2.1",
"@fortawesome/free-solid-svg-icons": "6.2.1",
"@fortawesome/react-fontawesome": "0.2.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@profabric/react-components": "0.1.2",
"@reduxjs/toolkit": "1.9.1",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "14.4.3",
"axios": "1.2.0",
"dotenv-webpack": "^8.0.1",
"formik": "2.2.9",
"gatekeeper-client-sdk": "0.4.2",
"html-webpack-plugin": "^5.5.0",
"i18next": "22.0.7",
"i18next-browser-languagedetector": "7.0.1",
"luxon": "3.1.1",
"node-polyfill-webpack-plugin": "^2.0.1",
"react": "0.0.0-experimental-353c30252-20221202",
"react-app-rewire-alias": "^1.1.7",
"react-bootstrap": "1.6.1",
"react-dom": "0.0.0-experimental-353c30252-20221202",
"react-i18next": "12.0.0",
"react-redux": "8.0.5",
"react-router-dom": "6.4.4",
"react-scripts": "5.0.1",
"react-toastify": "9.1.1",
"redux": "4.2.0",
"redux-logger": "3.0.6",
"styled-components": "5.3.6",
"summernote": "./summernote",
"tsconfig-paths-webpack-plugin": "^4.0.0",
"uuid": "9.0.0",
"web-vitals": "3.1.0",
"yup": "0.32.11"
},
"devDependencies": {
"@types/jest": "29.2.4",
"@types/luxon": "3.1.0",
"@types/node": "18.11.10",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@types/redux-logger": "3.0.9",
"@types/styled-components": "^5.1.26",
"@types/uuid": "9.0.0",
"admin-lte": "3.2.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-unused-imports": "2.0.0",
"husky": "8.0.2",
"interpolate-html-plugin": "^4.0.0",
"lint-staged": "13.1.0",
"mini-css-extract-plugin": "^2.7.1",
"os-browserify": "0.3.0",
"path-browserify": "1.0.1",
"prettier": "2.8.0",
"react-app-rewired": "^2.2.1",
"react-refresh": "^0.14.0",
"sass": "^1.56.1",
"sass-loader": "^13.2.0",
"typescript": "4.9.3"
},
"lint-staged": {
"**/*.js": [
"eslint --fix",
"prettier-eslint --write"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}