-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.27 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 2.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "masteryls",
"version": "1.0.0",
"description": "**MasteryLS** takes online learning to the next level by boosting maintainable content creation and focusing on learner mastery.",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "playwright test",
"test:unit": "node --test --test-reporter=spec 'src/**/*.test.js'",
"test:edge-auth": "node --test --test-reporter=spec install/supabase/functions/canvas/handler.test.js install/supabase/functions/canvasgradebook/handler.test.js install/supabase/functions/urlvalidator/handler.test.js install/supabase/functions/masteryoverview/handler.test.js",
"test:coverage": "COVERAGE=true nyc --reporter=json-summary --reporter=text playwright test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leesjensen/masteryls.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/leesjensen/masteryls/issues"
},
"homepage": "https://github.com/leesjensen/masteryls#readme",
"devDependencies": {
"@playwright/test": "^1.55.0",
"@types/node": "^24.3.0",
"nyc": "^17.1.0",
"playwright-test-coverage": "^1.2.12",
"supabase": "^2.77.0",
"vite": "^7.1.1",
"vite-plugin-istanbul": "^7.1.0",
"vite-plugin-pwa": "^1.3.0"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@monaco-editor/react": "^4.7.0",
"@supabase/supabase-js": "^2.56.1",
"@tailwindcss/typography": "^0.5.20",
"@tailwindcss/vite": "^4.1.11",
"@tiptap/react": "^3.27.1",
"@tiptap/starter-kit": "^3.27.1",
"chart.js": "^4.5.0",
"github-markdown-css": "^5.8.1",
"lucide-react": "^0.563.0",
"playwright": "^1.55.0",
"react": "^19.1.1",
"react-chartjs-2": "^5.3.0",
"react-dom": "^19.1.1",
"react-markdown": "^10.1.0",
"react-markdown-mermaid": "^0.0.3",
"react-router-dom": "^7.9.4",
"react-syntax-highlighter": "^15.6.6",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"remark-emoji": "^5.0.1",
"remark-gfm": "^4.0.1",
"remark-github-blockquote-alert": "^2.0.0",
"tailwindcss": "^4.1.11",
"tiptap-markdown": "^0.9.0",
"typo-js": "^1.3.1"
}
}