forked from openlearnapp/openlearnapp.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.27 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
{
"name": "open-learn",
"version": "1.0.0",
"description": "Open Learn - A general-purpose learning platform",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview --host",
"test": "vitest",
"test:ui": "vitest --ui",
"test:e2e": "playwright test"
},
"dependencies": {
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"dompurify": "^3.3.1",
"gun": "^0.2020.1241",
"js-yaml": "^4.1.1",
"lucide-vue-next": "^0.344.0",
"marked": "^17.0.0",
"radix-vue": "^1.9.0",
"tailwind-merge": "^2.2.0",
"vue": "^3.4.21",
"vue-i18n": "^11.2.8",
"vue-router": "^4.6.3"
},
"devDependencies": {
"@playwright/test": "^1.40.0",
"@tailwindcss/typography": "^0.5.19",
"@vitejs/plugin-basic-ssl": "^2.1.0",
"@vitejs/plugin-vue": "^5.0.0",
"@vitest/ui": "1.6.1",
"autoprefixer": "^10.4.16",
"happy-dom": "^20.0.10",
"jsdom": "^27.2.0",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"vite": "^5.0.0",
"vitest": "^1.0.0"
},
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
}