forked from react-bootstrap/react-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.37 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
{
"name": "react-bootstrap-docs",
"version": "1.0.0",
"description": "React-Bootstrap Documentation",
"keywords": [
"gatsby"
],
"homepage": "https://react-bootstrap.github.io/",
"bugs": {
"url": "https://github.com/react-bootstrap/react-bootstrap/issues"
},
"license": "MIT",
"author": "Jason Quense",
"repository": {
"type": "git",
"url": "git+https://github.com/react-bootstrap/react-bootstrap.git"
},
"scripts": {
"start": "yarn develop",
"develop": "gatsby develop",
"build": "gatsby build",
"deploy": "gatsby build --prefix-paths && yarn push-docs",
"push-docs": "gh-pages -d public --branch master --repo \"https://github.com/react-bootstrap/react-bootstrap.github.io.git\"",
"sort": "import-sort 'src/pages/**/*.js'"
},
"importSort": {
".js": {
"style": "module",
"parser": "4catalyzer"
}
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.14",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@restart/context": "^2.1.4",
"@restart/hooks": "^0.3.25",
"ast-types": "^0.14.2",
"astroturf": "^0.10.5",
"bootstrap": "^4.5.3",
"classnames": "^2.2.6",
"common-tags": "^1.8.0",
"copy-text-to-clipboard": "^2.2.0",
"docsearch.js": "^2.6.3",
"dom-helpers": "^5.2.0",
"formik": "^2.2.6",
"gatsby": "^2.29.3",
"gatsby-plugin-astroturf": "^0.2.1",
"gatsby-plugin-catch-links": "^2.7.0",
"gatsby-plugin-mdx": "^1.7.1",
"gatsby-plugin-react-helmet": "^3.7.0",
"gatsby-plugin-sass": "^2.8.0",
"gatsby-remark-prismjs": "^3.10.0",
"gatsby-source-filesystem": "2.8.1",
"gatsby-transformer-react-docgen": "^5.6.0",
"gatsby-transformer-remark": "^2.13.1",
"gh-pages": "^3.1.0",
"holderjs": "^2.9.7",
"import-sort-cli": "^6.0.0",
"import-sort-parser-4catalyzer": "^4.0.1",
"import-sort-style-module": "^6.0.0",
"lodash": "^4.17.20",
"node-sass": "^4.14.1",
"prismjs": "^1.23.0",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-docgen": "^5.3.1",
"react-dom": "^16.14.0",
"react-helmet": "^6.1.0",
"react-live": "^2.2.3",
"remark-slug": "^6.0.0",
"shakespeare-data": "^3.0.0",
"yup": "^0.32.8"
}
}