-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
129 lines (129 loc) · 3.83 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "argon-design-system-react",
"version": "1.1.1",
"description": "React version of Argon Design System by Creative Tim",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/creativetimofficial/argon-design-system-react.git"
},
"keywords": [
"react",
"reactjs",
"argon",
"argon-react",
"design",
"design-react",
"argon-design",
"argon-design-react",
"kit",
"react-kit",
"argon-design-system",
"argon-design-system-react",
"design-system-react"
],
"author": "Creative Tim",
"license": "MIT",
"bugs": {
"url": "https://github.com/creativetimofficial/argon-design-system-react/issues"
},
"homepage": "/login-page",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && gulp licenses",
"test": "react-scripts test",
"eject": "react-scripts eject",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start",
"compile-sass": "sass src/assets/scss/argon-design-system-react.scss src/assets/css/argon-design-system-react.css",
"minify-sass": "sass src/assets/scss/argon-design-system-react.scss src/assets/css/argon-design-system-react.min.css --style compressed"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"dependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@fortawesome/fontawesome-free": "5.15.3",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-brands-svg-icons": "^6.3.0",
"@fortawesome/free-regular-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@react-google-maps/api": "^2.18.1",
"@reduxjs/toolkit": "^1.9.3",
"axios": "^1.3.4",
"babel-plugin-macros": "^3.1.0",
"bootstrap": "4.6.0",
"chart.js": "^2.9.4",
"classnames": "2.3.1",
"crypto-browserify": "^3.12.0",
"date-fns": "^2.29.3",
"google-map-react": "^2.2.0",
"headroom.js": "0.12.0",
"js-cookie": "^3.0.1",
"leaflet": "^1.9.3",
"mdb-react-ui-kit": "^6.0.0",
"moment": "^2.29.4",
"next": "^13.3.1",
"nouislider": "14.1.1",
"particles.js": "^2.0.0",
"peerjs": "^1.4.7",
"perspective-api-client": "^3.1.0",
"react": ">=16.0.0",
"react-bootstrap": "^2.7.2",
"react-bootstrap-table-next": "^4.0.3",
"react-chartjs-2": "^2.11.1",
"react-copy-to-clipboard": "5.1.0",
"react-datetime": "3.1.1",
"react-dom": ">=16.0.0",
"react-easy-crop": "^4.7.4",
"react-elastic-carousel": "^0.11.5",
"react-intl-tel-input": "^8.2.0",
"react-leaflet": "^4.2.1",
"react-material-toast": "^16.1.7",
"react-minimal-pie-chart": "^8.4.0",
"react-pdf": "^6.2.2",
"react-redux": "^8.0.5",
"react-router-dom": "^6.8.2",
"react-score-indicator": "^2.2.1",
"react-scripts": "5.0.1",
"react-toastify": "^9.1.2",
"react-validator": "^0.1.0",
"reactstrap": "8.4.1",
"redux": "^4.2.1",
"sass": "1.53.0",
"socket.io-client": "^4.6.1",
"uuid": "^9.0.0",
"victory": "^36.6.8"
},
"devDependencies": {
"@types/googlemaps": "3.39.2",
"@types/markerclustererplus": "2.1.33",
"@types/react": "18.0.17",
"eslint-plugin-flowtype": "8.0.3",
"gulp": "4.0.2",
"gulp-append-prepend": "1.0.9",
"jquery": "3.6.0",
"typescript": "4.7.4",
"web-vitals": "^3.1.1"
},
"peerDependencies": {
"react": ">=16.0.0",
"react-dom": ">=16.0.0"
},
"optionalDependencies": {
"eslint-plugin-flowtype": "8.0.3",
"jquery": "3.6.0",
"typescript": "4.8.2"
}
}