-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
116 lines (116 loc) · 3.59 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
{
"name": "rapidtest-support",
"version": "1.2.15",
"private": true,
"dependencies": {
"@craco/craco": "^6.1.1",
"@fortawesome/fontawesome-svg-core": "1.2.32",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/free-regular-svg-icons": "5.15.1",
"@fortawesome/react-fontawesome": "^0.1.14",
"@hcaptcha/react-hcaptcha": "0.3.6",
"@jsdevtools/rehype-toc": "3.0.2",
"@react-firebase/auth": "0.2.10",
"@sentry/react": "6.4.0",
"@sentry/tracing": "6.4.0",
"@tailwindcss/postcss7-compat": "^2.0.3",
"@tailwindcss/typography": "0.4.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"ag-grid-community": "25.1.0",
"ag-grid-react": "25.1.0",
"async-limiter": "2.0.0",
"autoprefixer": "^9",
"axios": "^0.21.1",
"axios-auth-refresh": "3.1.0",
"classnames": "^2.2.6",
"date-fns": "2.17.0",
"downshift": "6.1.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^7.2.0",
"eslint-config-react-app": "6.0.0",
"eslint-plugin-prettier": "^3.3.1",
"firebase": "8.2.9",
"i18next": "^19.8.7",
"i18next-browser-languagedetector": "^6.0.1",
"immer": "^8.0.1",
"jotai": "0.14.1",
"leaflet": "1.7.1",
"papaparse": "5.3.0",
"postcss": "^7",
"postcss-easy-import": "3.0.0",
"postcss-mixins": "6.2.3",
"postcss-nested": "4.2.3",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-dropzone": "11.3.1",
"react-filepond": "7.1.1",
"react-highlight-words": "0.17.0",
"react-hook-form": "^6.15.1",
"react-i18next": "^11.8.6",
"react-input-mask": "2.0.4",
"react-leaflet": "3.1.0",
"react-loading-skeleton": "2.2.0",
"react-markdown": "5.0.3",
"react-modal": "^3.12.1",
"react-paginate": "7.1.0",
"react-pdf": "5.2.0",
"react-responsive": "8.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.2",
"react-scroll": "1.8.2",
"react-select": "4.3.1",
"react-table": "^7.6.3",
"react-tabs": "3.2.0",
"react-toastify": "7.0.3",
"react-tooltip": "^4.2.13",
"rehype-parse": "7.0.1",
"rehype-react": "6.2.0",
"rehype-slug": "4.0.1",
"rehype-stringify": "8.0.0",
"remark-gfm": "1.0.0",
"remark-github": "10.0.1",
"remark-parse": "9.0.0",
"remark-rehype": "8.0.0",
"remark-slug": "6.0.0",
"remark-toc": "7.2.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"unified": "9.2.1",
"web-vitals": "^1.0.1"
},
"scripts": {
"analyze": "node ./scripts/analyze.js",
"start": "craco start",
"lint": "npx prettier --write .",
"build-docs": "npm docs .",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject",
"translate": "NODE_ENV=development yarn run babel --quiet --ignore 'node_modules/**','src/__tests__/**' -f .babelrc 'src/**/*.js' > /dev/null 2>&1",
"bumpVersion": "node ./scripts/release.js"
},
"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": {
"@babel/cli": "^7.12.16",
"babel-plugin-i18next-extract": "^0.8.2",
"chalk": "4.1.0",
"concurrently": "^5.3.0",
"http-proxy-middleware": "1.0.6",
"prettier": "^2.4.1",
"progress-bar-webpack-plugin": "2.1.0",
"replace-in-file": "6.2.0",
"webpack-bundle-analyzer": "4.4.0"
}
}