-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.8 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.8 KB
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
{
"name": "react-burger",
"private": true,
"version": "0.4.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 100",
"preview": "vite preview",
"prepare": "husky",
"test": "jest",
"cypress": "cypress open cache clear"
},
"dependencies": {
"@reduxjs/toolkit": "^2.2.5",
"@ya.praktikum/react-developer-burger-ui-components": "^1.14.0",
"classnames": "^2.5.1",
"core-js": "^3.36.1",
"date-fns": "^3.6.0",
"dnd-core": "^16.0.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-redux": "^9.1.1",
"react-router-dom": "^6.23.1",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
"simplebar-react": "^3.2.4",
"uuid": "^9.0.1"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@babel/runtime": "^7.24.4",
"@testing-library/react": "^16.0.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"babel-jest": "^29.7.0",
"cypress": "^13.12.0",
"cypress-drag-drop": "^1.1.1",
"eslint": "^8.57.0",
"eslint-plugin-cypress": "^3.3.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"husky": "^9.0.11",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"sass": "^1.74.1",
"ts-jest": "^29.1.5",
"typescript": "^5.2.2",
"vite": "^5.2.0"
}
}