-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.6 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
{
"name": "eptss-site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch",
"test-coverage": "jest --coverage",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@babel/core": "^7.24.3",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-radio-group": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.1.5",
"@sentry/nextjs": "^7.107.0",
"@supabase/auth-helpers-nextjs": "^0.10.0",
"@supabase/ssr": "^0.5.1",
"@supabase/supabase-js": "^2.45.4",
"@testing-library/user-event": "^14.5.2",
"@types/seedrandom": "^3.0.8",
"@types/spotify-web-api-node": "^5.0.11",
"chart.js": "latest",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"clsx": "^2.1.0",
"data-uri-to-buffer": "^5.0.1",
"date-fns": "^2.30.0",
"framer-motion": "^9.1.7",
"google-auth-library": "^9.14.1",
"googleapis": "^144.0.0",
"gray-matter": "^4.0.3",
"lucide-react": "^0.445.0",
"next": "^14.1.4",
"nodemailer": "^6.9.13",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.1",
"react-markdown": "^8.0.7",
"remark-gfm": "^3.0.1",
"seedrandom": "^3.0.5",
"spotify-web-api-node": "^5.0.2",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.6.17",
"@storybook/addon-interactions": "^7.6.17",
"@storybook/addon-links": "^7.6.17",
"@storybook/blocks": "^7.0.22",
"@storybook/nextjs": "^7.6.17",
"@storybook/react": "^7.0.22",
"@storybook/testing-library": "^0.0.14-next.2",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@types/node": "18.11.3",
"@types/nodemailer": "^6.4.14",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.18",
"@vanilla-extract/next-plugin": "^2.3.7",
"autoprefixer": "^10.4.19",
"eslint": "8.26.0",
"eslint-config-next": "^14.1.4",
"eslint-plugin-storybook": "^0.6.15",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.38",
"storybook": "^7.6.17",
"supabase": "^1.150.0",
"tailwindcss": "^3.4.1",
"typescript": "5.1.3"
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 2,
"printWidth": 80
}
}