-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.52 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
{
"name": "me",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "rimraf dist && vite build",
"preview": "vite preview",
"lint": "eslint src/**/*.{js,ts,jsx,tsx} --cache",
"lint:fix": "pnpm run lint --fix"
},
"dependencies": {
"dayjs": "^1.11.6",
"framer-motion": "^11.0.28",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.3"
},
"devDependencies": {
"@iconify/json": "^2.1.140",
"@mdit/plugin-attrs": "^0.4.5",
"@mdit/plugin-img-lazyload": "^0.4.5",
"@pity/eslint-config": "^0.1.9",
"@pity/vite-plugin-react-markdown": "^0.1.1",
"@types/diacritics": "^1.3.1",
"@types/fs-extra": "^9.0.13",
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@unocss/reset": "^0.45.30",
"@unocss/transformer-attributify-jsx": "^0.45.30",
"@vitejs/plugin-react": "^2.2.0",
"clsx": "^2.1.0",
"diacritics": "^1.3.0",
"eslint": "^8.27.0",
"fs-extra": "^10.1.0",
"gray-matter": "^4.0.3",
"markdown-it-anchor": "^8.6.5",
"markdown-it-katex": "^2.0.3",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-shiki": "^0.5.1",
"markdown-it-table-of-contents": "^0.6.0",
"markdown-it-task-lists": "^2.1.1",
"photoswipe": "^5.3.7",
"rimraf": "^3.0.2",
"sass": "^1.56.1",
"tailwind-merge": "^2.2.2",
"typescript": "^4.9.3",
"unocss": "^0.45.18",
"vite": "^3.2.4",
"vite-plugin-pages": "^0.26.0"
}
}