-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
96 lines (96 loc) · 2.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
{
"name": "webtex",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next-remote-watch docs/",
"lint": "next lint",
"check-types": "tsc",
"test": "node --experimental-vm-modules node_modules/.bin/jest",
"build": "next build",
"start": "next start"
},
"engines": {
"node": "^14.17.5"
},
"prisma": {
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
},
"dependencies": {
"@chakra-ui/react": "1.6.6",
"@emotion-icons/boxicons-logos": "3.18.0",
"@emotion-icons/boxicons-regular": "3.18.0",
"@emotion-icons/boxicons-solid": "3.18.0",
"@emotion/react": "11",
"@emotion/styled": "11",
"@feedback-fish/react": "1.2.1",
"@fontsource/inter": "4.5.1",
"@fontsource/jetbrains-mono": "4.5.0",
"@mdx-js/loader": "2.0.0-rc.1",
"@mdx-js/mdx": "2.0.0-rc.1",
"@mdx-js/react": "2.0.0-rc.1",
"@next/mdx": "12.0.2",
"@prisma/client": "3.7.0",
"@react-hook/throttle": "2.2.0",
"@trpc/client": "9.16.0",
"@trpc/next": "9.16.0",
"@trpc/react": "9.16.0",
"@trpc/server": "9.16.0",
"biblatex-csl-converter": "2.0.1",
"citeproc": "2.4.59",
"cross-fetch": "3.1.4",
"framer-motion": "4",
"gray-matter": "4.0.3",
"hash-sum": "2.0.0",
"hastscript": "7.0.2",
"lodash-es": "4.17.21",
"next": "12.0.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-query": "3.34.7",
"rehype-external-links": "1.0.0",
"rehype-katex": "6.0.1",
"rehype-raw": "6.1.0",
"rehype-react": "7.0.1",
"rehype-sanitize": "5.0.0",
"rehype-stringify": "9.0.2",
"remark-directive": "2.0.0",
"remark-frontmatter": "4.0.1",
"remark-gfm": "2.0.0",
"remark-math": "5.1.0",
"remark-parse": "10.0.0",
"remark-rehype": "9.0.0",
"remark-slug": "7.0.1",
"unified": "10.1.0",
"unist-builder": "3.0.0",
"unist-util-modify-children": "3.0.0",
"unist-util-remove": "3.1.0",
"unist-util-visit": "4.0.0",
"unist-util-visit-parents": "5.0.0",
"vfile": "5.0.2",
"zod": "3.11.6"
},
"devDependencies": {
"@babel/core": "7.15.0",
"@next/bundle-analyzer": "11.0.1",
"@types/hash-sum": "1.0.0",
"@types/hast": "2.3.2",
"@types/jest": "26.0.24",
"@types/lodash-es": "4.17.4",
"@types/mdast": "3.0.7",
"@types/node": "17.0.8",
"@types/react": "17.0.11",
"@types/react-dom": "17.0.9",
"@types/unist": "2.0.6",
"dotenv-cli": "4.1.1",
"eslint": "7.29.0",
"eslint-config-next": "11.0.0",
"jest": "27.0.6",
"next-remote-watch": "1.0.0",
"next-transpile-modules": "8.0.0",
"prettier": "2.3.2",
"prisma": "3.7.0",
"ts-node": "10.4.0",
"typescript": "4.3.4"
}
}