generated from yandex-praktikum/react-stellar-burger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.73 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
{
"name": "react-burger-starter",
"version": "0.1.0",
"private": true,
"dependencies": {
"@reduxjs/toolkit": "^1.9.7",
"@ya.praktikum/react-developer-burger-ui-components": "^1.14.0",
"clsx": "^1.2.1",
"localforage": "^1.10.0",
"luxon": "^3.4.3",
"match-sorter": "^6.3.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dnd": "^14.0.5",
"react-dnd-html5-backend": "^14.1.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^8.32.5",
"react-redux": "^7.2.9",
"react-scripts": "^5.0.1",
"redux": "^4.2.1",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.2",
"sort-by": "^0.0.2",
"uuid": "^9.0.1",
"web-vitals": "^1.0.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.1.10",
"@types/luxon": "^3.3.3",
"@types/react": "17.0.0",
"@types/react-dom": "^18.2.15",
"@types/uuid": "^9.0.7",
"cypress": "^13.4.0",
"fetch-mock": "^9.11.0",
"jest": "^27.5.1",
"react-router-dom": "^6.17.0",
"react-test-renderer": "^18.2.0",
"redux-mock-store": "^1.5.4",
"typescript": "^4.9.5"
},
"scripts": {
"cypress:open": "./node_modules/.bin/cypress open",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
}
}