-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
180 lines (180 loc) · 6.32 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
{
"name": "gh-web",
"version": "1.0.0",
"author": "Raymans <[email protected]>",
"license": "MIT",
"keywords": [
"gatsby"
],
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop --host 127.0.0.1 --port 8010",
"devhost": "gatsby develop --host 192.168.0.112",
"develop:clean": "rm -r .cache && npm run develop",
"format": "prettier --write 'src/**/*.js'",
"lint-errors": "eslint src/**/*.{js,jsx} --quiet",
"lint": "eslint src/**/*.{js,jsx}",
"lint-fix": "eslint --fix src/**/*.{js,jsx}",
"stylelint": "stylelint src/**/*.js",
"generate-app-icons": "sh ./scripts/generate-app-icons.sh",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"clean": "rm -r .cache public",
"clean-all": "rm -r .cache public node_modules",
"extract": "formatjs extract",
"message": "npm run extract -- \"src/**/**/*.js*\" --out-file src/intl/en.json --format scripts/formatter.js simple && npm run copymessage",
"compile": "formatjs compile",
"copymessage": "node scripts/copy-message.js",
"auth0-sync-prd": "node scripts/sync-auth0-tenants.js"
},
"dependencies": {
"@ant-design/compatible": "^1.0.1",
"@ant-design/icons": "latest",
"@auth0/auth0-react": "^1.0.0",
"@babel/plugin-transform-spread": "^7.12.1",
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-brands-svg-icons": "^5.12.1",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/react-fontawesome": "0.1.8",
"@mdx-js/mdx": "^1.5.9",
"@mdx-js/react": "^1.5.9",
"@rehooks/local-storage": "2.4.0",
"@svgr/webpack": "^5.1.0",
"antd": "^4.16.6",
"aos": "^3.0.0-beta.6",
"auth0-js": "^9.12.2",
"axios": "^0.19.2",
"babel-plugin-formatjs": "^10.2.7",
"babel-plugin-styled-components": "^1.10.7",
"chart.js": "^3.5.1",
"codemirror": "^5.51.0",
"cookieconsent": "^3.1.1",
"copy-to-clipboard": "^3.3.1",
"fontfaceobserver": "^2.1.0",
"gatsby": "2.24.66",
"gatsby-codemods": "^1.1.22",
"gatsby-image": "^2.2.40",
"gatsby-link": "^2.2.29",
"gatsby-plugin-breadcrumb": "^9.0.3",
"gatsby-plugin-catch-links": "^2.1.25",
"gatsby-plugin-google-analytics": "^2.1.35",
"gatsby-plugin-intl": "^0.3.3",
"gatsby-plugin-layout": "^1.1.22",
"gatsby-plugin-less": "^3.0.19",
"gatsby-plugin-lodash": "^4.12.0",
"gatsby-plugin-manifest": "^2.2.41",
"gatsby-plugin-mdx": "^1.1.11",
"gatsby-plugin-netlify": "^2.11.1",
"gatsby-plugin-nprogress": "^2.1.21",
"gatsby-plugin-offline": "^3.0.34",
"gatsby-plugin-react-helmet": "^3.1.22",
"gatsby-plugin-sharp": "^2.4.5",
"gatsby-plugin-sitemap": "^2.2.27",
"gatsby-plugin-styled-components": "^3.1.19",
"gatsby-plugin-svgr": "^2.0.2",
"gatsby-plugin-transition-link": "^1.17.8",
"gatsby-remark-copy-linked-files": "^2.1.37",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^3.1.44",
"gatsby-remark-prismjs": "^3.3.31",
"gatsby-remark-responsive-iframe": "^2.2.32",
"gatsby-remark-smartypants": "^2.1.21",
"gatsby-source-filesystem": "^2.1.48",
"gatsby-transformer-sharp": "^2.3.14",
"gsap": "^3.3.4",
"js-yaml": "^3.13.1",
"less": "^3.11.1",
"localstorage-memory": "^1.0.3",
"lodash": "^4.17.21",
"moment": "^2.25.3",
"normalize.css": "^8.0.1",
"prismjs": "^1.19.0",
"prop-types": "^15.7.2",
"qs": "^6.9.1",
"query-string": "^6.13.1",
"rc-queue-anim": "^1.8.5",
"rc-scroll-anim": "^2.7.4",
"rc-tween-one": "^2.6.8",
"react": "^16.12.0",
"react-addons-perf": "^15.4.2",
"react-beautiful-dnd": "^13.1.0",
"react-chartjs-2": "^3.0.5",
"react-codemirror": "^1.0.0",
"react-dom": "^16.12.0",
"react-facebook": "^8.1.4",
"react-helmet": "^5.2.1",
"react-icons": "^3.9.0",
"react-instantsearch": "^6.3.0",
"react-lottie": "^1.2.3",
"react-md-spinner": "^1.0.0",
"react-moment": "^0.9.7",
"react-obfuscate": "^3.6.6",
"react-particles-js": "^2.7.1",
"react-quill": "^2.0.0-beta.2",
"react-share": "^4.0.1",
"react-typography": "^0.16.20",
"react-visibility-sensor": "^5.1.1",
"styled-components": "^5.0.1",
"tinycolor2": "^1.4.1",
"typeface-open-sans": "^0.0.75",
"typography": "^0.16.21",
"video.js": "^7.17.0",
"videojs-youtube": "^2.6.1",
"yaml-loader": "^0.5.0"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/eslint-parser": "^7.13.14",
"@babel/eslint-plugin": "^7.13.10",
"@formatjs/cli": "^4.2.7",
"@mapbox/stylelint-processor-arbitrary-tags": "^0.3.0",
"@storybook/addon-actions": "^6.0.22",
"@storybook/addon-essentials": "^6.0.22",
"@storybook/addon-links": "^6.0.22",
"@storybook/react": "^6.0.22",
"auth0-deploy-cli": "^7.14.1",
"babel-loader": "^8.1.0",
"babel-plugin-dynamic-import-webpack": "^1.1.0",
"babel-plugin-import": "^1.13.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-webpack-plugin": "^0.1.1",
"core-js": "^3.6.5",
"dotenv": "^8.2.0",
"eslint": "^7.23.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-graphql": "^3.1.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.7.0",
"json-loader": "^0.5.7",
"npm-check": "^5.9.0",
"postcss": "^7.0.26",
"postcss-cli": "^7.1.0",
"postcss-cssnext": "^3.1.0",
"postcss-custom-properties": "^9.0.2",
"postcss-custom-selectors": "^5.1.2",
"postcss-easy-media-query": "^1.0.0",
"postcss-load-plugins": "^2.3.0",
"postcss-loader": "^3.0.0",
"postcss-media-variables": "^2.0.1",
"postcss-nested": "^4.2.1",
"postcss-sorting": "^5.0.1",
"postcss-text-remove-gap": "^1.1.1",
"postcss-utilities": "^0.8.4",
"precss": "^4.0.0",
"prettier": "^1.19.1",
"react-is": "^16.13.1",
"sharp-cli": "^1.13.1",
"stylelint": "^13.1.0",
"stylelint-config-css-modules": "^2.2.0",
"stylelint-config-standard": "^20.0.0",
"webpack": "^4.41.6",
"webpack-bundle-analyzer": "^3.6.0"
}
}