-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.29 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
43
44
45
46
47
48
49
50
51
{
"name": "starter-template-with-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.0.2",
"@radix-ui/react-select": "^1.2.0",
"@radix-ui/react-tooltip": "^1.0.4",
"@types/node": "18.14.2",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"axios": "^1.3.4",
"clsx": "^1.2.1",
"date-fns": "^2.29.3",
"eslint": "8.35.0",
"eslint-config-next": "13.2.1",
"formik": "^2.2.9",
"framer-motion": "^10.0.1",
"i": "^0.3.7",
"iconoir-react": "^6.3.0",
"install": "^0.13.0",
"lodash": "^4.17.21",
"luxon": "^3.2.1",
"markdown-to-txt": "^2.0.1",
"next": "13.2.1",
"npm": "^9.5.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hotkeys-hook": "^4.3.7",
"react-infinite-scroll-component": "^6.1.0",
"swr": "^2.0.4",
"tailwind-merge": "^1.10.0",
"tailwindcss-animate": "^1.0.5",
"typescript": "4.9.5",
"yup": "^1.0.2"
},
"devDependencies": {
"@svgr/webpack": "^6.5.1",
"@types/lodash": "^4.14.191",
"@types/luxon": "^3.2.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7"
}
}