-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.08 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
{
"name": "scheduler",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@iconify/svelte": "^3.0.0",
"@sveltejs/vite-plugin-svelte": "^1.0.1",
"@tsconfig/svelte": "^3.0.0",
"@types/lodash": "^4.14.182",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"postcss-load-config": "^4.0.1",
"svelte": "^3.49.0",
"svelte-check": "^2.8.0",
"svelte-dnd-action": "^0.9.19",
"svelte-preprocess": "^4.10.7",
"tailwindcss": "^3.1.5",
"tslib": "^2.4.0",
"typescript": "^4.6.4",
"vite": "^3.0.0",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-wasm-pack": "0.1.12"
},
"dependencies": {
"@course-scheduler-app/scheduler-wasm": "^0.7.0",
"@types/d3": "^7.4.0",
"d3": "^7.6.1",
"lodash": "^4.17.21",
"rxjs": "^7.5.6",
"svelte-intersection-observer": "^0.10.0",
"svelte-range-slider-pips": "^2.1.0",
"svelte-routing": "^1.6.0"
}
}