-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.85 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.85 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
69
{
"name": "vibe-coding-edu",
"private": true,
"version": "0.0.1",
"type": "module",
"description": "AI驱动的个性化编程学习平台 - 智能化编程教育平台,提供个性化学习路径和AI助手指导",
"license": "AGPL-3.0-or-later",
"author": "Pointer.ai",
"homepage": "https://pointer-ai.github.io/PointerAIVibe/",
"repository": {
"type": "git",
"url": "https://github.com/pointer-ai/PointerAIVibe.git"
},
"bugs": {
"url": "https://github.com/pointer-ai/PointerAIVibe/issues"
},
"keywords": [
"ai",
"education",
"programming",
"learning",
"react",
"typescript",
"vite",
"agpl"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest --coverage"
},
"dependencies": {
"@monaco-editor/react": "^4.7.0",
"clsx": "^2.1.1",
"highlight.js": "^11.11.1",
"lucide-react": "^0.511.0",
"monaco-editor": "^0.52.2",
"nanoid": "^5.0.7",
"pdfjs-dist": "^4.0.379",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"react-markdown": "^10.1.0",
"react-router-dom": "^6.23.1",
"recharts": "^2.12.7",
"rehype-highlight": "^7.0.2"
},
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/ui": "^2.1.8",
"autoprefixer": "^10.4.20",
"jsdom": "^25.0.1",
"postcss": "^8.4.49",
"pyodide": "^0.26.4",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vitest": "^2.1.8"
}
}