-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
150 lines (150 loc) · 4.69 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
{
"name": "waweb",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test"
},
"private": true,
"dependencies": {
"@emotion/react": "^11.7.0",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.6.0",
"@graphql-modules/core": "0.7.17",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@popperjs/core": "~2.11.0",
"@teambit/legacy-bit-id": "^0.0.386",
"clsx": "^1.1.1",
"copy-to-clipboard": "^3.3.1",
"core-js": "^3.19.2",
"crypto-browserify": "^3.12.0",
"duration": "0.2.2",
"express-graphql": "0.12.0",
"formik": "^1.5.8",
"gatsby": "4.3.0",
"gatsby-plugin-emotion": "^7.3.0",
"gatsby-plugin-image": "2.3.0",
"gatsby-plugin-manifest": "4.3.0",
"gatsby-plugin-mdx": "^3.3.0",
"gatsby-plugin-offline": "5.3.0",
"gatsby-plugin-react-helmet": "5.3.0",
"gatsby-plugin-sharp": "4.3.0",
"gatsby-plugin-svgr": "3.0.0-beta.0",
"gatsby-plugin-typescript": "^4.3.0",
"gatsby-remark-copy-linked-files": "^5.3.0",
"gatsby-source-filesystem": "4.3.0",
"gatsby-transformer-remark": "^5.3.0",
"gatsby-transformer-sharp": "4.3.0",
"graphql": "14.7.0",
"graphql-request": "3.6.1",
"graphql-subscriptions": "1.2.1",
"graphql-tag": "2.12.6",
"graphql-tools": "6.2.6",
"graphql-type-json": "0.3.2",
"har-validator": "^5.1.5",
"humanize-duration": "^3.27.0",
"javascript-time-ago": "^2.3.10",
"lodash.debounce": "^4.0.8",
"markdown-to-jsx": "7.1.5",
"number-abbreviate": "^2.0.0",
"path-browserify": "^1.0.1",
"prism-react-renderer": "^1.2.1",
"prop-types": "15.7.2",
"rc-tooltip": "^4.2.3",
"react": "17.0.2",
"react-animate-height": "2.0.23",
"react-create-ref": "^1.0.1",
"react-dom": "17.0.2",
"react-helmet": "^6.1.0",
"react-live": "^2.3.0",
"react-markdown": "6.0.3",
"react-onclickoutside": "^6.12.1",
"react-slick": "^0.28.1",
"react-syntax-highlighter": "^13.5.3",
"react-use-dimensions": "^1.2.1",
"regenerator-runtime": "0.13.9",
"rehype-slug": "^5.0.0",
"reset-css": "^5.0.1",
"resize-observer-polyfill": "^1.5.1",
"tslib": "^2.3.1",
"typewriter-effect": "2.18.2",
"url-parse": "^1.5.3",
"use-debounce": "^7.0.1",
"use-deep-compare": "1.1.0",
"webpack": "~5.64.4",
"yup": "^0.32.11"
},
"devDependencies": {
"@nrwl/cli": "13.2.3",
"@nrwl/cypress": "13.2.3",
"@nrwl/eslint-plugin-nx": "13.2.3",
"@nrwl/gatsby": "13.2.3",
"@nrwl/jest": "13.2.3",
"@nrwl/linter": "13.2.3",
"@nrwl/node": "^13.2.3",
"@nrwl/nx-cloud": "^12.5.4",
"@nrwl/react": "13.2.3",
"@nrwl/tao": "13.2.3",
"@nrwl/web": "13.2.3",
"@nrwl/workspace": "13.2.3",
"@testing-library/jest-dom": "^5.15.1",
"@testing-library/react": "12.1.2",
"@testing-library/react-hooks": "7.0.2",
"@testing-library/user-event": "^12.8.3",
"@types/chai": "^4.2.22",
"@types/humanize-duration": "^3.27.0",
"@types/javascript-time-ago": "^2.0.3",
"@types/jest": "27.0.3",
"@types/lodash.debounce": "^4.0.6",
"@types/mdx": "^2.0.1",
"@types/mdx-js__react": "1.5.5",
"@types/mocha": "^8.2.3",
"@types/node": "16.11.11",
"@types/react": "17.0.37",
"@types/react-dom": "17.0.11",
"@types/react-helmet": "^6.1.4",
"@types/react-onclickoutside": "^6.7.4",
"@types/react-slick": "^0.23.7",
"@types/react-syntax-highlighter": "13.5.2",
"@types/sinon": "^9.0.11",
"@types/url-parse": "^1.4.5",
"@types/yup": "^0.29.13",
"@typescript-eslint/eslint-plugin": "~4.33.0",
"@typescript-eslint/parser": "~4.33.0",
"babel-jest": "27.4.2",
"babel-plugin-module-resolver": "4.1.0",
"babel-preset-gatsby": "2.3.0",
"chai": "^4.3.4",
"cypress": "^8.7.0",
"dependency-cruiser": "^11.0.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.27.1",
"eslint-plugin-react-hooks": "4.3.0",
"gatsby-plugin-dts-css-modules": "^2.2.0",
"gatsby-plugin-sass": "5.3.0",
"jest": "27.4.3",
"nx-stylelint": "^13.0.1",
"prettier": "^2.5.0",
"react-test-renderer": "17.0.2",
"sass": "1.44.0",
"stylelint": "^14.1.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^24.0.0",
"ts-jest": "27.0.7",
"typescript": "~4.5.2"
},
"resolutions": {
"remark-mdxjs/@babel/core": "^7.16.0",
"remark-mdx/@babel/core": "^7.16.0",
"@mdx-js/mdx/@babel/core": "^7.16.0"
},
"packageManager": "yarn@3.1.0"
}