-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
85 lines (85 loc) · 2.29 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "cretu.dev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"format": "prettier --write .",
"lint:format": "prettier --cache --check .",
"lint:fix": "eslint --cache --fix .",
"lint": "eslint --cache .",
"start": "next start"
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@react-three/drei": "^9.88.17",
"@react-three/fiber": "^8.15.11",
"contentlayer": "^0.3.4",
"date-fns": "^2.30.0",
"framer-motion": "^10.16.5",
"next": "14.1.1",
"next-contentlayer": "^0.3.4",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"three": "^0.154.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "20.3.3",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/three": "^0.152.1",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"autoprefixer": "10.4.14",
"drei": "link:@types/@react-three/drei",
"eslint": "8.44.0",
"eslint-config-next": "13.4.8",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-typescript-sort-keys": "^2.3.0",
"eslint-plugin-unicorn": "^47.0.0",
"fiber": "link:@types/@react-three/fiber",
"postcss": "8.4.31",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-pretty-code": "^0.9.4",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"shiki": "^0.14.5",
"tailwindcss": "3.3.2",
"typescript": "5.1.6"
},
"license": "MIT",
"author": {
"email": "[email protected]",
"name": "Cristian Crețu",
"url": "https://cretu.dev"
},
"homepage": "https://cretu.dev",
"bugs": {
"url": "https://github.com/cristicretu/cretu.dev/issues"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"keywords": [
"tailwindcss",
"template",
"radix",
"react",
"nextjs",
"portfolio",
"personal-site"
]
}