-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
92 lines (92 loc) · 2.49 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
87
88
89
90
91
92
{
"name": "@ahaui/docs",
"description": "Aha Design System - Documentation",
"version": "2.0.2",
"author": "Got It, Inc.",
"dependencies": {
"@ahaui/css": "^2.0.1",
"copy-to-clipboard": "^3.3.1",
"react-color": "^2.19.3",
"react-split-pane": "^0.1.91"
},
"devDependencies": {
"@mdx-js/mdx": "^1.5.1",
"@mdx-js/react": "^1.5.1",
"@restart/context": "^2.1.4",
"@restart/hooks": "^0.3.19",
"ace-builds": "^1.4.12",
"algoliasearch": "^4.8.3",
"astroturf": "^0.10.2",
"classnames": "^2.2.6",
"common-tags": "^1.8.0",
"copy-text-to-clipboard": "^2.1.1",
"dom-helpers": "^5.1.3",
"ejs": "^3.1.5",
"faker": "4.1.0",
"formik": "^2.0.8",
"gatsby": "^2.18.12",
"gatsby-plugin-algolia": "^0.16.1",
"gatsby-plugin-astroturf": "^0.2.1",
"gatsby-plugin-catch-links": "^2.1.21",
"gatsby-plugin-mdx": "1.1.6",
"gatsby-plugin-nprogress": "^2.6.0",
"gatsby-plugin-sass": "^2.1.26",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-prismjs": "^3.3.27",
"gatsby-source-filesystem": "2.9.0",
"gatsby-transformer-react-docgen": "^5.7.0",
"gatsby-transformer-remark": "^2.6.42",
"gh-pages": "^3.2.3",
"holderjs": "^2.9.6",
"import-sort-cli": "^6.0.0",
"import-sort-parser-4catalyzer": "^4.0.1",
"import-sort-style-module": "^6.0.0",
"lodash": "^4.17.15",
"node-sass": "^4.13.0",
"prismjs": "^1.17.1",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-ace": "^9.2.1",
"react-docgen": "^5.3.1",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-instantsearch-dom": "^6.8.2",
"react-live": "^2.2.2",
"react-markdown": "4.2.2",
"remark-slug": "^5.1.2",
"shakespeare-data": "^3.0.0",
"yup": "^0.27.0"
},
"importSort": {
".js": {
"style": "module",
"parser": "4catalyzer"
}
},
"lint-staged": {
"*.js": "eslint --cache --fix"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"homepage": "https://aha.got-it.ai/",
"keywords": [
"gatsby"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/gotitinc/aha.git"
},
"scripts": {
"start": "yarn develop",
"develop": "gatsby develop",
"build": "gatsby build --prefix-paths && node renderRedirectIndex.js",
"clean": "gatsby clean",
"sort": "import-sort 'src/pages/**/*.js'",
"format": "eslint --ext js src --fix",
"lint": "eslint --ext js src"
}
}