-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.56 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
49
50
51
52
53
54
55
56
57
{
"name": "teofilus.dev",
"version": "2.0.0",
"description": "Personal website",
"author": "Teofilus Candra",
"scripts": {
"dev": "next",
"build": "next build",
"export": "npm run build && next export",
"format": "prettier --write src/**/*.{js,jsx,ts,tsx}",
"lint": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/teofiluscandra/teofilus.dev"
},
"keywords": [
"nextjs",
"personal-website"
],
"dependencies": {
"@brainhubeu/react-carousel": "^2.0.4",
"@chakra-ui/icons": "^2.0.2",
"@chakra-ui/react": "^2.2.1",
"@chakra-ui/theme-tools": "2.0.2",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11",
"date-fns": "^2.23.0",
"framer-motion": "^6.3.11",
"graphql": "^16.5.0",
"graphql-request": "^4.3.0",
"next": "^12.1.6",
"next-mdx-remote": "^4.0.3",
"next-seo": "^5.4.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-icons": "^4.2.0",
"react-lazyload": "^3.2.0",
"react-query": "^3.19.6",
"unfetch": "^4.2.0"
},
"devDependencies": {
"@types/brainhubeu__react-carousel": "^2.0.3",
"@types/node": "^17.0.41",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
"@types/react-lazyload": "^3.1.1",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.24.0",
"prettier": "^2.3.2",
"typescript": "^4.3.5"
},
"license": "MIT"
}