-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.03 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
{
"name": "xplat",
"version": "1.0.0",
"description": "Cross platform/application utilities.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ucf-tower-app/xplat.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/ucf-tower-app/xplat/issues"
},
"homepage": "https://github.com/ucf-tower-app/xplat#readme",
"dependencies": {
"@types/uuid": "^9.0.0",
"firebase": "^9.12.1",
"firebase-tools": "^11.15.0",
"react-native-get-random-values": "^1.8.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/jest": "^29.2.6",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.3.1",
"prettier": "2.7.1",
"ts-jest": "^29.0.5",
"typescript": ">=3.3.1 <4.9.0"
},
"eslintIgnore": [
"api.ts",
"types/types.ts"
]
}