-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 800 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 800 Bytes
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
{
"name": "next-personal-website",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest"
},
"dependencies": {
"@sendgrid/mail": "^7.4.0",
"axios": "^0.21.0",
"date-fns": "^2.16.1",
"next": "^10.0.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"sanitize-html": "^2.2.0",
"swr": "^0.3.9"
},
"devDependencies": {
"@testing-library/dom": "^7.29.0",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.6.0",
"autoprefixer": "^10.0.4",
"babel-jest": "^26.6.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"postcss": "^8.1.10",
"tailwindcss": "^2.0.1"
}
}