-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (67 loc) · 1.65 KB
/
package.json
File metadata and controls
68 lines (67 loc) · 1.65 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
64
65
66
67
68
{
"name": "books-store",
"version": "0.1.0",
"private": true,
"homepage": "https://muhammad-21.github.io/books-store/",
"dependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.1.1",
"@testing-library/user-event": "^13.5.0",
"animate.css": "^4.1.1",
"axios": "^0.27.2",
"classnames": "^2.3.1",
"gh-pages": "^4.0.0",
"gsap": "^3.10.4",
"json-server": "^0.17.0",
"lottie-react": "^2.2.1",
"prop-types": "^15.8.1",
"react": "^18.0.0",
"react-confetti": "^6.0.1",
"react-content-loader": "^6.2.0",
"react-dom": "^18.0.0",
"react-redux": "^8.0.1",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"react-scroll-up": "^1.3.7",
"react-use": "^17.3.2",
"react-welcome-page": "^0.2.1",
"redux": "^4.2.0",
"redux-thunk": "^2.4.1",
"sass": "^1.50.1",
"styled-components": "^5.3.5",
"sweetalert2": "^11.4.14",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "gh-pages -d build",
"predeploy": "npm run build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"concurrently": "^7.1.0"
},
"description": "Магазин книг",
"main": "index.js",
"repository": {
"type": "git",
"url": "no"
},
"author": "",
"license": "ISC"
}