This repository was archived by the owner on Jun 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 2.49 KB
/
package.json
File metadata and controls
93 lines (93 loc) · 2.49 KB
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
{
"name": "mrvl",
"version": "0.0.2",
"description": "",
"private": true,
"scripts": {
"build:staging": "env-cmd -f .env.staging npm run build",
"start": "react-scripts start",
"predeploy": "npm run build:staging",
"deploy": "gh-pages -d build",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kkamara/mrvl-web.git"
},
"author": "https://github.com/kkamara",
"license": "BSD-3",
"bugs": {
"url": "https://github.com/kkamara/mrvl-web/issues"
},
"homepage": "https://kkamara.github.io/mrvl-web",
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-react": "^7.0.0",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@fortawesome/fontawesome-free": "^6.1.1",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@mui/icons-material": "^5.5.1",
"@mui/material": "^5.5.3",
"@mui/styled-engine-sc": "^5.5.2",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^13.5.0",
"axios": "^0.21",
"bootstrap": "^5.1.3",
"flagsmith": "^3.14.1",
"fs": "^0.0.1-security",
"helmet": "^3.22.0",
"jquery": "^3.2",
"md5": "^2.3.0",
"popper.js": "^1.12",
"query-string": "^6.8.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-helmet": "^6.1.0",
"react-js-pagination": "^3.0.2",
"react-modal": "^3.14.4",
"react-redux": "^7.2.8",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.0",
"react-spinners": "^0.10.6",
"readline": "^1.3.0",
"redux": "^4.1.2",
"redux-thunk": "^2.4.1",
"resolve-url-loader": "^3.1.0",
"sanitize": "^2.1.0",
"sass": "^1.15.2",
"sass-loader": "^8.0.0",
"styled-components": "^5.3.5",
"swipe-js-iso": "^2.1.5",
"web-vitals": "^2.1.4"
},
"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"
]
},
"proxy": "http://localhost:5000",
"devDependencies": {
"env-cmd": "^10.1.0",
"gh-pages": "^5.0.0"
}
}