-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
119 lines (119 loc) · 3.57 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
{
"name": "kf-ui-data-tracker",
"version": "0.16.0",
"private": true,
"bundlesize": [
{
"path": "./build/static/js/*.js",
"maxSize": "3 MB"
},
{
"path": "./build/static/css/*.css",
"maxSize": "1 MB"
}
],
"dependencies": {
"@amplitude/react-amplitude": "^1.0.0",
"@apollo/client": "^3.3.7",
"@editorjs/editorjs": "^2.21.0",
"@editorjs/header": "^2.6.1",
"@editorjs/paragraph": "^2.8.0",
"@handsontable/react": "^4.0.0",
"@nivo/bar": "^0.67.0",
"@nivo/calendar": "^0.67.0",
"@nivo/core": "^0.67.0",
"amplitude-js": "^5.4.2",
"ansi-to-react": "^6.0.8",
"apollo-upload-client": "^10.0.0",
"auth0-js": "^9.10.1",
"classnames": "^2.2.6",
"codecov": "^3.7.1",
"draft-js": "^0.11.4",
"formik": "^1.5.8",
"graphiql": "^1.1.0",
"graphql": "^15.4.0",
"graphql-tag": "^2.10.1",
"graphql-voyager": "^1.0.0-rc.31",
"handsontable": "^8.0.0",
"jwt-decode": "^2.2.0",
"markdown-draft-js": "^2.2.1",
"papaparse": "^5.2.0",
"query-string": "^6.12.1",
"react": "^16.8.3",
"react-app-rewire-postcss": "^3.0.2",
"react-copy-to-clipboard": "^5.0.1",
"react-datasheet": "^1.4.1",
"react-dom": "^16.8.3",
"react-dom-confetti": "^0.2.0",
"react-draft-wysiwyg": "^1.14.4",
"react-editor-js": "^1.9.0",
"react-helmet": "^5.2.1",
"react-hot-loader": "^4.3.12",
"react-markdown": "^4.2.2",
"react-modal": "^3.8.1",
"react-router-dom": "^5.2.0",
"react-scripts": "3.0.0",
"react-sortable-tree": "^2.8.0",
"react-sortable-tree-theme-file-explorer": "^2.0.0",
"react-syntax-highlighter": "^13.5.3",
"react-timeago": "^4.4.0",
"semantic-ui-react": "^0.88.2",
"string-similarity": "^3.0.0",
"uuid": "^8.3.2",
"xlsx": "^0.16.6"
},
"resolutions": {
"babel-core": "7.0.0-bridge.0"
},
"scripts": {
"start": "REACT_APP_COMMITHASH=`git rev-parse --short HEAD` REACT_APP_LAST_VERSION=`git describe --always --tags` react-app-rewired -r @cypress/instrument-cra start",
"build": "REACT_APP_COMMITHASH=`git rev-parse --short HEAD` REACT_APP_LAST_VERSION=`git describe --always --tags` react-app-rewired build",
"test": "yarn run jest",
"prettify": "prettier --write \"**/*.{js,json,css,md}\" \"!package.json\"",
"cy:open": "yarn run cypress open",
"cy:test": "yarn run cypress run"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"@cypress/code-coverage": "^3.1.0",
"@cypress/instrument-cra": "^1.1.0",
"@testing-library/react": "^9.4.0",
"ajv": "^6.10.2",
"babel-jest": "^24.7.1",
"babel-plugin-istanbul": "^6.0.0",
"base64url": "^3.0.1",
"cypress": "^4.2.0",
"file-saver": "^2.0.2",
"generate-schema": "^2.6.0",
"husky": "^1.3.1",
"istanbul-lib-coverage": "^3.0.0",
"jest-localstorage-mock": "^2.4.0",
"nyc": "^15.0.1",
"postcss-extend-rule": "^2.0.0",
"postcss-for": "^2.1.1",
"postcss-import": "^12.0.1",
"postcss-import-ext-glob": "^1.1.0",
"postcss-nested": "^4.1.2",
"prettier": "^1.16.4",
"react-app-rewired": "^2.1.0",
"waait": "^1.0.4"
},
"nyc": {
"report-dir": "cypress-coverage"
}
}