-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
118 lines (118 loc) · 3.63 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
{
"name": "introspec",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.5.5",
"@radix-ui/colors": "^0.1.7",
"@radix-ui/react-avatar": "^1.0.1",
"@radix-ui/react-checkbox": "^1.0.1",
"@radix-ui/react-dialog": "^1.0.2",
"@radix-ui/react-dropdown-menu": "^2.0.1",
"@radix-ui/react-menu": "^2.0.1",
"@radix-ui/react-popover": "^1.0.2",
"@radix-ui/react-radio-group": "^1.1.1",
"@radix-ui/react-scroll-area": "^1.0.2",
"@radix-ui/react-select": "^1.0.0",
"@radix-ui/react-separator": "^1.0.0",
"@radix-ui/react-slot": "^1.0.1",
"@radix-ui/react-switch": "^0.1.0",
"@radix-ui/react-tabs": "^1.0.2",
"@radix-ui/react-toast": "^1.1.2",
"@radix-ui/react-toolbar": "^1.0.1",
"@stitches/react": "^1.2.8",
"@tanstack/react-table": "^8.5.15",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/lodash": "^4.14.172",
"@types/node": "^16.0.0",
"@types/omit-deep-lodash": "^1.1.1",
"@types/pascalcase": "^1.0.0",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/react-inlinesvg": "^1.0.0",
"@types/react-router": "^5.1.19",
"@types/react-router-dom": "^5.3.3",
"apollo3-cache-persist": "^0.14.1",
"feather-icons-react": "^0.5.0",
"final-form": "^4.20.7",
"final-form-arrays": "^3.0.2",
"fuzzysort": "^1.1.4",
"graphql": "^15.5.2",
"history": "^5.0.1",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"omit-deep-lodash": "^1.1.7",
"pascalcase": "^1.0.0",
"prism-react-renderer": "^1.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-feather": "^2.0.9",
"react-final-form": "^6.5.9",
"react-final-form-arrays": "^3.1.4",
"react-inlinesvg": "^3.0.1",
"react-router": "6",
"react-router-dom": "6",
"react-scripts": "^5.0.1",
"react-top-loading-bar": "^2.0.1",
"typescript": "^4.1.2",
"uuid-random": "^1.3.2",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint --ext js,ts,tsx .",
"fix": "yarn lint --fix",
"typegen": "NODE_TLS_REJECT_UNAUTHORIZED=0 graphql-codegen -r dotenv/config --errors-only",
"typegen:watch": "yarn typegen --watch"
},
"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/add": "^3.2.1",
"@graphql-codegen/cli": "^2.13.6",
"@graphql-codegen/typescript": "^2.7.4",
"@graphql-codegen/typescript-operations": "^2.5.4",
"@graphql-codegen/typescript-react-apollo": "^3.3.4",
"@types/webpack-env": "^1.16.2",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"babel-eslint": "^10.1.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "^8.25.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-import-resolver-typescript": "^3.5.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-lodash": "^7.4.0",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}