-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·38 lines (38 loc) · 966 Bytes
/
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
{
"name": "memento-mori",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/font": "13.1.5",
"@radix-ui/react-checkbox": "^1.0.2",
"@radix-ui/react-icons": "^1.2.0",
"@radix-ui/react-switch": "^1.0.1",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@vercel/analytics": "^0.1.8",
"eslint": "8.32.0",
"eslint-config-next": "13.1.5",
"moment": "^2.29.4",
"next": "13.1.5",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-feather": "^2.0.10",
"react-modal": "^3.16.1",
"react-select": "^5.7.0",
"react-to-print": "^2.14.11",
"react-uuid": "^2.0.0",
"typescript": "4.9.4"
},
"devDependencies": {
"@types/feather-icons": "^4.29.1",
"@types/react-modal": "^3.13.1"
}
}