-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.62 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.62 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
{
"name": "reactadminator",
"version": "1.0.0",
"private": true,
"dependencies": {
"@fullcalendar/core": "^4.1.0",
"@fullcalendar/daygrid": "^4.1.0",
"@fullcalendar/react": "^4.1.0",
"@fullcalendar/timegrid": "^4.1.0",
"bulma": "^0.7.4",
"date-arithmetic": "^3.1.0",
"google-maps-react": "^2.0.2",
"moment": "^2.24.0",
"node-sass": "^4.12.0",
"number-abbreviate": "^2.0.0",
"postcss-loader": "^3.0.0",
"prop-types": "^15.7.2",
"ramda": "^0.26.1",
"react": "^16.8.6",
"react-day-picker": "^7.3.0",
"react-dom": "^16.8.6",
"react-icons": "^3.6.1",
"react-redux": "^7.0.3",
"react-router-dom": "^5.0.0",
"react-scripts": "3.0.1",
"react-spinners": "^0.5.4",
"react-toastify": "^5.1.0",
"recharts": "^1.6.0",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"sanctuary": "^2.0.0",
"styled-components": "^4.2.0"
},
"homepage": "https://saroarshahan.github.io/reactadminator",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"redux-logger": "^3.0.6",
"tailwindcss": "^0.7.4"
},
"author": {
"name": "Saroar Hossain Shahan",
"email": "shahanntk@gmail.com",
"url": "https://www.facebook.com/SaroarShahan"
}
}