-
Notifications
You must be signed in to change notification settings - Fork 88
/
Copy pathpackage.json
63 lines (63 loc) · 1.41 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
{
"name": "hello-ai",
"version": "1.0.0",
"description": "这个是个帮助自己链接到广阔AI世界的项目,也希望能帮助到你。",
"keywords": [
"AI",
"AGI",
"AIGC",
"ChatGPT",
"Stable-Diffusion",
"Midjourney",
"OpenAI",
"Hello-AI"
],
"type": "module",
"files": [
"assets",
"docs",
"home",
"dist",
"src",
"logo.png"
],
"author": "Blaze",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"homepage": "https://hello-ai.anzz.top",
"repository": {
"type": "git",
"url": "https://github.com/xxxily/hello-ai"
},
"bugs": {
"url": "https://github.com/xxxily/hello-ai/issues"
},
"license": "MIT",
"main": "src/index.js",
"module": "src/index.js",
"unpkg": "src/index.js",
"scripts": {
"docs:dev": "vitepress dev ./",
"docs:build": "vitepress build ./",
"docs:preview": "vitepress preview ./"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2",
"@playwright/test": "^1.28.1",
"@rollup/plugin-babel": "^6.0.2",
"@vitejs/plugin-legacy": "^2.3.1",
"typescript": "^4.9.3",
"vite": "^3.2.5",
"vite-plugin-babel": "^1.1.2",
"vitepress": "1.0.0-alpha.61",
"vitest": "^0.25.2",
"vue": "^3.2.45"
},
"dependencies": {
"core-js": "^3.26.1",
"terser": "^5.16.0"
}
}