forked from erictik/midjourney-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.59 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
{
"name": "midjourney-ui",
"version": "1.0.0",
"description": "midjourney-ui",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"predev": "ts-node --project ./tsconfig.node.json ./scripts/genAntdCss.tsx",
"prebuild": "cross-env NODE_ENV=production ts-node --project ./tsconfig.node.json ./scripts/genAntdCss.tsx"
},
"devDependencies": {
"@ant-design/cssinjs": "^1.3.0",
"@ant-design/static-style-extract": "~1.0.1",
"@types/marked": "^4.0.8",
"@types/node": "^18.11.17",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"antd": "^5.1.0",
"autoprefixer": "^10.4.14",
"cross-env": "^7.0.3",
"edge-runtime": "^2.3.0",
"eslint": "^8.30.0",
"eslint-config-next": "^13.1.1",
"postcss": "^8.4.23",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.2",
"ts-node": "^10.9.1",
"tslib": "^2.5.0",
"typescript": "^4.9.4"
},
"dependencies": {
"@ant-design/pro-components": "^2.4.9",
"@ant-design/pro-layout": "^7.10.3",
"@vercel/analytics": "^1.0.1",
"eventsource-parser": "^1.0.0",
"midjourney": "^2.7.77",
"next": "^13.4.4"
},
"keywords": [
"midjourney-api",
"midjourney"
],
"author": "Eric Yang <yanghao@10d.xin>",
"repository": {
"type": "git",
"url": "git+https://github.com/erictik/midjourney-ui.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/erictik/midjourney-ui/issues"
},
"homepage": "https://github.com/erictik/midjourney-ui#readme"
}