-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.21 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
{
"name": "@minhtuanchannhan/react-admin-template",
"version": "1.0.0",
"description": "React admin template using CoreUI.",
"keywords": [
"react admin template",
"react boilerplate",
"coreui template",
"react template"
],
"author": "Tuan Le Minh <minhtuanchannhan@gmail.com>",
"homepage": "https://minhtuanchannhan.com",
"copyright": "Copyright 2018 Tuan Le Minh",
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "git@github.com:minhtuanchannhan/react-admin-template.git"
},
"dependencies": {
"@coreui/coreui": "^2.1.5",
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
"@coreui/icons": "0.3.0",
"@coreui/react": "^2.1.3",
"bootstrap": "^4.2.1",
"chart.js": "^2.7.3",
"classnames": "^2.2.6",
"core-js": "^2.6.1",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.7.1",
"flag-icon-css": "^3.2.1",
"font-awesome": "^4.7.0",
"node-sass": "^4.11.0",
"prop-types": "^15.6.2",
"react": "^16.7.0",
"react-app-polyfill": "^0.2.0",
"react-chartjs-2": "^2.7.4",
"react-dom": "^16.7.0",
"react-loadable": "^5.5.0",
"react-router-config": "^4.4.0-beta.6",
"react-router-dom": "^4.3.1",
"react-test-renderer": "^16.7.0",
"reactstrap": "^7.0.2",
"simple-line-icons": "^2.4.1"
},
"devDependencies": {
"eslint": "^5.14.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"react-scripts": "2.1.3",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"test:cov": "react-scripts test --coverage",
"test:debug": "react-scripts --inspect-brk test --runInBand",
"eject": "react-scripts eject",
"lint": "eslint src/",
"lint-fix": "eslint --fix src/"
},
"bugs": {
"url": "https://github.com/minhtuanchannhan/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/services/registerServiceWorker.js",
"!src/services/polyfill.js"
]
}
}