-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 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
{
"name": "personal-website",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_OPTIONS='--openssl-legacy-provider' next dev",
"build": "cross-env NODE_OPTIONS='--openssl-legacy-provider' next build",
"start": "next start",
"lint": "next lint",
"export": "next export"
},
"dependencies": {
"@headlessui/react": "^1.7.7",
"@radix-ui/react-tabs": "^0.1.1",
"@radix-ui/react-tooltip": "^0.1.0",
"@tailwindcss/forms": "^0.3.4",
"@vechaiui/core": "^0.5.1",
"@vechaiui/react": "^0.1.12",
"animate.css": "^4.1.1",
"axios": "^0.23.0",
"closest-match": "^1.3.3",
"cross-env": "^7.0.3",
"emailjs-com": "^3.2.0",
"next": "11.1.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.7.1",
"typewriter-effect": "^2.18.2"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/node": "^16.10.3",
"@types/react": "^17.0.27",
"autoprefixer": "^10.3.7",
"eslint": "8.0.0",
"eslint-config-next": "11.1.2",
"postcss": "^8.3.9",
"tailwindcss": "^2.2.16",
"typescript": "^4.4.3"
}
}