-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 905 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 905 Bytes
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
{
"name": "jumble-site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p $PORT",
"lint": "next lint"
},
"dependencies": {
"@auth0/nextjs-auth0": "^1.9.1",
"@headlessui/react": "^1.6.6",
"algoliasearch": "^4.14.2",
"auth0": "^2.42.0",
"axios": "^0.27.2",
"discord-markdown": "^2.5.1",
"isomorphic-dompurify": "^0.20.0",
"mongodb": "^4.7.0",
"next": "12.2.0",
"prettier": "^2.7.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hotjar": "^5.0.0",
"react-icons": "^4.4.0",
"react-instantsearch-hooks-web": "^6.30.3",
"react-modal": "^3.15.1",
"sharp": "^0.31.0"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"eslint": "8.19.0",
"eslint-config-next": "12.2.0",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.5"
}
}