-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
103 lines (103 loc) · 3.2 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": "thismeme-web",
"version": "0.1.0",
"private": true,
"babelMacros": {
"twin": {
"preset": "emotion"
}
},
"scripts": {
"dev": "next dev",
"build": "next build",
"analyze": "ANALYZE=true yarn build",
"start": "next start",
"lint": "next lint",
"tsc": "tsc --noEmit",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"postinstall": "husky install"
},
"dependencies": {
"@egjs/react-infinitegrid": "^4.11.0",
"@emotion/css": "^11.10.5",
"@emotion/react": "^11.10.5",
"@emotion/serialize": "^1.1.1",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@next/bundle-analyzer": "^14.1.0",
"@radix-ui/react-accordion": "^1.0.1",
"@sentry/nextjs": "^7.44.0",
"@tanstack/react-query": "^4.19.1",
"@use-gesture/react": "^10.2.24",
"@zag-js/react": "^0.22.0",
"@zag-js/tags-input": "^0.22.0",
"axios": "^1.2.0",
"firebase": "^10.8.1",
"lottie-web": "^5.10.2",
"next": "latest",
"next-compose-plugins": "^2.2.1",
"next-pwa": "^5.6.0",
"react": "latest",
"react-dom": "latest",
"react-error-boundary": "^3.1.4",
"react-transition-group": "^4.4.5"
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/plugin-syntax-typescript": "^7.20.0",
"@babel/preset-react": "^7.18.6",
"@emotion/serialize": "^1.1.1",
"@storybook/addon-actions": "^6.5.13",
"@storybook/addon-essentials": "^6.5.13",
"@storybook/addon-interactions": "^6.5.13",
"@storybook/addon-links": "^6.5.13",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addon-viewport": "^6.5.13",
"@storybook/builder-webpack5": "^6.5.13",
"@storybook/manager-webpack5": "^6.5.13",
"@storybook/react": "^6.5.13",
"@storybook/testing-library": "^0.0.13",
"@svgr/webpack": "^6.5.1",
"@tailwindcss/line-clamp": "^0.4.2",
"@tanstack/eslint-plugin-query": "^4.15.1",
"@tanstack/react-query-devtools": "^4.19.1",
"@types/kakao-js-sdk": "^1.39.1",
"@types/node": "18.11.9",
"@types/react": "latest",
"@types/react-dom": "latest",
"@types/react-transition-group": "^4.4.5",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"autoprefixer": "^10.4.13",
"babel-loader": "^8.3.0",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-twin": "^1.1.0",
"chromatic": "^6.11.4",
"eslint": "8.22.0",
"eslint-config-next": "latest",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-storybook": "^0.6.7",
"husky": "^8.0.2",
"lint-staged": "^13.0.4",
"msw": "^0.49.1",
"msw-storybook-addon": "^1.6.3",
"postcss": "^8.4.19",
"prettier": "^2.8.0",
"prettier-plugin-tailwindcss": "^0.2.0",
"storybook-addon-next-router": "^4.0.2",
"tailwindcss": "^3.2.4",
"twin.macro": "^3.1.0",
"typescript": "4.9.3",
"util": "^0.12.5"
},
"packageManager": "[email protected]",
"msw": {
"workerDirectory": "public"
}
}