-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
59 lines (59 loc) · 1.65 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "gephgui-html",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@rollup/plugin-dsv": "^2.0.3",
"@smui/button": "^6.1.4",
"@smui/checkbox": "^6.1.4",
"@smui/circular-progress": "^6.1.4",
"@smui/data-table": "^6.2.0",
"@smui/dialog": "^6.1.4",
"@smui/icon-button": "^6.1.4",
"@smui/linear-progress": "^6.1.4",
"@smui/ripple": "^6.1.4",
"@smui/select": "^6.2.0",
"@smui/snackbar": "^6.1.4",
"@smui/switch": "^6.1.4",
"@smui/tab": "^6.1.4",
"@smui/tab-bar": "^6.1.4",
"@smui/textfield": "^6.1.4",
"@sveltejs/vite-plugin-svelte": "^1.0.2",
"@tsconfig/svelte": "^3.0.0",
"rollup": "^2.79.1",
"svelte": "^3.50.1",
"svelte-check": "^2.8.1",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.4.0",
"typescript": "^4.6.4",
"vite": "^3.2.11"
},
"dependencies": {
"@extractus/feed-extractor": "^6.2.1",
"@smui/chips": "7.0.0-beta.0",
"@smui/form-field": "7.0.0-beta.0",
"@vitejs/plugin-legacy": "^2.3.0",
"country-code-emoji": "^2.3.0",
"country-flag-icons": "^1.5.5",
"darkreader": "^4.9.58",
"detect-nearest-browser-locale": "^19.0.0",
"knuth-shuffle": "^1.0.8",
"knuth-shuffle-seeded": "^1.0.6",
"memoizee": "^0.4.15",
"openmoji": "^14.0.0",
"stream-browserify": "^3.0.0",
"svelte-material-icons": "^2.0.4",
"svelte-material-ui": "^6.2.0",
"terser": "^5.15.1",
"tinyld": "=1.3.1",
"twemoji": "^14.0.2",
"uplot": "^1.6.22"
}
}