-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.02 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 2.02 KB
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
{
"name": "lettering",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@next/third-parties": "^14.2.5",
"axios": "^1.7.7",
"babel-plugin-transform-remove-console": "^6.9.4",
"browser-image-compression": "^2.0.2",
"cookie": "^1.0.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"framer-motion": "^11.4.0",
"js-cookie": "^3.0.5",
"next": "14.2.5",
"next-compose-plugins": "^2.2.1",
"next-plugin-graphql": "^0.0.2",
"react": "^18",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18",
"react-input-slider": "^6.0.1",
"react-slick": "^0.30.2",
"react-swipeable": "^7.0.1",
"react-use-measure": "^2.1.1",
"react-window": "^1.8.10",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0",
"slick-carousel": "^1.8.1",
"styled-components": "^6.1.12"
},
"devDependencies": {
"@chromatic-com/storybook": "^4.0.0",
"@storybook/addon-a11y": "^9.0.10",
"@storybook/addon-docs": "^9.0.10",
"@storybook/addon-onboarding": "^9.0.10",
"@storybook/nextjs": "^9.0.10",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18",
"@types/react-slick": "^0.23.13",
"@types/react-window": "^1.8.8",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"eslint-plugin-storybook": "^9.0.10",
"next-pwa": "^5.6.0",
"storybook": "^9.0.10",
"typescript": "^5"
},
"description": "- 프레임워크: Next.js\r - 언어: TypeScript\r - 패키지 매니저: npm\r - CSS 프레임워크: styled-components\r - 전역상태관리: Recoil\r - 통신: Axios\r - 그외: Lint & Prettier",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC"
}