-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.12 KB
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
{
"name": "triplanit",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@date-io/date-fns": "2.14.0",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@fortawesome/fontawesome-svg-core": "6.1.2",
"@fortawesome/free-regular-svg-icons": "^6.1.2",
"@fortawesome/free-solid-svg-icons": "6.1.2",
"@fortawesome/react-fontawesome": "0.2.0",
"@headlessui/react": "^1.6.6",
"@mui/material": "5.10.0",
"@mui/x-date-pickers": "5.0.0-beta.4",
"date-fns": "2.29.1",
"dayjs": "1.11.4",
"luxon": "2.5.0",
"moment": "2.29.4",
"next": "12.2.4-canary.9",
"next-auth": "^4.10.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.34.2",
"react-kakao-maps-sdk": "^1.1.2"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.10.0",
"autoprefixer": "10.4.8",
"eslint": "8.21.0",
"eslint-config-next": "12.2.3",
"postcss": "8.4.14",
"postcss-nesting": "10.1.10",
"tailwindcss": "3.1.7"
}
}