-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.13 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"private": true,
"name": "petcaperehominem",
"scripts": {
"buildDev": "gulp buildDev",
"build": "gulp build",
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "firebase emulators:start",
"deploy": "echo \"Error: no deploy specified\" && exit 1"
},
"dependencies": {
"firebase-admin": "9.8.0",
"firebase-functions": "3.14.1"
},
"devDependencies": {
"@babel/core": "7.15.5",
"@babel/preset-env": "7.15.6",
"@types/firebase": "3.2.1",
"@types/node": "16.10.2",
"@typescript-eslint/eslint-plugin": "3.9.1",
"@typescript-eslint/parser": "3.8.0",
"babel-loader": "8.2.2",
"delete": "1.1.0",
"eslint-config-google": "0.14.0",
"eslint-plugin-import": "2.22.0",
"eslint": "7.6.0",
"firebase-functions-test": "0.2.0",
"firebase-tools": "10.0.1",
"firebase": "9.4.1",
"glob-parent": "6.0.1",
"gulp-babel": "8.0.0",
"gulp-clean-css": "4.3.0",
"gulp-htmlmin": "5.0.1",
"gulp-typescript": "6.0.0-alpha.1",
"gulp-uglify": "3.0.2",
"gulp": "4.0.2",
"through2": "4.0.2",
"typescript": "4.4.4",
"yargs-parser": "20.2.9"
},
"author": "Antón Kryukov Chinaev",
"license": "CC BY-NC-SA 2.0"
}