-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·170 lines (170 loc) · 5.79 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
{
"name": "TAOA",
"author": "[email protected]",
"repository": {
"type": "git",
"url": "[email protected]:cmrfrd/taoa.git"
},
"version": "0.0.0-development",
"license": "MIT",
"scripts": {
"watch": "tsc --watch --noEmit --project './tsconfig.json'",
"semantic-release": "semantic-release"
},
"resolutions": {
"remark": "13.0.0"
},
"dependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.0",
"@babel/plugin-transform-runtime": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.3.0",
"@loadable/component": "^5.13.1",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@monaco-editor/react": "^4.1.3",
"@raae/gatsby-remark-oembed": "^0.1.1",
"@rebass/forms": "^4.0.6",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@semantic-release/release-notes-generator": "^9.0.1",
"@tanem/react-nprogress": "^3.0.47",
"@theme-ui/components": "^0.13.0",
"@types/mdx-js__react": "^1.5.2",
"@types/node": "^15.12.1",
"@types/react-helmet": "^6.1.1",
"@types/react-outside-click-handler": "^1.3.0",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"ace-builds": "^1.4.12",
"adm-zip": "^0.5.5",
"axios": "^0.27.2",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-emotion": "^11.0.0",
"babel-plugin-styled-components": "^1.11.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-gatsby": "^1.6.0",
"babel-runtime": "^6.26.0",
"commitizen": "^4.2.4",
"conventional-changelog": "^3.1.23",
"conventional-changelog-conventionalcommits": "^4.4.0",
"csstype": "^3.0.8",
"cwebp-bin": "^6.1.1",
"dot-prop": "^6.0.0",
"dotenv": "^10.0.0",
"email-validator": "^2.0.4",
"es6-set": "^0.1.5",
"eslint-config-prettier": "^8.3.0",
"eslint-config-typescript": "^3.0.0",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.0",
"expo-cli": "^4.4.3",
"framer-motion": "^4.1.17",
"gatsby": "^3.14.6",
"gatsby-admin": "^0.24.4",
"gatsby-cli": "^3.6.0",
"gatsby-paginate": "^1.1.0",
"gatsby-plugin-brotli": "^2.0.0",
"gatsby-plugin-config": "^1.0.7",
"gatsby-plugin-csp": "^1.1.3",
"gatsby-plugin-emotion": "^6.6.0",
"gatsby-plugin-feed": "3.6.0",
"gatsby-plugin-google-analytics": "^3.6.0",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-image": "^1.6.0",
"gatsby-plugin-layout": "^2.6.0",
"gatsby-plugin-loadable-components-ssr": "^3.0.0",
"gatsby-plugin-manifest": "^3.6.0",
"gatsby-plugin-mdx": "2.2.0",
"gatsby-plugin-no-javascript": "^2.0.5",
"gatsby-plugin-nprogress": "^3.6.0",
"gatsby-plugin-offline": "^4.6.0",
"gatsby-plugin-preload-fonts": "^2.6.0",
"gatsby-plugin-purgecss": "^6.0.0",
"gatsby-plugin-react-helmet": "^4.6.0",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sass": "^4.6.0",
"gatsby-plugin-sharp": "^3.6.0",
"gatsby-plugin-styled-components": "^4.6.0",
"gatsby-plugin-theme-ui": "^0.13.0",
"gatsby-plugin-typescript": "^3.6.0",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-plugin-webfonts": "^2.1.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.11",
"gatsby-plugin-webpack-bundle-analyzer": "^1.0.5",
"gatsby-react-router-scroll": "^4.6.0",
"gatsby-remark-autolink-headers": "^4.3.0",
"gatsby-remark-check-links": "^2.1.0",
"gatsby-remark-copy-linked-files": "^4.3.0",
"gatsby-remark-embed-video": "^3.1.1",
"gatsby-remark-emojis": "^0.4.2",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "^5.3.0",
"gatsby-remark-katex": "^5.3.0",
"gatsby-remark-numbered-footnotes": "^1.0.0",
"gatsby-remark-prismjs": "^5.3.0",
"gatsby-remark-smartypants": "^4.3.0",
"gatsby-remark-typescript": "^0.2.2",
"gatsby-source-filesystem": "^3.6.0",
"gatsby-source-local-git": "^1.1.1",
"gatsby-transformer-remark": "^4.3.0",
"gatsby-transformer-sharp": "^3.6.0",
"gatsby-transformer-yaml": "^3.6.0",
"gh-pages": "^3.1.0",
"google-fonts-plugin": "^5.0.2",
"install": "^0.13.0",
"jsonp": "^0.2.1",
"katex": "^0.13.11",
"lhci-cli": "0.0.2",
"lighthouse-ci": "^1.12.0",
"lodash": "^4.17.21",
"module-alias": "^2.2.2",
"node-sass": "^6.0.0",
"npm": "^7.16.0",
"prism-react-renderer": "^1.2.1",
"prismjs": "^1.23.0",
"raw-loader": "^4.0.1",
"react": "^17.0.2",
"react-ace": "^9.4.1",
"react-awesome-button": "^6.5.1",
"react-dom": "^17.0.2",
"react-emoji-render": "^1.2.4",
"react-flip-toolkit": "^7.0.9",
"react-helmet": "^6.1.0",
"react-live": "^2.2.3",
"react-loading-skeleton": "^3.1.0",
"react-medium-image-zoom": "^4.3.0",
"react-monaco-editor": "^0.43.0",
"react-outside-click-handler": "^1.2.4",
"react-pose": "^4.0.10",
"react-rewards": "^1.1.1",
"react-scrollbars-custom": "^4.0.21",
"react-spring": "^9.2.1",
"rebass": "^4.0.7",
"rehype-katex": "^5.0.0",
"remark": "^13.0.0",
"remark-emoji": "^2.1.0",
"remark-html-katex": "^3.0.0",
"remark-math": "^3.0.1",
"remark-slug": "^6.0.0",
"request": "^2.88.0",
"semantic-release": "^18.0.1",
"slugify": "^1.3.6",
"styled-components": "^5.2.1",
"theme-ui": "^0.13.0",
"tsconfig-paths": "^3.9.0",
"typescript": "^4.3.2",
"unimported": "^1.9.0",
"webpack-bundle-analyzer": "^4.4.2",
"xterm": "4.5.0",
"xterm-addon-fit": "^0.5.0",
"yarn": "^1.22.10"
}
}