-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.03 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
{
"name": "thomas-n-personal-site",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --config .prettierrc.json '**/*.ts' --write",
"prepare": "husky install"
},
"dependencies": {
"@emotion/cache": "latest",
"@emotion/react": "latest",
"@emotion/server": "latest",
"@emotion/styled": "latest",
"@mui/icons-material": "^5.4.2",
"@mui/lab": "^5.0.0-alpha.69",
"@mui/material": "latest",
"next": "latest",
"react": "latest",
"react-calendly": "^2.2.3",
"react-dom": "latest"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.1.0",
"@types/node": "latest",
"@types/react": "latest",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"eslint": "^8.9.0",
"eslint-config-next": "latest",
"eslint-config-prettier": "^8.3.0",
"husky": "^7.0.0",
"lint-staged": "^12.3.4",
"prettier": "^2.5.1",
"typescript": "latest"
}
}