-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.26 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.26 KB
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
{
"name": "svelte-app",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public --no-clear"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@smui/button": "^4.2.0",
"@smui/card": "^4.2.0",
"@smui/checkbox": "^4.2.0",
"@smui/chips": "^4.2.0",
"@smui/circular-progress": "^4.2.0",
"@smui/form-field": "^4.2.0",
"@smui/icon-button": "^4.2.0",
"@smui/list": "^4.2.0",
"@smui/menu": "^4.2.0",
"@smui/menu-surface": "^4.2.0",
"@smui/paper": "^4.2.0",
"@smui/select": "^4.2.0",
"@smui/switch": "^4.2.0",
"@smui/top-app-bar": "^4.2.0",
"postcss": "^8.3.6",
"rollup": "^2.52.6",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.35.2",
"svelte": "^3.38.3",
"svelte-materialify": "^0.3.11",
"svelte-preprocess": "^4.7.4"
},
"dependencies": {
"@mdi/js": "^5.9.55",
"@saehrimnir/hagrid": "^0.1.1",
"@smui/fab": "^4.2.0",
"@smui/textfield": "^4.2.0",
"d3": "^7.0.0",
"d3-delaunay": "^6.0.2",
"sirv-cli": "^1.0.12"
}
}