-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.99 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
{
"name": "sigma.frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.2.2",
"@apollo/react-hooks": "^3.1.5",
"@craco/craco": "^6.0.0",
"@testing-library/jest-dom": "^5.11.5",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^12.19.3",
"@types/react": "^16.9.55",
"@types/react-dom": "^16.9.9",
"@types/react-router-dom": "^5.1.6",
"@types/react-transition-group": "^4.4.0",
"@types/styled-components": "^5.1.4",
"antd": "^4.16.13",
"apollo-boost": "^0.4.9",
"apollo-link-context": "^1.0.20",
"apollo-link-ws": "^1.0.20",
"apollo-upload-client": "^14.1.3",
"craco-less": "^1.17.1",
"graphql": "^15.1.0",
"highcharts": "^8.2.2",
"highcharts-react-official": "^3.0.0",
"mobx": "^5.15.4",
"mobx-react": "^6.2.2",
"mobx-utils": "^6.0.3",
"oidc-client": "^1.10.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.0",
"react-transition-group": "^4.4.1",
"styled-components": "^5.2.1",
"typescript": "^4.0.5",
"web-vitals": "^0.2.4"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"generate-types": "graphql-codegen --config ./codegen-finance.yml",
"test": "craco test"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@graphql-codegen/cli": "^1.15.4",
"@graphql-codegen/typescript": "^1.15.4",
"@graphql-codegen/typescript-operations": "^1.15.4",
"@graphql-codegen/typescript-react-apollo": "^1.15.4",
"@types/apollo-upload-client": "^14.1.0",
"babel-plugin-import": "^1.13.0"
}
}