-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
90 lines (90 loc) · 2.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
{
"name": "datacat-editor",
"version": "0.8.1",
"license": "GPL-3.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.3.11",
"@date-io/dayjs": "^2.10.8",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@graphql-codegen/cli": "^2.16.4",
"@graphql-codegen/import-types-preset": "^1.18.1",
"@graphql-codegen/typescript": "^1.21.0",
"@graphql-codegen/typescript-operations": "^1.17.14",
"@graphql-codegen/typescript-react-apollo": "^2.2.1",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@mui/icons-material": "^5.16.4",
"@mui/material": "^5.16.4",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.7.2",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.31",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@types/react-router-dom": "^5.1.7",
"browserify-zlib": "^0.2.0",
"csv-parser": "^3.0.0",
"datacat-editor": "file:",
"dayjs": "^1.10.4",
"file-saver": "^2.0.5",
"fs": "^0.0.1-security",
"graphiql": "^1.4.0",
"graphql": "^15.5.0",
"https-browserify": "^1.0.0",
"jszip": "^3.10.0",
"node-fetch": "^2.6.1",
"notistack": "^1.0.3",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-hook-form": "^6.15.3",
"react-router-dom": "^5.2.0",
"react-scripts": "^5.0.1",
"react-window": "^1.8.6",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"typeface-roboto": "^1.1.13",
"typescript": "^4.1.5",
"util": "^0.12.5",
"uuid": "^8.3.2",
"winston": "^3.14.2",
"xlsx": "^0.18.5"
},
"scripts": {
"start": "react-scripts start --REACT_APP_VERSION=$npm_package_version",
"build": "react-scripts build --REACT_APP_VERSION=$npm_package_version",
"test": "react-scripts test --REACT_APP_VERSION=$npm_package_version",
"eject": "react-scripts eject",
"generate-hooks": "graphql-codegen",
"generate-possible-types": "node genPossibleTypes.js",
"release": "release-it"
},
"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"
]
},
"release-it": {
"publish": false
},
"devDependencies": {
"@types/file-saver": "^2.0.5",
"@types/react-window": "^1.8.2",
"@types/uuid": "^8.3.4"
}
}