-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.49 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
{
"name": "agenda-builder",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write ."
},
"dependencies": {
"@chakra-ui/icons": "^2.0.17",
"@chakra-ui/react": "^2.5.1",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@next-auth/mongodb-adapter": "^1.1.1",
"@next/font": "^13.3.0",
"axios": "^1.6.0",
"bcryptjs": "^2.4.3",
"chrono-node": "^2.6.3",
"compromise": "^14.8.2",
"daisyui": "^2.51.3",
"eslint": "8.34.0",
"eslint-config-next": "13.2.1",
"formik": "^2.2.9",
"framer-motion": "^10.5.0",
"googleapi": "^1.0.2",
"googleapis": "^118.0.0",
"mongodb": "^4.1.1",
"mongoose": "^7.0.1",
"nanoid": "^4.0.1",
"natural": "^6.2.0",
"next": "13.2.1",
"next-auth": "^4.20.1",
"nextjs-progressbar": "^0.0.16",
"node-nlp": "^4.26.1",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-contextmenu": "2.14.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.8.0",
"react-infinite-scroll-component": "^6.1.0",
"react-modal": "^3.16.1",
"react-redux": "^8.0.5",
"react-scroll": "^1.8.9",
"swr": "^2.1.5",
"unsplash-js": "^7.0.15"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"prettier": "2.8.4",
"tailwindcss": "^3.2.7",
"typescript": "5.0.4"
}
}