-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
128 lines (128 loc) · 4.44 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
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"devDependencies": {
"@adeira/babel-preset-adeira": "^3.0.0",
"@adeira/eslint-config": "^5.1.0",
"@adeira/flow-bin": "^0.7.0",
"@adeira/graphql-bc-checker": "^0.3.0",
"@axe-core/react": "^4.1.0",
"@babel/cli": "^7.12.17",
"@babel/core": "^7.12.17",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/register": "^7.12.13",
"@bazel/bazelisk": "^1.7.5",
"@bazel/ibazel": "^0.14.0",
"@jest/transform": "^26.6.2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@storybook/addon-actions": "^6.1.18",
"@storybook/addon-knobs": "^6.1.18",
"@storybook/react": "^6.1.18",
"@svgr/webpack": "^5.5.0",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.2",
"@testing-library/react-hooks": "^5.0.3",
"@testing-library/user-event": "^12.7.1",
"autoprefixer": "^10.2.3",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"babel-plugin-fbt": "^0.17.1",
"babel-plugin-fbt-runtime": "^0.9.12",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-relay": "^10.1.3",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.3.2",
"css-loader": "^5.0.2",
"css-minimizer-webpack-plugin": "^1.1.5",
"dotenv": "^8.2.0",
"eslint": "^7.20.0",
"eslint-plugin-sx": "^0.9.0",
"extract-css-chunks-webpack-plugin": "^4.9.0",
"file-loader": "^6.2.0",
"flow-bin": "^0.145.0",
"html-webpack-plugin": "^4.5.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"jest-cli": "^26.6.3",
"mockdate": "^3.0.2",
"mockingoose": "^2.13.2",
"mongodb-memory-server": "^6.9.3",
"msw": "^0.26.2",
"postcss": "^8.2.6",
"postcss-loader": "^4.2.0",
"postcss-preset-env": "^6.7.0",
"react-refresh": "^0.9.0",
"relay-compiler": "10.1.3",
"relay-test-utils": "10.1.3",
"storybook-css-modules-preset": "^1.0.5",
"style-loader": "^2.0.0",
"supertest": "^6.1.3",
"vercel": "^21.2.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3"
},
"dependencies": {
"@adeira/fetch": "^2.0.0",
"@adeira/graphql-global-id": "^2.0.0",
"@adeira/graphql-relay": "^0.3.0",
"@adeira/js": "^2.1.0",
"@adeira/sx": "^0.23.0",
"@babel/node": "^7.12.17",
"@babel/runtime": "^7.12.18",
"@hookform/resolvers": "1.3.0",
"@storybook/addon-a11y": "^6.1.18",
"@storybook/addon-viewport": "^6.1.18",
"classnames": "^2.2.6",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dataloader": "^2.0.0",
"express": "^4.17.1",
"express-graphql": "^0.12.0",
"fbt": "^0.16.0",
"google-auth-library": "^7.0.2",
"graphql": "^15.5.0",
"graphql-iso-date": "^3.6.1",
"history": "^5.0.0",
"http-server": "^0.12.3",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.11.17",
"morgan": "^1.10.0",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"password-hash": "^1.2.2",
"ramda": "^0.27.1",
"react": "^0.0.0-experimental-696e736be",
"react-content-loader": "^6.0.1",
"react-dom": "^0.0.0-experimental-696e736be",
"react-helmet": "^6.1.0",
"react-hook-form": "^6.15.2",
"react-icons": "^4.2.0",
"react-query": "^3.9.8",
"react-relay": "^0.0.0-experimental-4c4107dd",
"react-router-config": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-transition-group": "^4.4.1",
"recoil": "^0.0.10",
"redis": "^3.0.2",
"relay-runtime": "10.1.3",
"shortid": "^2.2.15",
"striptags": "^3.1.1",
"use-debounce": "^5.2.1",
"webpack": "^4.44.2",
"yup": "^0.32.9"
},
"resolutions": {
"@adeira/monorepo-utils": "^0.11.0"
},
"scripts": {
"build": "bazel build '...'",
"test": "bazel test '...'",
"lint": "yarn eslint . --fix --report-unused-disable-directives",
"typecheck": "adeira-flow-bin",
"translate": "fbt-translate",
"tj-manifest": "fbt-manifest --src src/trainingjournal/src --src-manifest src/trainingjournal/.src_manifest.json --enum-manifest src/trainingjournal/.enum_manifest.json",
"tj-collect": "fbt-collect --pretty --manifest < src/trainingjournal/.src_manifest.json > src/trainingjournal/.source_strings.json",
"tj-translate": "fbt-translate --translations src/trainingjournal/translations/*.json --jenkins > src/trainingjournal/translatedFbts.json --source-strings src/trainingjournal/.source_strings.json",
"tj-fbt": "yarn tj-manifest && yarn tj-collect && yarn tj-translate"
}
}