-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 724 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 724 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
{
"name": "firebase-wrapper",
"description": "A wrapper around typical firebase tasks into a more generic interface",
"version": "1.0.0",
"license": "GPL-3.0",
"module": "src/index.js",
"scripts": {
"build": "vite build"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/eslint-parser": "^7.13.14",
"@vitejs/plugin-vue": "^1.10.1",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.1.1",
"eslint-webpack-plugin": "^2.4.0",
"vite": "^2.6.14"
},
"peerDependencies": {
"firebase": "^9.5.0"
},
"dependencies": {
"fp-utilities": "git://github.com/geraldbiggs/fp-utilities.git"
}
}