-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 823 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 823 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
{
"name": "notes",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"docs": "jsdoc -c jsdoc.conf.json"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^32.0.0",
"@ckeditor/ckeditor5-export-pdf": "^32.0.0",
"@ckeditor/ckeditor5-react": "^4.0.0",
"@fluentui/react": "^8.57.0",
"@supabase/supabase-js": "^1.30.6",
"bcrypt": "^5.0.1",
"jsonwebtoken": "^8.5.1",
"next": "12.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-spinners": "^0.11.0",
"supabase": "^0.5.0"
},
"devDependencies": {
"better-docs": "^1.2.2",
"eslint": "^8.9.0",
"eslint-config-next": "12.1.0",
"jsdoc": "^3.6.10",
"parcel-bundler": "^1.3.1"
}
}