-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.73 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.73 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
{
"name": "react-redux-group-project-space-travelers-hub",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"linters": "eslint \"**/*.{js,jsx}\" & stylelint \"**/*.{css,scss}\"",
"eslint": "eslint \"**/*.{js,jsx}\" --fix",
"style": "stylelint \"**/*.{css,scss}\" --fix",
"fix": "npm run eslint && npm run style"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@reduxjs/toolkit": "^1.9.3",
"axios": "^1.3.4",
"bootstrap": "^5.2.3",
"dayjs": "^1.11.13",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-bootstrap": "^2.7.2",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-redux": "^8.0.5",
"react-router-dom": "^6.8.2",
"swiper": "^11.1.11",
"uuid": "^10.0.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-syntax-jsx": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.5",
"jsdom": "^21.1.0",
"redux-mock-store": "^1.5.4",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^21.0.0",
"stylelint-csstree-validator": "^1.9.0",
"stylelint-scss": "^3.21.0",
"vite": "^5.1.0",
"vitest": "^2.0.5"
}
}