-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.01 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.01 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
66
67
68
{
"name": "pleas-ask-me",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev-turbo": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write .",
"prepare": "husky install",
"storybook": "storybook dev -p 6006",
"test-dev": "jest --watch",
"test": "jest --coverage",
"build-storybook": "storybook build",
"test-storybook": "test-storybook"
},
"dependencies": {
"@egoist/tailwindcss-icons": "^1.2.0",
"@hookform/error-message": "^2.0.1",
"@iconify/json": "^2.2.120",
"@nextui-org/react": "^2.1.13",
"@types/react-dom": "18.2.7",
"antd": "^5.10.0",
"autoprefixer": "10.4.15",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"firebase": "^10.4.0",
"framer-motion": "^10.16.4",
"next": "13.4.19",
"next-auth": "^4.23.1",
"postcss": "8.4.29",
"prettier": "^3.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.47.0",
"tailwindcss": "3.3.3"
},
"devDependencies": {
"@storybook/addon-coverage": "^0.0.9",
"@storybook/addon-essentials": "^7.4.4",
"@storybook/addon-interactions": "^7.4.4",
"@storybook/addon-links": "^7.4.4",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/addon-styling": "^1.3.7",
"@storybook/blocks": "^7.4.4",
"@storybook/nextjs": "^7.4.4",
"@storybook/react": "^7.4.4",
"@storybook/test-runner": "^0.13.0",
"@storybook/testing-library": "^0.2.1",
"@testing-library/cypress": "^10.0.1",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@types/node": "20.6.0",
"@types/react": "18.2.21",
"chromatic": "^7.2.0",
"cypress": "^13.2.0",
"cypress-social-logins": "^1.14.1",
"eslint-plugin-storybook": "^0.6.14",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"playwright": "^1.38.1",
"storybook": "^7.4.4",
"typescript": "5.2.2"
}
}