-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
61 lines (61 loc) · 1.64 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "romanwashere.xyz",
"version": "3.0.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^1.6.2",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.11",
"framer-motion": "^11.2.4",
"geist": "^1.3.0",
"moment": "^2.30.1",
"next": "14.0.3",
"next-nprogress-bar": "^2.3.12",
"react": "^18",
"react-animate-height": "^3.2.3",
"react-dom": "^18",
"react-icons": "^5.2.1",
"react-intersection-observer": "^9.10.2",
"react-scroll": "^1.9.0",
"swr": "^2.2.4",
"tailwind-merge": "^2.3.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-scroll": "^1.8.10",
"autoprefixer": "^10.0.1",
"daisyui": "^4.11.1",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"postcss": "^8",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.3.0",
"typescript": "^5"
},
"description": "This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).",
"main": "next.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/romanbaba/romanwashere.xyz.git"
},
"keywords": [
"nextjs",
"tailwindcss"
],
"author": "romanbaba",
"license": "MIT",
"bugs": {
"url": "https://github.com/romanbaba/romanwashere.xyz/issues"
},
"homepage": "https://github.com/romanbaba/romanwashere.xyz#readme"
}