-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.81 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.81 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
{
"name": "qti-editor-angular",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"packageManager": "pnpm@10.33.0",
"dependencies": {
"@angular/common": "^21.2.0",
"@angular/compiler": "^21.2.0",
"@angular/core": "^21.2.0",
"@angular/forms": "^21.2.0",
"@angular/platform-browser": "^21.2.0",
"@angular/router": "^21.2.0",
"@egoist/tailwindcss-icons": "^1.9.2",
"@iconify-json/lucide": "^1.2.98",
"@lit/context": "^1.1.6",
"@qti-components/theme": "^1.3.2",
"@qti-editor/core": "^1.0.0",
"@qti-editor/interaction-associate": "^1.0.0",
"@qti-editor/interaction-choice": "^1.0.0",
"@qti-editor/interaction-extended-text": "^1.0.0",
"@qti-editor/interaction-hottext": "^1.0.0",
"@qti-editor/interaction-inline-choice": "^1.0.0",
"@qti-editor/interaction-match": "^1.0.0",
"@qti-editor/interaction-order": "^0.4.0",
"@qti-editor/interaction-select-point": "^1.0.0",
"@qti-editor/interaction-shared": "^1.0.0",
"@qti-editor/interaction-text-entry": "^1.0.0",
"@qti-editor/interfaces": "1.0.0",
"@qti-editor/prosemirror": "^0.1.0",
"@qti-editor/prosemirror-attributes": "^0.1.0",
"@qti-editor/prosemirror-attributes-ui-prosekit": "^0.1.0",
"daisyui": "^5.1.6",
"lit": "^3.3.2",
"prosekit": "^0.18.4",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular/build": "^21.2.6",
"@angular/cli": "^21.2.6",
"@angular/compiler-cli": "^21.2.0",
"@tailwindcss/postcss": "^4.1.18",
"jsdom": "^28.0.0",
"postcss": "^8.5.6",
"prettier": "^3.8.1",
"tailwindcss": "^4.1.18",
"typescript": "~5.9.2",
"vitest": "^4.0.8"
}
}