File size: 2,255 Bytes
32f0b26
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
  "name": "svelte-vega-sample",
  "version": "0.0.0",
  "author": "Alex Bäuerle <bauerlealex@gmail.com> (https://a13x.io)",
  "repository": "git@github.com:vega/svelte-vega.git",
  "bugs": {
    "url": "https://github.com/vega/svelte-vega/issues"
  },
  "private": true,
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "start": "sirv public --no-clear",
    "validate": "svelte-check"
  },
  "devDependencies": {
    "@babel/core": "^7.16.0",
    "@material/typography": "^13.0.0",
    "@rollup/plugin-commonjs": "^21.0.1",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.0.6",
    "@rollup/plugin-typescript": "^8.3.0",
    "@smui/button": "^6.0.0-beta.0",
    "@smui/card": "^6.0.0-beta.4",
    "@smui/checkbox": "^6.0.0-beta.2",
    "@smui/chips": "^6.0.0-beta.2",
    "@smui/circular-progress": "^6.0.0-beta.4",
    "@smui/common": "^6.0.0-beta.2",
    "@smui/data-table": "^6.0.0-beta.2",
    "@smui/drawer": "^6.0.0-beta.4",
    "@smui/form-field": "^6.0.0-beta.2",
    "@smui/icon-button": "^6.0.0-beta.4",
    "@smui/layout-grid": "^6.0.0-beta.2",
    "@smui/linear-progress": "^6.0.0-beta.2",
    "@smui/list": "^6.0.0-beta.4",
    "@smui/radio": "^6.0.0-beta.2",
    "@smui/select": "^6.0.0-beta.0",
    "@smui/switch": "^6.0.0-beta.4",
    "@smui/tab": "^6.0.0-beta.2",
    "@smui/tab-bar": "^6.0.0-beta.2",
    "@smui/textfield": "^6.0.0-beta.2",
    "@smui/tooltip": "^6.0.0-beta.4",
    "@tsconfig/svelte": "^2.0.1",
    "autoprefixer": "^10.4.0",
    "coffeescript": "^2.6.1",
    "less": "^4.1.2",
    "postcss": "^8.3.11",
    "postcss-load-config": "^3.1.0",
    "pug": "^3.0.2",
    "rollup": "^2.59.0",
    "rollup-plugin-css-only": "^3.1.0",
    "rollup-plugin-livereload": "^2.0.5",
    "rollup-plugin-svelte": "^7.0.0",
    "rollup-plugin-terser": "^7.0.0",
    "sass": "^1.43.4",
    "stylus": "^0.55.0",
    "sugarss": "^4.0.1",
    "svelte-check": "^2.2.8",
    "svelte-preprocess": "^4.9.8",
    "typescript": "^4.5.2"
  },
  "dependencies": {
    "sirv-cli": "^1.0.14",
    "svelecte": "^3.4.0",
    "svelte": "^3.44.1",
    "svelte-material-ui": "^6.0.0-beta.0",
    "svelte-vega": "^1.0.0",
    "tslib": "^2.3.1",
    "vega": "^5.21.0",
    "vega-lite": "^5.1.0"
  }
}