This repository was archived by the owner on Apr 9, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
79 lines (79 loc) · 2.26 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "@bycedric/github-website",
"version": "0.6.0",
"license": "MIT",
"private": true,
"main": "node_modules/expo/AppEntry.js",
"repository": {
"type": "git",
"url": "https://github.com/bycedric/github-website.git"
},
"scripts": {
"clean": "git clean -xdf .expo .jest .next",
"test": "echo 'no tests'",
"lint": "tsc && eslint src --ext js,ts,tsx",
"start": "next dev",
"build": "next build",
"serve": "next start",
"deploy": "now",
"release": "standard-version --tag-prefix=''"
},
"dependencies": {
"@apollo/react-hooks": "^3.1.5",
"@expo/next-adapter": "^2.0.29",
"@expo/vector-icons": "^10.1.0",
"@styled-system/css": "^5.1.5",
"@use-expo/font": "^1.0.1",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.8",
"apollo-link-http": "^1.5.17",
"dotenv": "^8.2.0",
"expo": "^36.0.2",
"expo-asset": "~8.0.0",
"expo-font": "~8.0.0",
"graphql": "^14.6.0",
"graphql-tag": "^2.10.3",
"isomorphic-unfetch": "^3.0.0",
"next": "^9.4.0",
"next-fonts": "^1.1.0",
"next-with-apollo": "^5.0.1",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.1.tar.gz",
"react-native-appearance": "^0.3.3",
"react-native-web": "^0.12.2",
"react-native-web-hooks": "^3.0.1",
"styled-components": "^5.1.0",
"styled-system": "^5.1.5"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@testing-library/react-native": "^5.0.3",
"@types/jest": "^25.2.1",
"@types/node": "^13.13.2",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"@types/styled-components": "^4.4.2",
"@types/styled-system": "^5.1.9",
"@types/styled-system__css": "^5.0.8",
"@types/styled-system__theme-get": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^2.29.0",
"@typescript-eslint/parser": "^2.33.0",
"babel-jest": "^25.4.0",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-styled-components": "^1.10.7",
"babel-preset-expo": "^8.1.0",
"eslint": "^6.8.0",
"eslint-plugin-jest": "^23.11.0",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^2.3.0",
"jest": "^25.4.0",
"jest-expo": "^36.0.1",
"jest-styled-components": "^7.0.2",
"standard-version": "^7.1.0",
"typescript": "^3.8.3"
},
"peerDependencies": {
"now": "16.7.1"
}
}