forked from fiatjaf/noffle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.14 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.14 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
{
"name": "svelte-app",
"version": "1.0.0",
"scripts": {
"dev": "rollup -c -w",
"start": "sirv --port 3002 public"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-inject": "^4.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"autoprefixer": "^10.4.0",
"eslint": "^7.22.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-svelte3": "^3.1.2",
"prettier": "^2.2.1",
"prettier-plugin-svelte": "^2.2.0",
"rollup": "^2.3.4",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-svelte": "^7.0.0",
"rollup-plugin-terser": "^7.0.0",
"sass": "^1.32.13",
"svelte": "3.38.2",
"svelte-preprocess": "^4.9.8",
"tailwindcss": "^2.2.19"
},
"dependencies": {
"bulma": "^0.9.2",
"dexie": "^3.0.3",
"insort": "^0.4.0",
"nostr-tools": "0.5.0",
"postcss": "^8.4.4",
"pretty-date": "^0.2.0",
"sirv-cli": "^1.0.0",
"svelte-spa-router": "^3.1.0",
"throttleit": "^1.0.0"
}
}