-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 2.43 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
{
"name": "argon-dashboard-material-ui",
"version": "1.0.0",
"author": "Creative Tim",
"license": "MIT",
"description": "Material UI version of Argon Dashboard React by Creative Tim",
"homepage": "https://demos.creative-tim.com/argon-dashboard-material-ui/#/admin/dashboard",
"bugs": {
"url": "https://github.com/creativetimofficial/argon-dashboard-material-ui/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/creativetimofficial/argon-dashboard-material-ui.git"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start"
},
"resolutions": {
"**/**/node-gyp": "5.0.0"
},
"dependencies": {
"@aws-amplify/ui-react": "^1.2.13",
"@emotion/react": "11.1.5",
"@emotion/styled": "11.1.5",
"@fortawesome/fontawesome-free": "5.15.2",
"@material-ui/core": "4.11.3",
"@material-ui/icons": "4.11.2",
"@material-ui/lab": "4.0.0-alpha.57",
"aws-amplify": "^4.2.7",
"axios": "^0.21.4",
"chart.js": "2.9.4",
"gulp-install": "^1.1.0",
"node-sass": "5.0.0",
"nouislider": "14.6.3",
"prop-types": "15.7.2",
"react": "17.0.1",
"react-chartjs-2": "2.11.1",
"react-copy-to-clipboard": "5.0.3",
"react-datetime": "3.0.4",
"react-dom": "17.0.1",
"react-router-dom": "5.2.0",
"react-scripts": "4.0.2"
},
"eslintConfig": {
"extends": [
"react-app"
],
"plugins": [
"unused-imports"
],
"rules": {
"no-unused-vars": "off",
"unused-imports/no-unused-imports": "error",
"unused-imports/no-unused-vars": [
"warn",
{
"vars": "all",
"varsIgnorePattern": "^_",
"args": "after-used",
"argsIgnorePattern": "^_"
}
]
}
},
"optionalDependencies": {
"fsevents": "^2.3.2",
"typescript": "4.1.5"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"datatables.net": "^1.11.1",
"eslint": "7.20.0",
"eslint-plugin-unused-imports": "1.1.0",
"gulp": "^4.0.2",
"gulp-append-prepend": "1.0.8",
"jquery": "^3.6.0"
}
}