-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.37 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
{
"name": "pdf-resume",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@emotion/css": "^11.11.2",
"@types/hast": "^3.0.4",
"@types/react-monaco-editor": "^0.16.0",
"@types/react-syntax-highlighter": "^15.5.11",
"@types/vfile": "^4.0.0",
"@unocss/preset-wind": "0.59.0-beta.1",
"allotment": "^1.20.0",
"devlop": "^1.1.0",
"file-saver": "^2.0.5",
"framer-motion": "^11.0.25",
"hast": "^1.0.0",
"hast-util-to-jsx-runtime": "^2.3.0",
"html-to-pdf-js": "^0.9.3",
"js-yaml": "^4.1.0",
"less": "^4.2.0",
"monaco-editor": "^0.44.0",
"normalize.css": "^8.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-easy-panzoom": "^0.4.4",
"react-markdown": "^9.0.1",
"react-monaco-editor": "^0.55.0",
"react-syntax-highlighter": "^15.5.0",
"react-use": "^17.5.0",
"rehype-highlight": "^7.0.0",
"rehype-wrap-all": "^1.1.0",
"remark-containers": "^1.2.0",
"remark-definition-list": "^2.0.0",
"remark-directive": "^3.0.0",
"remark-directive-rehype": "^0.4.2",
"remark-flexible-containers": "^1.2.1",
"remark-frontmatter": "^5.0.0",
"remark-gemoji": "^8.0.0",
"remark-gfm": "^4.0.0",
"remark-github": "^12.0.0",
"remark-parse": "^11.0.0",
"remark-parse-yaml": "^0.0.3",
"remark-pdf": "^0.0.13",
"remark-rehype": "^11.1.0",
"underscore": "^1.13.6",
"unified": "^11.0.4",
"unist-util-filter": "^5.0.1",
"unist-util-map": "^4.0.0",
"unist-util-visit": "^5.0.0",
"vfile": "^6.0.1",
"vite-plugin-html": "^3.2.2",
"yaml": "^2.4.1"
},
"devDependencies": {
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/underscore": "^1.11.15",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@unocss/preset-attributify": "0.59.0-beta.1",
"@unocss/preset-icons": "0.59.0-beta.1",
"@unocss/preset-uno": "0.59.0-beta.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"typescript": "^5.2.2",
"unocss": "0.59.0-beta.1",
"vite": "^5.2.0"
}
}