-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
112 lines (112 loc) · 3.6 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
{
"name": "cqdg-portal",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.3.11",
"@ferlab/style": "^1.5.1",
"@ferlab/ui": "^1.5.0",
"@nivo/bar": "^0.69.1",
"@nivo/core": "^0.69.0",
"@nivo/pie": "^0.69.0",
"@react-keycloak/web": "^3.4.0",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.8.1",
"antd": "^4.12.3",
"apollo-link-rest": "^0.8.0-beta.0",
"axios": "^0.21.1",
"classnames": "^2.2.6",
"dateformat": "^4.5.1",
"file-saver": "^2.0.5",
"filesize": "^6.1.0",
"graphql": "^15.5.0",
"graphql-anywhere": "^4.2.7",
"jwt-decode": "^3.1.2",
"keycloak-js": "^11.0.3",
"lodash": "^4.17.21",
"node-sass": "^4.14.1",
"qs": "^6.10.1",
"query-string": "^6.14.1",
"react": "^17.0.1",
"react-beautiful-dnd": "^13.0.0",
"react-dom": "^17.0.1",
"react-error-boundary": "^3.1.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"react-intl": "^5.13.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"tsv-json": "^2.0.0",
"typescript": "^4.2.2",
"uuid": "^8.3.2",
"web-vitals": "^1.0.0",
"xss": "^1.0.8"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"lint&fix": "eslint --fix --rule 'no-console: 2'",
"eject": "react-scripts eject",
"compile:theme": "ferlabui-script compile -t cqdg -d public/assets/css"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"src/**/*.{ts,tsx}": [
"npm run lint&fix"
]
},
"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/classnames": "^2.2.11",
"@types/dateformat": "^3.0.1",
"@types/file-saver": "^2.0.1",
"@types/graphql": "^14.5.0",
"@types/jest": "^26.0.20",
"@types/lodash": "^4.14.168",
"@types/node": "^12.20.4",
"@types/react": "^17.0.0",
"@types/react-beautiful-dnd": "^13.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-helmet": "^6.1.0",
"@types/react-router-dom": "^5.1.7",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"@welldone-software/why-did-you-render": "^6.1.1",
"apollo": "^2.32.5",
"eslint": "^7.21.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.5",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-sort-destructure-keys": "^1.3.5",
"eslint-plugin-sort-keys-fix": "^1.1.1",
"husky": "^4.3.8",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1"
}
}