This repository was archived by the owner on Mar 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.14 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
{
"name": "moomin-money",
"homepage": "https://money.5231.kr",
"version": "1.0.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/0420syj/moomin-money.git"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"sb": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test": "jest",
"test:watch": "jest --watch",
"postinstall": "husky install"
},
"dependencies": {
"@radix-ui/react-icons": "^1.3.0",
"@types/node": "20.8.1",
"@types/react": "18.2.38",
"@types/react-dom": "18.2.17",
"@vercel/analytics": "^1.1.1",
"autoprefixer": "10.4.16",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"eslint": "8.54.0",
"eslint-config-next": "13.5.6",
"googleapis": "^128.0.0",
"lucide-react": "^0.293.0",
"next": "13.5.6",
"next-auth": "^4.23.2",
"next-pwa": "^5.6.0",
"postcss": "8.4.31",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-query": "^3.39.3",
"tailwind-merge": "^2.0.0",
"tailwindcss": "3.3.5",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.3.2",
"zustand": "^4.4.6"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.5.3",
"@storybook/addon-interactions": "^7.5.3",
"@storybook/addon-links": "^7.5.3",
"@storybook/blocks": "^7.5.3",
"@storybook/nextjs": "^7.5.3",
"@storybook/react": "^7.5.3",
"@storybook/testing-library": "^0.2.2",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.1.2",
"@types/jest": "^29.5.10",
"dotenv": "^16.3.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-storybook": "^0.6.15",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"storybook": "^7.5.3"
},
"packageManager": "[email protected]",
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"resolutions": {
"tough-cookie": "^4.1.3",
"semver": "^7.5.2",
"word-wrap": "^1.2.4"
}
}