-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
59 lines (59 loc) · 1.58 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
{
"name": "daily.place",
"version": "4.2.0",
"description": "Create your perfect space to focus on your daily tasks.",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"tsc": "tsc"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@mantine/carousel": "^5.10.3",
"@mantine/core": "^5.10.3",
"@mantine/form": "^5.10.3",
"@mantine/hooks": "^5.10.3",
"@mantine/next": "^5.10.3",
"@mantine/notifications": "^5.10.3",
"@next/font": "^13.1.6",
"@sendgrid/mail": "^7.7.0",
"@splitbee/web": "^0.3.0",
"@tabler/icons": "^1.119.0",
"@types/react-beautiful-dnd": "^13.1.8",
"@vercel/analytics": "^0.1.11",
"@vercel/og": "^0.5.4",
"cookies-next": "^2.1.1",
"date-fns": "^2.29.3",
"datocms-structured-text-to-html-string": "^2.1.11",
"embla-carousel-react": "^7.0.9",
"eslint": "8.33.0",
"eslint-config-next": "14.0.4",
"linkify-html": "^4.1.0",
"linkifyjs": "^4.1.0",
"next": "13.1.6",
"next-pwa": "^5.6.0",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "18.2.0",
"react-player": "^2.12.0"
},
"eslintConfig": {
"extends": "universe/web"
},
"devDependencies": {
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"eslint-config-universe": "^12.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"typescript": "^5.3.3"
}
}