-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.2 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": "tabs",
"version": "1.0.0",
"description": "tabs as a household management app",
"main": "index.ts",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UTSCCSCC01/Tabs.git"
},
"author": "\"John Ma, Klein Harrigan, Tyler Cong, Gigi Cheang, Crystal Huang, Young Chen\"",
"license": "ISC",
"bugs": {
"url": "https://github.com/UTSCCSCC01/Tabs/issues"
},
"homepage": "https://github.com/UTSCCSCC01/Tabs#readme",
"dependencies": {
"@apollo/client": "^3.6.9",
"@react-native-community/datetimepicker": "^6.7.0",
"@react-navigation/native": "^6.0.13",
"@react-navigation/native-stack": "^6.9.0",
"apollo-client": "^2.6.10",
"bcryptjs": "^2.4.3",
"css-tree": "^2.2.1",
"dotenv": "^16.0.2",
"eslint": "^8.23.1",
"esm": "^3.2.25",
"expo": "^46.0.13",
"react-native": "0.69.6",
"react-native-dropdown-picker": "^5.4.2",
"react-native-floating-action": "^1.22.0",
"react-native-svg": "12.3.0"
},
"devDependencies": {
"react-native-svg-transformer": "^1.0.0",
"ts-node-dev": "^2.0.0",
"typescript": "^4.8.3"
}
}