-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.31 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.31 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
{
"name": "rxfire-svelte3-demo",
"version": "1.0.0",
"devDependencies": {
"eslint": "^5.16.0",
"eslint-plugin-svelte3": "^1.0.0",
"npm-run-all": "^4.1.5",
"rollup": "^1.10.1",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-livereload": "^1.0.0",
"rollup-plugin-node-resolve": "^4.2.3",
"rollup-plugin-svelte": "^5.0.3",
"rollup-plugin-terser": "^4.0.4",
"sirv-cli": "^0.3.1",
"svelte": "^3.0.0"
},
"scripts": {
"build": "rollup -c",
"autobuild": "rollup -c -w",
"dev": "run-p start:dev autobuild",
"start": "sirv public",
"start:dev": "sirv public --dev"
},
"description": "*Psst — looking for a shareable component template? Go here --> [sveltejs/component-template](https://github.com/sveltejs/component-template)*",
"main": "rollup.config.js",
"dependencies": {
"firebase": "^5.10.1",
"rxfire": "^3.4.1",
"rxjs": "^6.5.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AJONPLLC/rxfire-svelte3.git"
},
"keywords": [
"svelte",
"rxfire",
"firebase"
],
"author": "Alex Patterson <developer@ajonp.com> (https://ajonp.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/AJONPLLC/rxfire-svelte3/issues"
},
"homepage": "https://github.com/AJONPLLC/rxfire-svelte3#readme"
}