-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
56 lines (56 loc) · 1.46 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
{
"name": "clicknotes",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.17",
"@ionic/react": "^7.2.0",
"@next-auth/mongodb-adapter": "^1.1.3",
"@notionhq/client": "^2.2.4",
"@react-icons/all-files": "^4.1.0",
"@types/node": "18.16.2",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"@vercel/analytics": "^1.0.2",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"crypto-js": "^4.1.1",
"dotenv": "^16.3.1",
"eslint": "8.39.0",
"eslint-config-next": "13.3.1",
"flowbite": "^1.6.5",
"ioredis": "^5.3.2",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"mongodb": "^5.3.0",
"next": "13.3.1",
"next-auth": "^4.22.1",
"next-pwa": "^5.6.0",
"notion-client": "^6.16.0",
"postcss": "8.4.23",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.12.0",
"redis": "^4.6.6",
"tailwindcss": "3.3.2",
"typescript": "5.0.4"
},
"engines": {
"node": ">=14.0.0"
},
"devDependencies": {
"@types/crypto-js": "^4.1.1",
"@types/js-cookie": "^3.0.3",
"@types/lodash": "^4.14.198"
}
}