-
Notifications
You must be signed in to change notification settings - Fork 130
/
package.json
85 lines (85 loc) · 2.47 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": "midjourney-web",
"private": false,
"version": "0.0.2",
"license": "MIT",
"type": "commonjs",
"author": "Leizhenpeng <laolei@forkway.cn>, Kenny Dizi <chitrung09t2@gmail.com> and Community",
"description": "midjourney web client",
"lint-staged": {
"*.{js,jsx,ts,tsx,json}": [
"eslint --fix"
]
},
"scripts": {
"dev": "cross-env NODE_ENV=development vite --mode=development --port 8090",
"build": "vite build",
"serve": "vite preview --host",
"lint": "eslint \"**/*.{js,jsx,ts,tsx,json}\"",
"format": "eslint \"**/*.{js,jsx,ts,tsx,json}\" --fix",
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@theme-toggles/react": "^4.1.0",
"@vue/reactivity": "^3.3.4",
"ahooks": "^3.7.8",
"clipboard-polyfill": "^4.0.0",
"clsx": "^1.2.1",
"esbuild": "^0.19.2",
"highlight.js": "^11.8.0",
"jotai": "^2.4.1",
"katex": "^0.16.8",
"kiss-core": "^0.2.4",
"kiss-msg": "latest",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"markdown-it": "^13.0.1",
"markdown-it-highlightjs": "^4.0.1",
"markdown-it-katex": "^2.0.3",
"ramda": "^0.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.4",
"react-intersection-observer": "^9.5.2",
"react-query": "^3.39.3",
"react-router-dom": "^6.15.0",
"react-use": "^17.4.0",
"sensitive-word-tool": "^1.1.9",
"tailwind-merge": "^1.14.0",
"vue": "^3.3.4"
},
"devDependencies": {
"@jridgewell/sourcemap-codec": "^1.4.15",
"@svgx/vite-plugin-react": "^1.0.1",
"@swc/core": "^1.3.82",
"@types/lodash": "^4.14.197",
"@types/markdown-it": "^12.2.3",
"@types/node": "^18.17.12",
"@types/ramda": "^0.29.3",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@unocss/reset": "^0.55.4",
"@vitejs/plugin-react-swc": "^3.3.2",
"@vitejs/plugin-vue": "^4.3.4",
"@vueuse/core": "^10.4.1",
"chokidar": "^3.5.3",
"cross-env": "^7.0.3",
"esno": "^0.17.0",
"fs-extra": "^11.1.1",
"http-proxy-middleware": "^2.0.6",
"kolorist": "^1.8.0",
"npm-run-all": "^4.1.5",
"react-photo-view": "^1.2.3",
"rimraf": "^5.0.1",
"rollup": "^3.28.1",
"rollup-obfuscator": "^3.0.2",
"sass": "^1.66.1",
"typescript": "^4.9.5",
"unocss": "^0.55.4",
"unplugin-auto-import": "^0.16.6",
"vite": "^4.4.9",
"vite-plugin-singlefile": "^0.13.5",
"vite-plugin-string": "^1.2.1",
"vitest": "^0.34.3"
}
}