-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.27 KB
/
package.json
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
{
"name": "canvas-collections",
"version": "1.3",
"description": "Modify Canvas LMS' modules view to support collections of modules and alternate representations",
"author": "David Jones",
"homepage": "https://github.com/djplaner/canvas-collections#readme",
"directories": {
"doc": "docs"
},
"scripts": {
"build": "rollup -c rollup.build.config.js",
"dev": "rollup -c -w",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"@rollup/plugin-typescript": "^8.5.0",
"@tsconfig/svelte": "^2.0.1",
"@types/tampermonkey": "^4.0.0",
"magic-string": "^0.25.7",
"prettier": "^2.8.1",
"prettier-plugin-svelte": "^2.9.0",
"rollup": "^2.3.4",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-terser": "^7.0.0",
"rollup-plugin-userscript-metablock": "^0.2.7",
"svelte": "^3.38.2",
"svelte-check": "^2.1.0",
"svelte-preprocess": "^4.7.3",
"tslib": "^2.0.0",
"typescript": "^4.0.0"
},
"dependencies": {
"@shoelace-style/shoelace": "^2.5.2",
"cl-editor": "^2.3.0",
"sanitize-html": "^2.8.1",
"uuid": "^9.0.0"
}
}