-
-
Notifications
You must be signed in to change notification settings - Fork 266
/
Copy pathpackage.json
67 lines (67 loc) · 2.05 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
{
"name": "@coreui/react-docs",
"version": "5.5.0",
"private": true,
"description": "",
"homepage": "https://coreui.io/react/",
"bugs": {
"url": "https://github.com/coreui/coreui-react/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coreui/coreui-react.git"
},
"license": "MIT",
"author": "The CoreUI Team (https://github.com/orgs/coreui/people)",
"scripts": {
"api": "rimraf \"content/api/*\" & node build/api.mjs",
"build": "gatsby build --prefix-paths",
"develop": "gatsby develop",
"dist": "run-s api build",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "gatsby develop",
"serve": "gatsby serve --prefix-paths",
"clean": "gatsby clean"
},
"dependencies": {
"@coreui/chartjs": "^4.1.0",
"@coreui/coreui": "^5.3.1",
"@coreui/icons": "^3.0.1",
"@coreui/icons-react": "^2.3.0",
"@coreui/react-chartjs": "^3.0.0",
"@coreui/utils": "^2.0.2",
"@docsearch/css": "^3.8.3",
"@docsearch/react": "^3.8.3",
"@mdx-js/mdx": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@stackblitz/sdk": "^1.11.0",
"gatsby": "^5.14.1",
"gatsby-plugin-google-tagmanager": "^5.14.0",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-manifest": "^5.14.0",
"gatsby-plugin-mdx": "^5.14.0",
"gatsby-plugin-sass": "^6.14.0",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-plugin-sitemap": "^6.14.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.32",
"gatsby-remark-autolink-headers": "^6.14.0",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-transformer-sharp": "^5.14.0",
"globby": "^14.1.0",
"prism-react-renderer": "^2.4.1",
"prismjs": "^1.29.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-docgen-typescript": "^2.2.2",
"react-dom": "^18.3.1",
"react-imask": "^7.6.1",
"react-markdown": "^9.0.3",
"rimraf": "^6.0.1",
"sass": "^1.85.0",
"showdown": "^2.1.0"
},
"devDependencies": {
"npm-run-all": "^4.1.5"
}
}