-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·210 lines (210 loc) · 6.94 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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
{
"name": "zkp",
"version": "0.0.0",
"license": "GPL-3-0-or-later",
"scripts": {
"start": "nx serve",
"build": "pnpm run setup && pnpm nx build thesis --production --verbose",
"test": "nx test",
"scriptx": "TS_NODE_PROJECT=libs/scripts/tsconfig.json ts-node-esm --project=libs/scripts/tsconfig.json --swc",
"scriptp": "TS_NODE_PROJECT=tsconfig.base.json NODE_OPTIONS=\"-r ts-node/register --loader ts-node/esm\" ts-node-esm --swc -P tsconfig.base.json -r tsconfig-paths/register",
"ts-node": "TS_NODE_PROJECT=tsconfig.base.json ts-node-esm --project=libs/scripts/tsconfig.json --swc",
"setup": "tsx libs/scripts/src/lib/setup.ts"
},
"private": true,
"dependencies": {
"@benrbray/mdast-util-cite": "^1.1.0",
"@benrbray/remark-cite": "^1.1.0",
"@chakra-ui/icons": "^2.0.9",
"@chakra-ui/react": "^2.3.1",
"@chakra-ui/theme-tools": "2.0.11",
"@chakra-ui/utils": "^2.0.9",
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"@headlessui-float/react": "^0.8.0",
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^2.0.10",
"@mantine/hooks": "^5.2.5",
"@matejmazur/react-katex": "^3.1.3",
"@mdx-js/react": "^2.1.3",
"@next/bundle-analyzer": "^12.2.5",
"@nivo/core": "^0.79.0",
"@nivo/line": "^0.79.1",
"@nrwl/next": "14.6.4",
"@octokit/graphql": "^5.0.1",
"@primer/octicons-react": "^17.5.0",
"@udecode/plate": "^16.7.0",
"@udecode/plate-basic-marks": "^16.5.0",
"@udecode/plate-font": "^16.5.0",
"@udecode/plate-kbd": "^16.5.0",
"@udecode/plate-ui-font": "^16.5.0",
"@udecode/plate-ui-toolbar": "^16.5.0",
"@uiball/loaders": "^1.2.6",
"axios": "^0.27.2",
"citation-js": "^0.6.4",
"click-to-react-component": "^1.0.8",
"core-js": "^3.25.0",
"date-fns": "^2.29.2",
"date-fns-tz": "^1.3.7",
"diff": "^5.1.0",
"dotenv": "^16.0.2",
"framer-motion": "^7.2.1",
"github-slugger": "^1.4.0",
"gray-matter": "^4.0.3",
"hast-util-to-string": "^2.0.0",
"image-size": "^1.0.2",
"immer": "^9.0.15",
"isomorphic-git": "^1.21.0",
"jsonwebtoken": "^8.5.1",
"katex": "^0.16.2",
"lodash": "^4.17.21",
"nanoid": "^4.0.0",
"next": "12.2.5",
"next-auth": "^4.10.3",
"next-compose-plugins": "^2.2.1",
"next-mdx-remote": "~4.1.0",
"next-translate": "^1.5.0",
"octokit": "^2.0.7",
"orgast-util-to-string": "^0.5.3",
"orgast-util-visit-ids": "^0.5.3",
"prismjs": "^1.29.0",
"re-resizable": "^6.9.9",
"react": "^18.2.0",
"react-cookie": "^4.1.1",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-scroll": "^1.8.7",
"react-use": "^17.4.0",
"readdirp": "^3.6.0",
"redis-om": "^0.3.6",
"regenerator-runtime": "0.13.9",
"rehype-citation": "^0.4.0",
"rehype-katex": "6.0.2",
"rehype-mathjax": "4.0.2",
"rehype-parse": "^8.0.4",
"rehype-react": "7.1.1",
"rehype-stringify": "^9.0.3",
"rehype-url-inspector": "^2.0.2",
"remark": "^14.0.2",
"remark-frontmatter": "^4.0.1",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"remark-mdx": "^2.1.3",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"remark-slate": "^1.8.6",
"remark-slate-transformer": "^0.7.1",
"remark-stringify": "10.0.2",
"remark-wiki-link": "^1.0.4",
"slate": "^0.82.1",
"slate-history": "^0.66.0",
"slate-react": "^0.82.1",
"storybook-addon-swc": "^1.1.8",
"swr": "^1.3.0",
"tailwind-merge": "^1.6.0",
"tslib": "^2.4.0",
"unified": "10.1.2",
"uniorg": "^0.5.3",
"uniorg-attach": "^0.5.3",
"uniorg-extract-keywords": "^0.5.3",
"uniorg-parse": "^0.5.3",
"uniorg-rehype": "^0.5.4",
"uniorg-slug": "^0.5.4",
"unist-util-is": "^5.1.1",
"unist-util-visit": "^4.1.1",
"use-local-storage-state": "^18.1.1",
"zustand": "^4.1.1"
},
"devDependencies": {
"@babel/core": "7.19.0",
"@babel/plugin-transform-runtime": "^7.18.10",
"@babel/preset-typescript": "7.18.6",
"@jscutlery/semver": "^2.27.0",
"@nrwl/cli": "14.6.4",
"@nrwl/cypress": "14.6.4",
"@nrwl/devkit": "^14.6.4",
"@nrwl/eslint-plugin-nx": "14.6.4",
"@nrwl/jest": "14.6.4",
"@nrwl/js": "^14.6.4",
"@nrwl/linter": "14.6.4",
"@nrwl/node": "^14.6.4",
"@nrwl/nx-cloud": "14.6.1",
"@nrwl/react": "14.6.4",
"@nrwl/storybook": "^14.6.4",
"@nrwl/web": "14.6.4",
"@nrwl/workspace": "14.6.4",
"@storybook/addon-essentials": "~6.5.10",
"@storybook/builder-vite": "^0.2.2",
"@storybook/builder-webpack5": "^6.5.10",
"@storybook/core-server": "~6.5.10",
"@storybook/manager-webpack5": "^6.5.10",
"@storybook/react": "~6.5.10",
"@svgr/webpack": "^6.3.1",
"@swc-node/core": "^1.9.0",
"@swc-node/register": "^1.5.1",
"@swc/cli": "^0.1.57",
"@swc/core": "^1.2.248",
"@swc/helpers": "^0.4.11",
"@swc/jest": "0.2.22",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.7",
"@testing-library/react": "13.4.0",
"@types/diff": "^5.0.2",
"@types/github-slugger": "^1.3.0",
"@types/jest": "29.0.0",
"@types/jsonwebtoken": "^8.5.9",
"@types/mdast": "^3.0.10",
"@types/mdx": "^2.0.2",
"@types/node": "18.7.15",
"@types/nodegit": "^0.27.10",
"@types/prismjs": "^1.26.0",
"@types/react": "^18.0.18",
"@types/react-dom": "^18.0.6",
"@types/react-scroll": "^1.8.4",
"@typescript-eslint/eslint-plugin": "~5.36.2",
"@typescript-eslint/parser": "~5.36.2",
"autoprefixer": "^10.4.8",
"babel-jest": "29.0.2",
"babel-loader": "8.2.5",
"cypress": "^10.7.0",
"eslint": "~8.23.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-next": "12.2.5",
"eslint-config-prettier": "8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.1",
"eslint-plugin-react": "7.31.7",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-unicorn": "^43.0.2",
"jest": "^29.0.2",
"jest-fetch-mock": "^3.0.3",
"mdast-util-mdx": "^2.0.0",
"next-typed-api-with-swr": "^1.2.0",
"nx": "14.6.4",
"patch-package": "^6.4.7",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"react-test-renderer": "^18.2.0",
"styled-components": "^5.3.5",
"tailwindcss": "^3.1.8",
"ts-jest": "^28.0.8",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.0",
"tsx": "esbuild-kit/tsx#built/ts-paths",
"typescript": "^4.8.2",
"unist-builder": "^3.0.0",
"url-loader": "^4.1.1",
"webpack-cli": "^4.10.0"
},
"packageManager": "yarn@1.22.1",
"repository": "https://github.com/thomasfkjorna/thesis-visualization",
"author": "Thomas F. K. Jorna <hello@tefkah.com>"
}