-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
114 lines (114 loc) · 3.58 KB
/
package.json
File metadata and controls
114 lines (114 loc) · 3.58 KB
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "tooth.ly",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"typeorm": "node --require ts-node/register ./node_modules/typeorm/cli.js",
"gen": "graphql-codegen --config apps/unicorn/codegen.yml"
},
"private": true,
"dependencies": {
"@apollo/client": "^3.5.8",
"@chakra-ui/icons": "^1.1.1",
"@chakra-ui/react": "^1.8.1",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@graphql-codegen/typescript-react-apollo": "^3.2.8",
"@reduxjs/toolkit": "^1.7.2",
"@types/connect-redis": "^0.0.18",
"@types/dotenv-safe": "^8.1.2",
"@types/ioredis": "^4.28.7",
"@types/react-redux": "^7.1.22",
"apollo-server-express": "^3.6.2",
"argon2": "^0.28.4",
"connect-redis": "^6.0.0",
"core-js": "^3.6.5",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"dotenv-safe": "^8.2.0",
"express": "^4.17.2",
"express-session": "^1.17.2",
"formik": "^2.2.9",
"framer-motion": "^6.2.3",
"graphql": "^15.3.0",
"ioredis": "^4.28.4",
"next": "12.0.7",
"pg": "^8.7.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-is": "17.0.2",
"react-native": "0.67.2",
"react-redux": "^7.2.6",
"recharts": "^2.1.8",
"regenerator-runtime": "0.13.7",
"styled-components": "5.3.3",
"ts-node": "^10.4.0",
"tslib": "^2.0.0",
"type-graphql": "^1.1.1",
"typeorm": "^0.3.6"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.6.2",
"@graphql-codegen/typescript": "^2.4.5",
"@graphql-codegen/typescript-operations": "^2.3.2",
"@nrwl/cli": "13.7.1",
"@nrwl/cypress": "13.7.2",
"@nrwl/detox": "13.8.3",
"@nrwl/eslint-plugin-nx": "13.7.1",
"@nrwl/jest": "13.7.1",
"@nrwl/linter": "13.7.1",
"@nrwl/next": "^13.7.2",
"@nrwl/nx-cloud": "latest",
"@nrwl/react": "13.7.2",
"@nrwl/react-native": "13.8.3",
"@nrwl/tao": "13.7.1",
"@nrwl/web": "13.7.2",
"@nrwl/workspace": "13.7.1",
"@react-native-async-storage/async-storage": "1.15.17",
"@react-native-community/cli": "7.0.1",
"@react-native-community/cli-platform-android": "7.0.1",
"@react-native-community/cli-platform-ios": "7.0.1",
"@testing-library/jest-dom": "5.16.2",
"@testing-library/jest-native": "4.0.4",
"@testing-library/react": "12.1.2",
"@testing-library/react-hooks": "7.0.2",
"@testing-library/react-native": "9.0.0",
"@types/jest": "27.0.2",
"@types/node": "16.11.7",
"@types/react": "17.0.30",
"@types/react-dom": "17.0.9",
"@types/react-is": "17.0.2",
"@types/react-native": "0.66.15",
"@types/styled-components": "5.1.15",
"@typescript-eslint/eslint-plugin": "~5.10.0",
"@typescript-eslint/parser": "~5.10.0",
"babel-jest": "27.2.3",
"babel-plugin-styled-components": "1.10.7",
"cypress": "^9.1.0",
"detox": "19.4.5",
"eslint": "~8.7.0",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.27.0",
"eslint-plugin-react-hooks": "4.3.0",
"jest": "27.2.3",
"jest-circus": "27.2.3",
"jest-react-native": "18.0.0",
"metro": "0.67.0",
"metro-react-native-babel-preset": "0.67.0",
"metro-resolver": "0.67.0",
"prettier": "^2.5.1",
"react-native-config": "1.4.5",
"react-native-svg": "12.1.1",
"react-native-svg-transformer": "1.0.0",
"react-test-renderer": "17.0.2",
"ts-jest": "27.0.5",
"typescript": "~4.5.2"
}
}