-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 893 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 893 Bytes
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
{
"name": "meros-gui",
"version": "0.6.0",
"description": "The GUI shipped with Meros, along with a framework for developing it.",
"scripts": {
"dev": "sapper dev",
"export": "sapper export --legacy"
},
"license": "MIT",
"dependencies": {
"es6-shim": "0.35.5",
"polka": "0.5.2",
"sirv": "0.4.0"
},
"devDependencies": {
"@babel/core": "7.9.0",
"@babel/plugin-syntax-dynamic-import": "7.0.0",
"@babel/plugin-transform-runtime": "7.9.0",
"@babel/preset-env": "7.9.0",
"@babel/runtime": "7.9.2",
"@rollup/plugin-commonjs": "11.0.0",
"@rollup/plugin-node-resolve": "7.0.0",
"@rollup/plugin-replace": "2.2.0",
"rollup": "1.32.1",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-svelte": "5.2.0",
"rollup-plugin-terser": "5.3.0",
"sapper": "0.27.12",
"svelte": "3.20.1"
}
}