-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 922 Bytes
/
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
{
"name": "svelte-app",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public --no-clear"
},
"devDependencies": {
"@bananocoin/bananojs": "github:bananocoin/bananojs",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"rollup": "^2.53.2",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-node-polyfills": "github:steampoweredtaco/rollup-plugin-node-polyfills",
"rollup-plugin-svelte": "^7.0.0",
"rollup-plugin-terser": "^7.0.0",
"svelte": "^3.0.0",
"webextension-polyfill": "^0.8.0"
},
"dependencies": {
"node-fetch": "^2.6.1",
"qrcode": "^1.4.4",
"rollup-plugin-node-polyfills": "github:steampoweredtaco/rollup-plugin-node-polyfills",
"sirv-cli": "^1.0.0"
}
}