-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.2 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
{
"name": "notes",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write ./src/**/*.{ts,js,tsx,json}"
},
"dependencies": {
"@ckeditor/ckeditor5-build-balloon": "^41.4.2",
"@ckeditor/ckeditor5-react": "^6.3.0",
"@uidotdev/usehooks": "^2.4.1",
"dayjs": "^1.11.11",
"dexie": "^4.0.4",
"dexie-react-hooks": "^1.1.7",
"next": "14.2.3",
"next-nprogress-bar": "^2.3.12",
"next-pwa": "^5.6.0",
"next-themes": "^0.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-select": "^5.8.0",
"react-toastify": "^10.0.5",
"tailwindcss": "3.4.3",
"typescript": "5.4.5",
"workbox-window": "^7.1.0"
},
"devDependencies": {
"@types/next-pwa": "^5.6.9",
"@types/node": "20.12.12",
"@types/react": "18.3.2",
"@types/react-dom": "18.3.0",
"@types/workbox-sw": "^4.3.7",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "10.4.19",
"eslint": "8.47.0",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"postcss": "8.4.38",
"prettier": "^3.2.5"
}
}