-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
39 lines (39 loc) · 1.71 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
{
"name": "mosaic-next",
"version": "0.1.0",
"private": true,
"scripts": {
"build:jekyll": "bundle exec jekyll _3.9.3_ build --incremental --config _offline.yml",
"serve:jekyll": "bundle exec jekyll _3.9.3_ serve --incremental --config _offline.yml",
"cockpit": "node tools/instructor/server.js",
"cockpit:dev": "nodemon -e .js,.njk,.css,.yaml tools/instructor/server.js --noopen",
"linux": "http-server -o -p 54689 resources/vm/jslinux/",
"md2html": "node tools/md2html.js",
"yari:download": "node tools/yari.download.js",
"yari:parse": "node tools/yari.parser.js",
"validate": "node tools/validator.js",
"csv-validate": "node tools/csv.tools.js -s",
"yt:info": "node tools/yt.js --get-video-info",
"wdx:lint": "echo 'To be implemented. Run validator.js and other scripts on all Markdown files and assets.'",
"yari:test": "node tools/yari.parser.test.js",
"git:gud": "http-server -o -p 4880 resources/tools/git-gud/docs/",
"update:submodules": "git submodule update --init --recursive",
"DEPRECATED_update:submodules": "git submodule update --init --recursive --remote (--remote will create modifications on the user's local repo)",
"DEPRECATED_jsonplaceholder": "node tools/node_modules/jsonplaceholder",
"DEPRECATED_wordpress": "echo 'coming soon...'",
"DEPRECATED_gen": "node tools/sgen/sgen curriculum/curriculum.yaml",
"DEPRECATED_sgen": "node tools/sgen/sgen"
},
"dependencies": {
"@types/node": "^20.2.5",
"fs-extra": "^11.1.1",
"http-server": "^14.1.1",
"remark-gfm": "^3.0.1",
"typescript": "^5.0.4"
},
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"csv-file-validator": "^2.1.0",
"nodemon": "^3.1.7"
}
}