-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
131 lines (131 loc) · 4.49 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
129
130
131
{
"name": "white-label-airline",
"version": "0.0.0",
"license": "MIT",
"homepage": "http://xiongemi.github.io/white-label-airline",
"repository": {
"type": "git",
"url": "https://github.com/xiongemi/white-label-airline.git"
},
"scripts": {
"nx": "nx",
"start": "nx serve",
"build": "nx build --buildLibsFromSource",
"test": "nx run-many --all --target=test --parallel",
"test:watch": "npm run test -- --no-cache --watch",
"test:clear": "npm run test -- --clearCache",
"lint": "nx run-many --all --target=lint --parallel",
"lint:fix": "npm run lint -- --fix",
"e2e": "nx e2e",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test",
"affected:lint": "nx affected:lint --parallel --uncommitted --only-failed",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "nx migrate latest",
"dep-graph": "nx dep-graph",
"help": "nx help",
"predeploy": "npm run build -- --prod --baseHref=/white-label-airline/",
"deploy": "gh-pages -d dist/apps/white-label-airline",
"i18n": "npm-run-all --parallel i18n:*",
"i18n:abc-airline": "i18next 'apps/abc-airline/**/*.{ts,tsx}' 'libs/**/*.{ts,tsx}' -c 'apps/abc-airline/i18next-parser.config.js'",
"i18n:white-label-airline": "i18next 'apps/white-label-airline/**/*.{ts,tsx}' 'libs/**/*.{ts,tsx}' -c 'apps/white-label-airline/i18next-parser.config.js'",
"workspace-generator": "nx workspace-generator"
},
"private": false,
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@material-ui/pickers": "^3.2.10",
"@reduxjs/toolkit": "1.6.2",
"@types/ramda": "^0.27.32",
"@types/react-router-dom": "5.3.1",
"@types/yup": "^0.29.10",
"connected-react-router": "^6.8.0",
"date-fns": "^2.16.1",
"document-register-element": "1.13.1",
"formik": "^2.2.6",
"formik-material-ui": "^3.0.1",
"formik-material-ui-lab": "^0.0.8",
"formik-material-ui-pickers": "^0.0.12",
"i18next": "^19.8.4",
"i18next-browser-languagedetector": "^6.0.1",
"i18next-http-backend": "^1.0.21",
"ramda": "^0.27.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-i18next": "^11.8.3",
"react-redux": "7.2.5",
"react-router-dom": "5.3.0",
"redux-devtools-extension": "^2.13.8",
"redux-logger": "^3.0.6",
"redux-observable": "^1.2.0",
"redux-persist": "^6.0.0",
"yup": "^0.29.3"
},
"devDependencies": {
"@babel/core": "7.9.6",
"@babel/preset-env": "7.9.6",
"@babel/preset-react": "7.9.4",
"@babel/preset-typescript": "7.9.0",
"@nrwl/cypress": "13.8.4",
"@nrwl/eslint-plugin-nx": "13.8.4",
"@nrwl/jest": "13.8.4",
"@nrwl/linter": "^13.8.4",
"@nrwl/nx-cloud": "13.1.6",
"@nrwl/react": "13.8.4",
"@nrwl/web": "13.8.4",
"@nrwl/workspace": "13.8.4",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "12.1.2",
"@testing-library/react-hooks": "7.0.2",
"@types/jest": "27.0.2",
"@types/jest-axe": "^3.5.1",
"@types/react": "17.0.30",
"@types/react-dom": "17.0.9",
"@types/redux-mock-store": "^1.0.2",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"babel-jest": "27.2.3",
"cypress": "^4.12.1",
"dotenv": "10.0.0",
"eslint": "^8.10.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.11.2",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-jest-dom": "^3.6.3",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "7.26.1",
"eslint-plugin-react-hooks": "4.3.0",
"eslint-plugin-testing-library": "^3.10.1",
"gh-pages": "^3.1.0",
"husky": "^4.3.5",
"i18next-parser": "^3.6.0",
"immutable": "^4.0.0-rc.12",
"jest": "27.2.3",
"jest-axe": "^4.1.0",
"jest-fetch-mock": "^3.0.3",
"npm-run-all": "^4.1.5",
"prettier": "2.5.1",
"react-test-renderer": "^17.0.1",
"redux-mock-store": "^1.5.4",
"seamless-immutable": "^7.1.4",
"ts-jest": "27.0.5",
"ts-node": "9.1.1",
"tslint": "6.1.3",
"typescript": "4.3.5"
},
"husky": {
"hooks": {
"pre-commit": "npm run affected:lint",
"pre-push": "npm run lint && npm run i18n && npm run test"
}
}
}