|
1 | 1 | { |
2 | 2 | "name": "@coreui/coreui-free-react-admin-template", |
3 | | - "description": "CoreUI Free React Admin Template", |
4 | 3 | "version": "4.0.0-rc.4", |
5 | | - "config": { |
6 | | - "coreui_library_short_version": "4.0" |
| 4 | + "description": "CoreUI Free React Admin Template", |
| 5 | + "homepage": "https://coreui.io/react/", |
| 6 | + "bugs": { |
| 7 | + "url": "https://github.com/coreui/coreui-free-react-admin-template/issues" |
7 | 8 | }, |
8 | | - "author": { |
9 | | - "name": "CoreUI", |
10 | | - "url": "https://coreui.io", |
11 | | - "github": "https://github.com/coreui", |
12 | | - "twitter": "https://twitter.com/core_ui" |
| 9 | + "repository": { |
| 10 | + "type": "git", |
| 11 | + "url": "git@github.com:coreui/coreui-free-react-admin-template.git" |
13 | 12 | }, |
| 13 | + "license": "MIT", |
| 14 | + "author": "The CoreUI Team (https://github.com/orgs/coreui/people)", |
14 | 15 | "contributors": [ |
15 | 16 | { |
16 | 17 | "name": "CoreUI Team", |
17 | 18 | "url": "https://github.com/orgs/coreui/people" |
18 | 19 | } |
19 | 20 | ], |
20 | | - "homepage": ".", |
21 | | - "copyright": "Copyright 2017-2021 creativeLabs Łukasz Holeczek", |
22 | | - "license": "MIT", |
23 | | - "private": true, |
24 | | - "repository": { |
25 | | - "type": "git", |
26 | | - "url": "git@github.com:coreui/coreui-free-react-admin-template.git" |
| 21 | + "scripts": { |
| 22 | + "build": "react-scripts build", |
| 23 | + "changelog": "auto-changelog --starting-version 3.0.0 --commit-limit false --hide-credit", |
| 24 | + "eject": "react-scripts eject", |
| 25 | + "lint": "eslint \"src/**/*.js\"", |
| 26 | + "start": "react-scripts start", |
| 27 | + "test": "react-scripts test", |
| 28 | + "test:cov": "npm test -- --coverage --watchAll=false", |
| 29 | + "test:debug": "react-scripts --inspect-brk test --runInBand" |
| 30 | + }, |
| 31 | + "config": { |
| 32 | + "coreui_library_short_version": "4.0" |
| 33 | + }, |
| 34 | + "jest": { |
| 35 | + "collectCoverageFrom": [ |
| 36 | + "src/**/*.{js,jsx}", |
| 37 | + "!**/*index.js", |
| 38 | + "!src/serviceWorker.js", |
| 39 | + "!src/polyfill.js" |
| 40 | + ] |
27 | 41 | }, |
28 | 42 | "dependencies": { |
29 | 43 | "@coreui/chartjs": "^3.0.0", |
30 | 44 | "@coreui/coreui": "^4.0.5", |
31 | 45 | "@coreui/icons": "^2.0.1", |
32 | 46 | "@coreui/icons-react": "2.0.0-rc.5", |
33 | | - "@coreui/react": "4.0.0-rc.5", |
34 | | - "@coreui/react-chartjs": "2.0.0-rc.2", |
| 47 | + "@coreui/react": "4.0.0-rc.6", |
| 48 | + "@coreui/react-chartjs": "2.0.0-rc.3", |
35 | 49 | "@coreui/utils": "^1.3.1", |
36 | 50 | "@wojtekmaj/enzyme-adapter-react-17": "^0.6.3", |
37 | 51 | "chart.js": "^3.5.1", |
|
56 | 70 | "react-scripts": "^4.0.3", |
57 | 71 | "sass": "^1.43.2" |
58 | 72 | }, |
59 | | - "scripts": { |
60 | | - "start": "react-scripts start", |
61 | | - "build": "react-scripts build", |
62 | | - "lint": "eslint \"src/**/*.js\"", |
63 | | - "test": "react-scripts test", |
64 | | - "test:cov": "npm test -- --coverage --watchAll=false", |
65 | | - "test:debug": "react-scripts --inspect-brk test --runInBand", |
66 | | - "eject": "react-scripts eject", |
67 | | - "changelog": "auto-changelog --starting-version 3.0.0 --commit-limit false --hide-credit" |
68 | | - }, |
69 | | - "bugs": { |
70 | | - "url": "https://github.com/coreui/coreui-free-react-admin-template/issues" |
71 | | - }, |
72 | | - "jest": { |
73 | | - "collectCoverageFrom": [ |
74 | | - "src/**/*.{js,jsx}", |
75 | | - "!**/*index.js", |
76 | | - "!src/serviceWorker.js", |
77 | | - "!src/polyfill.js" |
78 | | - ] |
79 | | - }, |
80 | 73 | "engines": { |
81 | 74 | "node": ">=10", |
82 | 75 | "npm": ">=6" |
|
0 commit comments