-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.11 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
{
"name": "portfolio",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "next",
"build": "next build",
"start": "next start"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"next": "^14.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"@headlessui/react": "^1.6.6",
"autoprefixer": "^10.4.7",
"custom-cursor-react": "^1.0.5",
"gray-matter": "^4.0.3",
"gsap": "^3.10.4",
"next-themes": "^0.2.0",
"parse-numeric-range": "^1.3.0",
"postcss": "^8.4.13",
"react-datepicker": "^4.8.0",
"react-markdown": "^8.0.3",
"react-syntax-highlighter": "^15.5.0",
"react-textarea-autosize": "^8.3.4",
"remark": "^14.0.2",
"remark-html": "^15.0.1",
"styled-components": "^5.3.5",
"tailwindcss": "^3.0.24",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-react": "^7.24.7",
"frontmatter-markdown-loader": "^3.7.0",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6"
}
}