-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
90 lines (90 loc) · 2.89 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
{
"name": "axross.dev",
"version": "4.2.0",
"private": true,
"scripts": {
"dev:app": "next dev",
"dev:sb": "storybook dev -p 6006",
"format": "prettier . --write",
"lint": "eslint ."
},
"dependencies": {
"@formatjs/intl-localematcher": "^0.5.2",
"@heroicons/react": "^2.1.1",
"@next/third-parties": "^14.1.0",
"@notionhq/client": "^2.2.14",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@sentry/nextjs": "^7.99.0",
"@tailwindcss/typography": "^0.5.10",
"@wooorm/starry-night": "^3.2.0",
"cheerio": "^1.0.0-rc.12",
"clsx": "^2.1.0",
"date-fns": "^3.3.1",
"i18next": "^23.8.3",
"i18next-http-backend": "^2.4.3",
"i18next-resources-to-backend": "^1.2.0",
"mdast-util-to-string": "^4.0.0",
"negotiator": "^0.6.3",
"next": "^14.1.0",
"notion-to-md": "^3.1.1",
"react": "^18",
"react-dom": "^18",
"react-i18next": "^14.0.3",
"react-top-loading-bar": "github:klendi/react-top-loading-bar",
"rehype-react": "^8.0.0",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.0.0",
"server-only": "^0.0.1",
"sharp": "^0.33.1",
"unified": "^11.0.4",
"unist-util-visit": "^5.0.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@axross/eslint-config": "^2.14.0",
"@eslint/js": "^8.56.0",
"@sentry/types": "^7.99.0",
"@storybook/addon-essentials": "8.0.0-alpha.11",
"@storybook/addon-interactions": "8.0.0-alpha.11",
"@storybook/addon-links": "8.0.0-alpha.11",
"@storybook/addon-themes": "8.0.0-alpha.11",
"@storybook/blocks": "8.0.0-alpha.11",
"@storybook/nextjs": "8.0.0-alpha.11",
"@storybook/react": "8.0.0-alpha.11",
"@storybook/test": "8.0.0-alpha.11",
"@tailwindcss/container-queries": "^0.1.1",
"@types/dom-navigation": "^1.0.3",
"@types/hast": "^3.0.3",
"@types/negotiator": "^0.6.3",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"autoprefixer": "^10.0.1",
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-compat": "^4.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-next": "^0.0.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-tailwindcss": "^3.13.1",
"eslint-plugin-unicorn": "^50.0.1",
"globals": "^13.24.0",
"postcss": "^8",
"prettier-plugin-tailwindcss": "^0.5.11",
"schema-dts": "^1.1.2",
"storybook": "8.0.0-alpha.11",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}