-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
89 lines (89 loc) · 2.43 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
{
"name": "hymnal",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --transformIgnorePatterns \"/node_modules/(?!axios).+\\.js$\"",
"serve": "serve -s build",
"analyze": "node scripts/analyze.js"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"safari 11",
"ios_saf 11"
]
},
"dependencies": {
"@chakra-ui/react": "2.8.2",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"axios": "1.6.2",
"classnames": "2.3.2",
"focus-visible": "5.2.0",
"framer-motion": "10.16.5",
"fuse.js": "7.0.0",
"localforage": "1.10.0",
"react": "18.2.0",
"react-app-polyfill": "3.0.0",
"react-device-detect": "2.2.3",
"react-dom": "18.2.0",
"react-helmet": "6.1.0",
"react-icons": "4.4.0",
"react-intersection-observer": "9.3.5",
"react-junctions": "0.5.0",
"react-loader-spinner": "5.1.5",
"react-recipes": "1.5.0",
"react-router-dom": "6.19.0",
"react-scripts": "5.0.1",
"react-virtualized-auto-sizer": "1.0.20",
"react-window": "1.8.9",
"sass": "1.69.5",
"use-debounce": "10.0.0"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.3.0",
"@testing-library/user-event": "14.5.1",
"@tsconfig/recommended": "1.0.3",
"@types/jest": "28.1.6",
"@types/node": "20.9.2",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@types/react-helmet": "6.1.9",
"@types/react-router-dom": "5.3.3",
"@types/react-virtualized-auto-sizer": "1.0.3",
"@types/react-window": "1.8.8",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"eslint": "8.54.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-testing-library": "6.1.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-watch-typeahead": "^2.2.2",
"prettier": "3.1.0",
"progress-bar-webpack-plugin": "2.1.0",
"react-snap": "1.23.0",
"typescript": "5.2.2",
"webpack-bundle-analyzer": "4.5.0"
},
"jest": {
"clearMocks": false
}
}