-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
89 lines (89 loc) · 2.41 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
{
"name": "BunongBunong",
"version": "2.5.0",
"description": "CoreUI React Open Source Bootstrap 4 Admin Template",
"author": "L5vD5",
"homepage": "http://localhost:3000/",
"copyright": "Copyright 2017-2019 creativeLabs Łukasz Holeczek",
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "git@github.com:coreui/coreui-free-react-admin-template.git"
},
"dependencies": {
"@coreui/coreui": "^2.1.9",
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.3.0",
"@coreui/icons": "0.3.0",
"@coreui/react": "~2.5.0",
"antd": "4.4.2",
"axios": "^0.19.0",
"bootstrap": "^4.3.1",
"chart.js": "^2.9.2",
"classnames": "^2.2.6",
"core-js": "^2.6.5",
"create-react-app": "^3.4.0",
"css-loader": "^3.2.0",
"date-fns": "^2.8.1",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.13.0",
"flag-icon-css": "^3.3.0",
"font-awesome": "^4.7.0",
"gh-pages": "^2.0.1",
"moment": "^2.24.0",
"node-sass": "^4.14.1",
"prop-types": "^15.7.2",
"public-ip": "^4.0.1",
"query-string": "^6.12.1",
"react": "^16.8.6",
"react-app-polyfill": "^1.0.1",
"react-big-calendar": "^0.22.0",
"react-chartjs-2": "^2.8.0",
"react-datepicker": "^2.8.0",
"react-dom": "^16.8.6",
"react-print": "^1.3.1",
"react-redux": "^7.2.0",
"react-router-config": "^5.0.0",
"react-router-dom": "5.2.0",
"react-test-renderer": "^16.8.6",
"react-to-print": "^2.4.0",
"reactjs-popup": "^1.4.2",
"reactstrap": "^7.1.0",
"redux": "4.0.5",
"simple-line-icons": "^2.4.1",
"style-loader": "^1.1.2"
},
"devDependencies": {
"react-scripts": "^3.4.2"
},
"scripts": {
"start": "react-scripts start",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"build": "react-scripts build",
"test": "react-scripts test",
"test:cov": "npm test -- --coverage --watchAll=false",
"test:debug": "react-scripts --inspect-brk test --runInBand",
"eject": "react-scripts eject"
},
"bugs": {
"url": "https://github.com/coreui/coreui-free-react-admin-template/issues"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 9",
"not op_mini all"
],
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx}",
"!**/*index.js",
"!src/serviceWorker.js",
"!src/polyfill.js"
]
}
}