-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
36 lines (36 loc) · 882 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
{
"name": "portfolio",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"lint": "next lint",
"export": "next export"
},
"dependencies": {
"@headlessui/react": "^1.4.2",
"@tailwindcss/line-clamp": "^0.4.2",
"@vercel/analytics": "^0.1.8",
"aos": "^2.3.4",
"axios": "^0.24.0",
"next": "12.0.7",
"next-seo": "^4.28.1",
"next-themes": "0.0.15",
"nprogress": "^0.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.7.1",
"react-no-ssr": "^1.1.0",
"react-sketch-canvas": "^6.2.0",
"typewriter-effect": "^2.19.0"
},
"devDependencies": {
"autoprefixer": "^10.4.0",
"eslint": "8.5.0",
"eslint-config-next": "12.0.7",
"postcss": "^8.4.5",
"prettier": "2.8.4",
"tailwindcss": "^3.0.7"
}
}