-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.35 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
{
"name": "stories.caurea.org",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@babel/core": "^7.23.9",
"@formatjs/intl": "^2.10.0",
"@hapi/accept": "^6.0.3",
"@linaria/babel-preset": "^5.0.4",
"@linaria/core": "^5.0.2",
"@linaria/react": "^5.0.3",
"@linaria/shaker": "^5.0.3",
"@linaria/webpack5-loader": "^5.0.4",
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@next/mdx": "^14.1.0",
"@timvir/mdx": "^0.2.12",
"@types/mdx": "^2.0.11",
"@types/node": "^20.11.17",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/unist": "^3.0.2",
"@vercel/speed-insights": "^1.0.9",
"feed": "^4.2.2",
"fp-ts": "^2.16.2",
"immer": "^10.0.3",
"io-ts": "^2.2.21",
"io-ts-types": "^0.5.19",
"monocle-ts": "^2.3.13",
"nanoid": "^5.0.5",
"newtype-ts": "^0.3.5",
"next": "^14.1.0",
"next-with-linaria": "^0.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"react-hotkeys-hook": "^4.5.0",
"react-intl": "^6.6.2",
"remark-mdx": "^3.0.0",
"remark-parse": "^11.0.0",
"timvir": "^0.2.12",
"typescript": "^5.3.3",
"unified": "^11.0.4",
"use-immer": "^0.9.0",
"webpack": "^5.90.1"
}
}