-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.21 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
{
"name": "github-blog",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev:lint": "eslint src --ext .ts,.tsx --fix",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@rocketseat/eslint-config": "^1.1.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@tanstack/react-query": "^4.13.4",
"@tanstack/react-query-devtools": "^4.13.4",
"axios": "^1.1.3",
"clsx": "^1.2.1",
"date-fns": "^2.29.3",
"phosphor-react": "^1.4.1",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-loading-skeleton": "^3.1.0",
"react-markdown": "^8.0.3",
"react-router-dom": "^6.4.2",
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^3.0.1"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@types/react": "^18.0.22",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "^18.0.7",
"@types/react-syntax-highlighter": "^15.5.5",
"@vitejs/plugin-react": "^2.2.0",
"autoprefixer": "^10.4.12",
"eslint": "^8.26.0",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.1",
"typescript": "^4.6.4",
"vite": "^3.2.0"
}
}