-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.31 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.31 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
{
"name": "thullo",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.4.2",
"@supabase/supabase-js": "^1.29.1",
"axios": "^0.24.0",
"chance": "^1.1.8",
"cloudinary": "^1.28.0",
"date-fns": "^2.28.0",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"formik": "^2.2.9",
"lodash.differenceby": "^4.8.0",
"next": "12.0.3",
"pexels": "^1.3.0",
"react": "17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "17.0.2",
"react-hot-toast": "^2.1.1",
"react-icons": "^4.3.1",
"react-query": "^3.34.7",
"use-onclickoutside": "^0.4.0"
},
"devDependencies": {
"@svgr/webpack": "^5.5.0",
"@tailwindcss/typography": "^0.5.0",
"@types/chance": "^1.1.3",
"@types/draft-js": "^0.11.8",
"@types/draftjs-to-html": "^0.8.1",
"@types/lodash.differenceby": "^4.8.6",
"@types/node": "16.11.6",
"@types/react": "17.0.34",
"@types/react-beautiful-dnd": "^13.1.2",
"autoprefixer": "^10.4.0",
"eslint": "7.32.0",
"eslint-config-next": "12.0.3",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.3",
"tailwindcss": "^3.0.7",
"typescript": "4.4.4"
}
}