-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
103 lines (103 loc) · 3.12 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
{
"name": "jaehan-blog",
"description": "Jae han's dev blog by Remix v2",
"private": true,
"sideEffects": true,
"type": "module",
"version": "2.0.0",
"keywords": [
"remix",
"dev",
"blog",
"송재한",
"jae han",
"wisesaturn"
],
"author": "Song Jae Han",
"license": "MIT",
"scripts": {
"build": "remix build",
"dev": "remix dev --manual",
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
"start": "remix-serve ./build/index.js",
"typecheck": "tsc",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@giscus/react": "^3.0.0",
"@notionhq/client": "^2.2.10",
"@remix-run/css-bundle": "^2.9.1",
"@remix-run/node": "^2.9.1",
"@remix-run/react": "^2.9.1",
"@remix-run/serve": "^2.9.1",
"@remix-run/vercel": "^1.19.3",
"@vercel/node": "^2.15.8",
"@vercel/speed-insights": "^1.0.10",
"firebase": "^10.7.2",
"isbot": "^4.1.0",
"notion-to-md": "^3.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"sass": "^1.82.0",
"@babel/core": "^7.24.4",
"@babel/preset-react": "^7.24.1",
"@chromatic-com/storybook": "^1.2.18",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@remix-run/dev": "^2.9.1",
"@storybook/addon-essentials": "^8.0.0",
"@storybook/addon-interactions": "^8.0.0",
"@storybook/addon-links": "^8.0.0",
"@storybook/addon-onboarding": "^8.0.0",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addon-themes": "^8.0.1",
"@storybook/addon-viewport": "^8.0.0",
"@storybook/addon-webpack5-compiler-swc": "^1.0.2",
"@storybook/addons": "^7.6.17",
"@storybook/blocks": "^8.0.0",
"@storybook/react": "^8.0.0",
"@storybook/react-webpack5": "^8.0.0",
"@storybook/test": "^8.0.0",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@vercel/analytics": "^1.2.2",
"autoprefixer": "^10.4.14",
"chalk": "^5.3.0",
"dotenv": "^16.4.5",
"eslint": "^8.38.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"framer-motion": "^11.0.14",
"postcss": "^8.4.27",
"prettier": "^3.0.1",
"rehype-mathjax": "^4.0.3",
"rehype-prism-plus": "^1.6.3",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^9.0.3",
"remark-breaks": "^3.0.3",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"sharp": "^0.33.3",
"storybook": "^8.0.0",
"tailwindcss": "^3.3.3",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.1.6"
},
"engines": {
"node": ">=18.0.0"
}
}