-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.69 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.69 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
{
"name": "ase_2024_group_b",
"version": "0.1.0",
"module": "true",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test": "jest"
},
"dependencies": {
"@faker-js/faker": "^9.2.0",
"ajv": "^8.17.1",
"ajv-keywords": "^5.1.0",
"autoprefixer": "^10.4.20",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"clsx": "^2.1.1",
"cookie": "^1.0.1",
"dotenv": "^16.4.5",
"faker": "^5.5.3",
"framer-motion": "^11.11.9",
"he": "^1.2.0",
"jose": "^5.9.6",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"keyv": "^5.1.2",
"lucide-react": "^0.453.0",
"mongodb": "^6.10.0",
"next": "^14.2.16",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sonner": "^1.7.0",
"tailwind": "^4.0.0",
"tailwind-merge": "^2.5.5"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.9.0",
"@storybook/addon-essentials": "^8.3.6",
"@storybook/addon-interactions": "^8.3.6",
"@storybook/addon-links": "^8.3.6",
"@storybook/addon-onboarding": "^8.3.6",
"@storybook/addon-styling-webpack": "^1.0.0",
"@storybook/blocks": "^8.3.6",
"@storybook/nextjs": "^8.3.6",
"@storybook/react": "^8.3.6",
"@storybook/test": "^8.3.6",
"eslint": "^8",
"eslint-config-next": "^14.2.15",
"eslint-plugin-storybook": "^0.10.1",
"jest": "^29.7.0",
"mongodb-memory-server": "^10.1.2",
"postcss": "^8.4.47",
"storybook": "^8.3.6",
"supertest": "^7.0.0",
"tailwind": "^4.0.0",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
}
}