-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.45 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
42
43
44
45
46
47
48
{
"name": "batiaev.com",
"version": "0.1.1",
"private": true,
"description": "Anton Batiaev - CTO at Vega Investments",
"repository": {
"type": "git",
"url": "https://github.com/Batiaev/batiaev.github.io"
},
"scripts": {
"dev": "next dev",
"build": "rm -rf ./docs && next build && next export -o docs && cp CNAME ./docs/ && touch ./docs/.nojekyll",
"start": "next start",
"pretify": "npx prettier --write ."
},
"author": "Anton Batiaev <anton@batiaev.com>",
"license": "MIT",
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.16",
"@mui/lab": "^5.0.0-alpha.152",
"@mui/material": "^5.14.17",
"@mui/styles": "^5.14.17",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-react-query": "^1.3.0",
"eslint-plugin-typescript-sort-keys": "^3.1.0",
"next": "^12.3.4",
"react": "^17.0.2",
"react-calendly": "^4.3.0",
"react-device-detect": "^2.2.3",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@types/material-ui": "^0.21.14",
"@types/node": "^20.9.0",
"@types/react": "^18.2.37",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
"eslint-config-next": "^14.0.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
}
}