-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.63 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
{
"name": "yapp23rd_web2",
"version": "0.0.0",
"engines": {
"node": ">=20"
},
"scripts": {
"dev": "open http://localhost:3000 && next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "if [ -z \"$PNPM_HOME\" ]; then husky install ; fi",
"postinstall": "if [ -z \"$PNPM_HOME\" ]; then husky install ; fi",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"template": "plop"
},
"dependencies": {
"@next/third-parties": "^14.1.0",
"@storybook/addon-actions": "^7.6.10",
"@svgr/webpack": "^8.1.0",
"@tanstack/react-query": "^5.17.9",
"@types/js-cookie": "^3.0.6",
"@types/react-responsive-masonry": "^2.1.3",
"@vanilla-extract/css": "^1.14.0",
"@vanilla-extract/dynamic": "^2.1.0",
"@vanilla-extract/recipes": "^0.5.1",
"@vanilla-extract/sprinkles": "^1.6.1",
"axios": "^1.6.2",
"clsx": "^2.0.0",
"dayjs": "^1.11.10",
"framer-motion": "^10.18.0",
"hanspell": "^0.9.7",
"js-cookie": "^3.0.5",
"ko": "link:dayjs/locale/ko",
"next": "14.0.3",
"notion-client": "^6.16.0",
"notion-types": "^6.16.0",
"react": "^18",
"react-dom": "^18",
"react-notion-x": "^6.16.0",
"react-responsive-masonry": "^2.1.7",
"simplebar-react": "^3.2.4",
"zustand": "^4.4.7"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@storybook/addon-essentials": "^7.6.4",
"@storybook/addon-interactions": "^7.6.4",
"@storybook/addon-links": "^7.6.4",
"@storybook/blocks": "^7.6.4",
"@storybook/nextjs": "^7.6.4",
"@storybook/react": "^7.6.4",
"@storybook/test": "^7.6.4",
"@tanstack/eslint-plugin-query": "^5.12.1",
"@tanstack/react-query-devtools": "^5.14.1",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@vanilla-extract/next-plugin": "^2.1.2",
"@vanilla-extract/webpack-plugin": "^2.3.1",
"chromatic": "^10.1.0",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-unused-imports": "^3.0.0",
"husky": "^8.0.0",
"lint-staged": "^15.2.0",
"mini-css-extract-plugin": "^2.7.6",
"plop": "^4.0.1",
"prettier": "^3.1.0",
"storybook": "^7.6.4",
"typescript": "^5"
}
}