-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.17 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
44
45
46
47
48
{
"name": "rentease-web-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"ansi-regex": "^5.0.1",
"ansi-styles": "^4.3.0",
"cliui": "^8.0.1",
"color-convert": "^2.0.1",
"color-name": "^1.1.4",
"emoji-regex": "^8.0.0",
"escalade": "^3.1.1",
"faye-websocket": "^0.11.4",
"firebase": "^10.7.1",
"get-caller-file": "^2.0.5",
"http-parser-js": "^0.5.8",
"idb": "^7.1.1",
"is-fullwidth-code-point": "^3.0.0",
"lodash.camelcase": "^4.3.0",
"long": "^5.2.3",
"protobufjs": "^7.2.5",
"require-directory": "^2.1.1",
"safe-buffer": "^5.2.1",
"string-width": "^4.2.3",
"strip-ansi": "^6.0.1",
"tslib": "^2.6.2",
"undici": "^5.26.5",
"undici-types": "^5.26.5",
"websocket-driver": "^0.7.4",
"websocket-extensions": "^0.1.4",
"wrap-ansi": "^7.0.0",
"y18n": "^5.0.8",
"yargs": "^17.7.2",
"yargs-parser": "^21.1.1"
},
"devDependencies": {
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"keywords": [],
"author": "",
"license": "ISC"
}