-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
73 lines (73 loc) · 2.03 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": "dimes",
"version": "0.1.0",
"private": true,
"dependencies": {
"@lingui/detect-locale": "^4.5.0",
"@lingui/macro": "^4.2.1",
"@lingui/react": "^4.2.1",
"@reecelucas/react-datepicker": "^2.0.0",
"@testing-library/jest-dom": "^5.15.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.2.0",
"axios": "^0.27.2",
"classnames": "^2.2.6",
"date-fns": "^2.30.0",
"downshift": "^6.1.7",
"formik": "^2.1.5",
"mirador": "^3.3.0",
"pluralize": "^8.0.0",
"query-string": "^7.0.1",
"react": "^16.13.1",
"react-accessible-dropdown-menu-hook": "^3.2.0",
"react-aria-live": "^2.0.5",
"react-datepicker": "^4.20.0",
"react-dom": "^16.13.1",
"react-google-recaptcha": "^2.1.0",
"react-helmet": "^6.1.0",
"react-highlight-words": "^0.18.0",
"react-loading-skeleton": "^3.1.0",
"react-modal": "^3.14.4",
"react-paginate": "^8.1.3",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"resize-observer-polyfill": "^1.5.1",
"sass": "^1.52.3",
"url": "^0.11.0"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@blueprintjs/core": "^4.17.6",
"@blueprintjs/icons": "^4.14.3",
"@lingui/cli": "^4.5.0",
"babel-plugin-macros": "^3.1.0",
"backstopjs": "^6.3.23"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"backstop-reference": "backstop reference --docker",
"backstop-test": "backstop test --docker",
"backstop-approve": "backstop approve",
"lingui-extract": "lingui extract",
"lingui-compile": "lingui compile"
},
"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"
]
}
}