-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 980 Bytes
/
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
{
"name": "uiuc-course-terms",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"fetchdata": "ts-node getcoursedata.ts",
"build": "node buildscript.js",
"build:watch": "node buildscript.js --watch",
"serve": "servor dist --browse --reload",
"start": "run-p build:watch serve"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@tsconfig/svelte": "^1.0.10",
"@types/humanize-duration": "^3.25.0",
"@types/node-fetch": "^2.5.10",
"@types/promptly": "^3.0.1",
"cheerio": "^1.0.0-rc.6",
"esbuild": "^0.11.13",
"esbuild-svelte": "^0.4.3",
"fs-extra": "^10.0.0",
"humanize-duration": "^3.26.0",
"node-fetch": "^2.6.1",
"npm-run-all": "^4.1.5",
"promptly": "^3.2.0",
"servor": "^4.0.2",
"svelte-preprocess": "^4.7.2",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
},
"dependencies": {
"svelte-select": "^3.17.0",
"sveltejs-tippy": "^3.0.0"
}
}