-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.06 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
{
"name": "tasks",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "tsc --noEmit && next lint"
},
"dependencies": {
"@aws-amplify/ui-react": "^5.3.1",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.5.4",
"aws-amplify": "^5.3.11",
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.11.1",
"clsx": "^2.0.0",
"lodash-es": "^4.17.21",
"next": "^13.5.4",
"next-mdx-remote": "^4.4.1",
"next-pwa": "^5.6.0",
"react": "^18",
"react-dnd": "^16.0.1",
"react-dnd-touch-backend": "^16.0.1",
"react-dom": "^18",
"rehype-class-names": "^1.0.14",
"rehype-external-links": "^3.0.0",
"remark-gfm": "^4.0.0",
"remark-heading-id": "^1.0.1"
},
"devDependencies": {
"@types/lodash-es": "^4.17.9",
"@types/node": "^18",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "^13.5.4",
"prettier": "^3.0.3",
"typescript": "^5"
}
}