-
-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
122 lines (122 loc) · 3.78 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "next-template",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install",
"test": "jest --watch",
"test:ci": "jest --ci --bail",
"cypress": "cypress open",
"commit": "git-cz",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"email-dev": "email dev",
"email-export": "email export",
"chromatic": "npx chromatic --project-token=f437c284070c"
},
"dependencies": {
"@apollo/client": "^3.7.12",
"@radix-ui/colors": "^0.1.8",
"@radix-ui/react-accordion": "^1.1.1",
"@radix-ui/react-alert-dialog": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.1",
"@radix-ui/react-select": "^1.2.1",
"@react-email/button": "0.0.7",
"@react-email/column": "0.0.7",
"@react-email/components": "^0.0.4",
"@react-email/container": "0.0.8",
"@react-email/head": "0.0.5",
"@react-email/heading": "0.0.8",
"@react-email/hr": "0.0.5",
"@react-email/html": "0.0.4",
"@react-email/img": "0.0.5",
"@react-email/preview": "0.0.5",
"@react-email/section": "0.0.9",
"@react-email/tailwind": "0.0.7",
"@react-email/text": "0.0.5",
"@tailwindcss/line-clamp": "^0.4.2",
"apollo-upload-client": "^17.0.0",
"clsx": "^1.2.1",
"date-fns": "^2.29.3",
"graphql": "^16.6.0",
"next": "13.1.6",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-day-picker": "^8.7.1",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-email": "1.7.15",
"react-hook-form": "^7.44.3",
"react-icons": "^4.7.1",
"react-infinite-scroll-component": "^6.1.0",
"react-input-mask": "^2.0.4",
"react-select": "5.7.2",
"react-toastify": "^9.1.2",
"sweetalert2": "^11.7.3",
"tailwind-merge": "^1.13.2",
"use-debounce": "^9.0.4",
"zod": "^3.21.4",
"zustand": "^4.3.8"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@storybook/addon-essentials": "^7.0.4",
"@storybook/addon-interactions": "^7.0.4",
"@storybook/addon-links": "^7.0.4",
"@storybook/addon-mdx-gfm": "7.0.4",
"@storybook/blocks": "^7.0.4",
"@storybook/nextjs": "^7.0.4",
"@storybook/react": "^7.0.4",
"@storybook/testing-library": "^0.1.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/apollo-upload-client": "^17.0.2",
"@types/jest": "^29.5.0",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "18.13.0",
"@types/node-fetch": "^2.6.2",
"@types/react": "18.0.27",
"@types/react-infinite-scroller": "^1.2.3",
"@types/react-input-mask": "^3.0.2",
"autoprefixer": "^10.4.13",
"babel-loader": "^9.1.2",
"chromatic": "^6.17.3",
"commitizen": "^4.3.0",
"cypress": "^12.9.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-storybook": "^0.6.11",
"husky": "^8.0.3",
"jest": "^29.4.2",
"jest-environment-jsdom": "^29.4.2",
"lint-staged": "^13.1.1",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"storybook": "^7.0.4",
"storybook-addon-designs": "^7.0.0-beta.2",
"tailwindcss": "^3.2.4",
"typescript": "4.9.5"
},
"lint-staged": {
"*.{js,ts,jsx,tsx}": "eslint --cache --fix",
"*.{js,css,mdx,ts,tsx,jsx}": "prettier --write"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"version": "",
"readme": "ERROR: No README data found!",
"_id": "next-template@"
}