This repository has been archived by the owner on Mar 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
84 lines (84 loc) · 2.75 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
{
"name": "mmcms-demo-admin",
"version": "0.25.0",
"description": "Admin Demo of mmCMS",
"author": "Marco Marassi",
"copyright": "Copyright 2018 Marco Marassi",
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "git@github.com:thtg88/mmcms-demo-react-admin.git"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "12.3.1",
"@ckeditor/ckeditor5-core": "12.2.1",
"@ckeditor/ckeditor5-react": "^1.1.3",
"@ckeditor/ckeditor5-ui": "^12.1.0",
"@coreui/coreui": "^2.1.16",
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.3.1",
"@coreui/react": "^2.5.8",
"@sentry/browser": "^5.18.1",
"bootstrap": "^4.5.0",
"chart.js": "^2.9.4",
"classnames": "^2.2.6",
"core-js": "^3.6.5",
"flag-icon-css": "^3.5.0",
"font-awesome": "^4.7.0",
"jquery": "^3.5.1",
"lodash": "^4.17.21",
"moment": "^2.27.0",
"node-sass": "^4.14.1",
"nprogress": "^0.2.0",
"popper.js": "^1.16.1",
"prop-types": "^15.7.2",
"query-string": "^6.13.1",
"react": "^16.13.1",
"react-app-polyfill": "^1.0.6",
"react-beautiful-dnd": "^11.0.5",
"react-chartjs-2": "^2.9.0",
"react-cropper": "^1.3.0",
"react-datetime": "^2.16.3",
"react-dom": "^16.13.1",
"react-dropzone": "^10.2.2",
"react-google-recaptcha": "^1.1.0",
"react-helmet-async": "^1.0.6",
"react-redux": "^7.2.0",
"react-router-dom": "^5.2.0",
"react-scroll": "^1.7.16",
"react-select": "^3.1.0",
"react-test-renderer": "^16.13.1",
"react-toastify": "^5.5.0",
"reactstrap": "^8.5.1",
"redux": "^4.0.5",
"redux-saga": "^1.1.3",
"slugify": "^1.4.4",
"yup": "^0.26.10"
},
"devDependencies": {
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint": "^6.8.0",
"react-scripts": "^3.4.1",
"redux-devtools-extension": "^2.13.8",
"source-map-explorer": "^2.4.2",
"typescript": "^3.9.5"
},
"bugs": {
"url": "https://github.com/thtg88/mmcms-demo-react-admin/issues"
},
"scripts": {
"analyze": "source-map-explorer build/static/js/main.*",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"test:debug": "react-scripts --inspect-brk test --runInBand",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}