-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 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
{
"name": "sid-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/core": "7.x",
"@babel/eslint-parser": "7.x",
"@babel/plugin-syntax-jsx": "7.x",
"@babel/preset-react": "7.x",
"@formspree/react": "^2.4.1",
"@headlessui/react": "^1.7.7",
"@hookform/resolvers": "^2.9.11",
"@sendgrid/mail": "^7.7.0",
"axios": "^1.3.3",
"eslint": "8.29.0",
"eslint-config-airbnb": "18.x",
"eslint-config-next": "13.0.6",
"eslint-plugin-import": "2.x",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-react": "7.x",
"eslint-plugin-react-hooks": "4.x",
"formik": "^2.2.9",
"framer-motion": "^8.5.4",
"next": "13.0.6",
"nodemailer": "^6.9.1",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.1",
"react-icons": "^4.7.1",
"react-intersection-observer": "^9.4.1",
"react-scroll": "^1.8.9",
"stylelint-config-standard": "21.x",
"stylelint-csstree-validator": "1.x",
"stylelint-scss": "3.x",
"yup": "^1.0.0"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.20",
"tailwindcss": "^3.2.4"
}
}