This repository has been archived by the owner on Feb 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
86 lines (86 loc) · 2.36 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
86
{
"name": "dolan-admin",
"private": true,
"version": "0.0.0",
"packageManager": "pnpm@7.18.0",
"scripts": {
"dev": "vite --port=3333",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@dolan-x/milkdown-plugins": "^0.0.43",
"@dolan-x/shared": "^0.0.46",
"@douyinfe/semi-ui": "^2.27.0",
"@iconify-json/carbon": "^1.1.13",
"@iconify-json/ep": "^1.1.8",
"@iconify-json/fluent": "^1.1.17",
"@iconify-json/ph": "^1.1.3",
"@milkdown/core": "^6.5.4",
"@milkdown/plugin-listener": "^6.5.4",
"@milkdown/react": "^6.5.4",
"@monaco-editor/react": "^4.4.6",
"@r-use/use-before-unload": "^0.4.0",
"@r-use/use-breakpoints": "^0.4.0",
"@unocss/reset": "^0.48.3",
"detect-programming-language": "^1.0.1",
"i18next": "^21.9.1",
"i18next-browser-languagedetector": "^7.0.1",
"katex": "^0.16.4",
"lodash.throttle": "^4.1.1",
"material-icons": "^1.13.1",
"ofetch": "^1.0.0",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-colorful": "^5.6.1",
"react-dom": "^18.2.0",
"react-i18next": "12.1.4",
"react-router-dom": "6.6.1",
"rehype-raw": "^6.1.1",
"remark-directive": "^2.0.1",
"sodayo": "^0.2.8",
"uniqolor": "^1.1.0",
"use-async-effect": "^2.2.7",
"validate-color": "^2.2.1"
},
"devDependencies": {
"@rollup/plugin-yaml": "^4.0.1",
"@so1ve/eslint-config-react": "^0.39.1",
"@types/lodash.throttle": "^4.1.7",
"@types/node": "^18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@unocss/transformer-compile-class": "^0.48.3",
"@unocss/transformer-variant-group": "^0.48.3",
"@vitejs/plugin-react-swc": "^3.0.1",
"eslint": "^8.31.0",
"monaco-editor": "^0.34.1",
"pnpm": "^7.23.0",
"typescript": "^4.9.4",
"unocss": "^0.48.3",
"unplugin-auto-import": "^0.12.1",
"vite": "4.0.4",
"vite-plugin-fonts": "^0.7.0",
"vite-plugin-pages": "^0.28.0"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@babel/core",
"@milkdown/*",
"prop-types",
"rollup"
],
"allowedVersions": {
"react": "18",
"react-dom": "18"
},
"allowedDeprecatedVersions": {
"core-js-pure": "*"
}
}
}
}