-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
74 lines (74 loc) · 2.38 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
{
"name": "Earth",
"displayName": "Earth",
"version": "0.3.8.0",
"description": "AGIUI for Browser Extension",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/AGIUI/Earth"
},
"scripts": {
"start": "ts-node-esm scripts/build.ts --dev",
"build": "ts-node-esm scripts/build.ts"
},
"type": "module",
"dependencies": {
"@mozilla/readability": "^0.4.2",
"@nem035/gpt-3-encoder": "^1.1.7",
"antd": "^5.3.2",
"eventsource-parser": "^1.0.0",
"i18next": "^22.5.0",
"i18next-browser-languagedetector": "^7.0.2",
"lodash": "^4.17.21",
"markdown-it": "^13.0.1",
"nanoid": "^4.0.2",
"object-hash": "^3.0.0",
"ofetch": "^1.0.1",
"pptxgenjs": "^3.12.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.3.1",
"reactflow": "^11.7.2",
"styled-components": "^5.3.8",
"ts-md5": "^1.3.1",
"turndown": "^7.1.1",
"uuid": "^9.0.0",
"webextension-polyfill": "^0.10.0",
"websocket-as-promised": "^2.0.1",
"zustand": "^4.3.8"
},
"devDependencies": {
"@esbuilder/html": "^0.0.6",
"@types/chrome": "^0.0.209",
"@types/fs-extra": "^11.0.1",
"@types/lodash": "^4.14.192",
"@types/markdown-it": "^12.2.3",
"@types/node": "^18.11.18",
"@types/object-hash": "^3.0.2",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/styled-components": "^5.1.26",
"@types/turndown": "^5.0.1",
"@types/uuid": "^9.0.1",
"@types/webextension-polyfill": "^0.10.0",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"autoprefixer": "^10.4.13",
"concurrently": "^7.6.0",
"esbuild": "^0.17.4",
"esbuild-style-plugin": "^1.6.1",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-react-hooks": "^4.6.0",
"fs-extra": "^11.1.0",
"get-installed-browsers": "^0.1.7",
"rimraf": "^4.1.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"web-ext": "^7.4.0"
}
}