forked from UserOfficeProject/user-office-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
121 lines (121 loc) · 4.72 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
{
"name": "duo-frontend",
"version": "0.1.0",
"private": true,
"config": {
"svc_acc_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImlkIjowLCJ1c2VyX3RpdGxlIjoiTXIuIiwiZmlyc3RuYW1lIjoiU2VydmljZSBBY2NvdW50IiwibWlkZGxlbmFtZSI6IiIsImxhc3RuYW1lIjoiIiwidXNlcm5hbWUiOiJzZXJ2aWNlIiwicHJlZmVycmVkbmFtZSI6IiIsIm9yY2lkIjoiIiwicmVmcmVzaFRva2VuIjoiIiwiZ2VuZGVyIjoibWFsZSIsIm5hdGlvbmFsaXR5IjoxLCJiaXJ0aGRhdGUiOiIyMDAwLTA0LTAxVDIyOjAwOjAwLjAwMFoiLCJvcmdhbmlzYXRpb24iOjEsImRlcGFydG1lbnQiOiIiLCJwb3NpdGlvbiI6IiIsImVtYWlsIjoic2VydmljZUB1c2Vyb2ZmaWNlLmVzcy5ldSIsImVtYWlsVmVyaWZpZWQiOnRydWUsInRlbGVwaG9uZSI6IiIsInRlbGVwaG9uZV9hbHQiOiIiLCJwbGFjZWhvbGRlciI6ZmFsc2UsImNyZWF0ZWQiOiIyMDIwLTA4LTEwVDE2OjQwOjAyLjk1NloiLCJ1cGRhdGVkIjoiMjAyMC0wOC0xMFQxNjo0MDowMy4yNjhaIn0sInJvbGVzIjpbeyJpZCI6Miwic2hvcnRDb2RlIjoidXNlcl9vZmZpY2VyIiwidGl0bGUiOiJVc2VyIE9mZmljZXIifV0sImN1cnJlbnRSb2xlIjp7ImlkIjoyLCJzaG9ydENvZGUiOiJ1c2VyX29mZmljZXIiLCJ0aXRsZSI6IlVzZXIgT2ZmaWNlciJ9LCJpYXQiOjE1OTcwNzc3NjF9.y_coY649frw5dgl549tGjirF99nqwz1-BrUAILhE6pI"
},
"dependencies": {
"@esss-swap/duo-localisation": "~1.1.10",
"@esss-swap/duo-validation": "~1.1.15",
"@graphql-codegen/cli": "~1.17.0",
"@graphql-codegen/typescript": "~1.17.0",
"@graphql-codegen/typescript-graphql-request": "~1.17.0",
"@graphql-codegen/typescript-operations": "~1.17.0",
"@material-ui/core": "~4.11.0",
"@material-ui/icons": "~4.9.1",
"@tinymce/tinymce-react": "~3.6.0",
"@types/dateformat": "~3.0.1",
"@types/jsonwebtoken": "~8.5.0",
"@types/react": "~16.9.43",
"@types/react-beautiful-dnd": "~11.0.5",
"@types/react-dom": "~16.9.8",
"@types/react-router": "~5.1.8",
"@types/react-router-dom": "~4.3.5",
"@types/tinymce": "~4.5.24",
"@types/yup": "~0.26.37",
"clsx": "~1.1.1",
"date-fns": "~2.14.0",
"dateformat": "~3.0.3",
"express": "~4.17.1",
"express-favicon": "~2.0.1",
"express-http-proxy": "~1.6.0",
"formik": "~1.5.8",
"formik-material-ui": "0.0.18",
"graphql": "~14.7.0",
"graphql-request": "~1.8.2",
"html-react-parser": "~0.9.2",
"http-proxy-middleware": "~0.20.0",
"immer": "~4.0.2",
"jsonwebtoken": "~8.5.1",
"material-table": "~1.62.0",
"notistack": "~0.9.17",
"path": "~0.12.7",
"query-string": "~6.13.1",
"react": "~16.13.1",
"react-beautiful-dnd": "~13.0.0",
"react-cookie": "~4.0.3",
"react-dom": "~16.13.1",
"react-router": "~5.2.0",
"react-router-dom": "~5.2.0",
"react-scripts": "~3.4.1",
"tinymce": "~5.4.1",
"ts-keycode-enum": "^1.0.6",
"typescript": "~3.9.6",
"xlsx": "~0.16.3",
"yup": "~0.27.0"
},
"proxy": "http://localhost:4000",
"scripts": {
"dev": "react-scripts start",
"build": "react-scripts --max_old_space_size=4096 build",
"debug": "react-scripts --inspect-brk start",
"test": "react-scripts test",
"test:debug": "react-scripts --inspect-brk test --runInBand --no-cache",
"lint": "tsc --noEmit && eslint . --ext .js,.jsx,.ts,.tsx --quiet",
"lint:fix": "tsc --noEmit && eslint . --ext .js,.jsx,.ts,.tsx --fix",
"eject": "react-scripts eject",
"start": "node server.js",
"cypress:open": "env CYPRESS_SVC_ACC_TOKEN=$npm_package_config_svc_acc_token cypress open",
"cy:run": "env CYPRESS_SVC_ACC_TOKEN=$npm_package_config_svc_acc_token cypress run",
"generate:local": "sed 's@<SCHEMA_URL>@http://localhost:4000/graphql@g' codegen_template.yml > codegen_tmp.yml && graphql-codegen -c codegen_tmp.yml && rm ./codegen_tmp.yml",
"analyze": "source-map-explorer 'build/static/js/*.js'"
},
"lint-staged": {
"**/*.{js,ts,jsx,tsx}": "npm run lint"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/eslint": "~6.8.1",
"@types/faker": "~4.1.12",
"@types/jest": "24.0.16",
"@types/node": "12.6.9",
"@types/react-test-renderer": "~16.9.2",
"@typescript-eslint/eslint-plugin": "~2.34.0",
"@typescript-eslint/parser": "~2.34.0",
"cypress": "~3.8.3",
"eslint": "~6.8.0",
"eslint-config-prettier": "~6.11.0",
"eslint-plugin-cypress": "~2.11.1",
"eslint-plugin-import": "~2.22.0",
"eslint-plugin-jest": "~23.18.0",
"eslint-plugin-prettier": "~3.1.4",
"eslint-plugin-react": "~7.20.3",
"eslint-plugin-react-hooks": "~2.5.1",
"faker": "~4.1.0",
"husky": "~4.2.5",
"lint-staged": "~10.2.11",
"prettier": "~1.19.1",
"react-test-renderer": "~16.13.1",
"source-map-explorer": "^2.5.0"
}
}