-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.29 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
{
"name": "beatroulette-2-0",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^1.0.6",
"@mantine/core": "^4.1.4",
"@mantine/dates": "^4.1.4",
"@mantine/dropzone": "^4.1.4",
"@mantine/form": "^4.1.4",
"@mantine/hooks": "^4.1.4",
"@mantine/modals": "^4.2.4",
"@mantine/next": "^4.1.4",
"@mantine/notifications": "^4.1.4",
"@mantine/prism": "^4.1.4",
"@mantine/rte": "^4.1.4",
"@mantine/spotlight": "^4.1.4",
"dayjs": "^1.11.1",
"firebase": "^9.6.11",
"formik": "^2.2.9",
"framer-motion": "^6.3.1",
"next": "12.1.5",
"react": "18.0.0",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "18.0.0",
"react-firebase-hooks": "^5.0.3",
"react-intersection-observer": "^8.34.0",
"tabler-icons-react": "^1.46.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/node": "17.0.24",
"@types/react": "18.0.5",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-dom": "18.0.1",
"autoprefixer": "^10.4.5",
"eslint": "8.13.0",
"eslint-config-next": "12.1.5",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.24",
"typescript": "4.6.3"
}
}