-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.05 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.05 KB
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
{
"name": "iter",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"format": "prettier --write \"src/**/*.{ts,tsx,html,css}\"",
"test": "vitest run",
"test:watch": "vitest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chuanqisun/iter.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/chuanqisun/iter/issues"
},
"homepage": "https://github.com/chuanqisun/iter#readme",
"devDependencies": {
"@types/dom-speech-recognition": "^0.0.11",
"@types/react": "^19.2.15",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.2",
"prettier": "^3.8.3",
"typescript": "^6.0.3",
"vite": "^8.0.14",
"vitest": "^4.1.7"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.100.1",
"@codemirror/commands": "^6.10.3",
"@codemirror/lang-javascript": "^6.2.5",
"@codemirror/lang-markdown": "^6.5.0",
"@codemirror/language": "^6.12.3",
"@codemirror/language-data": "^6.5.2",
"@codemirror/state": "^6.6.0",
"@codemirror/view": "^6.43.0",
"@google/genai": "^2.7.0",
"@uiw/codemirror-theme-github": "^4.25.10",
"gpt-tokenizer": "^3.4.0",
"hast-util-to-string": "^3.0.1",
"idb-keyval": "^6.2.4",
"marked": "^18.0.4",
"marked-shiki": "^1.2.1",
"mermaid": "^11.15.0",
"openai": "^6.39.1",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"rehype-parse": "^9.0.1",
"rehype-remark": "^10.0.1",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"remark-stringify": "^11.0.0",
"rxjs": "^7.8.2",
"shiki": "^4.1.0",
"styled-components": "^6.4.2",
"unified": "^11.0.5",
"unist-builder": "^4.0.0",
"xss": "^1.0.15"
}
}