|
1 | 1 | {
|
2 | 2 | "name": "@coreui/react-docs",
|
3 | 3 | "private": true,
|
4 |
| -"description": "A simple starter to get up and developing quickly with Gatsby", |
| 4 | +"description": "", |
5 | 5 | "version": "4.0.0-rc.4",
|
6 | 6 | "config": {
|
7 | 7 | "version_short": "4.0"
|
8 | 8 | },
|
9 |
| -"author": "Kyle Mathews <[email protected]>", |
| 9 | +"homepage": "https://coreui.io/react/", |
| 10 | +"author": "The CoreUI Team (https://.com/orgs/coreui/people)", |
| 11 | +"license": "MIT", |
| 12 | +"repository": { |
| 13 | +"type": "git", |
| 14 | +"url": "git+https://.com/coreui/coreui-react.git" |
| 15 | +}, |
| 16 | +"bugs": { |
| 17 | +"url": "https://.com/coreui/coreui-react/issues" |
| 18 | +}, |
| 19 | +"scripts": { |
| 20 | +"api": "rimraf \"content/$npm_package_config_version_short/api/*\" & node build/api.js", |
| 21 | +"build": "gatsby build", |
| 22 | +"develop": "gatsby develop", |
| 23 | +"dist": "run-s api build", |
| 24 | +"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"", |
| 25 | +"start": "gatsby develop", |
| 26 | +"serve": "gatsby serve", |
| 27 | +"clean": "gatsby clean" |
| 28 | +}, |
10 | 29 | "dependencies": {
|
11 | 30 | "@coreui/chartjs": "^3.0.0",
|
12 | 31 | "@coreui/coreui": "^4.0.5",
|
|
45 | 64 | "devDependencies": {
|
46 | 65 | "npm-run-all": "^4.1.5",
|
47 | 66 | "prettier": "2.4.1"
|
48 |
| -}, |
49 |
| -"license": "MIT", |
50 |
| -"scripts": { |
51 |
| -"api": "rimraf \"content/$npm_package_config_version_short/api/*\" & node build/api.js", |
52 |
| -"build": "gatsby build", |
53 |
| -"develop": "gatsby develop", |
54 |
| -"dist": "run-s api build", |
55 |
| -"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"", |
56 |
| -"start": "gatsby develop", |
57 |
| -"serve": "gatsby serve", |
58 |
| -"clean": "gatsby clean", |
59 |
| -"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1" |
60 | 67 | }
|
61 | 68 | }
|
0 commit comments