-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.67 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
{
"name": "Practice_1",
"version": "1.0.0",
"description": "",
"default": "index.html",
"scripts": {
"start": "set PORT=3000 && parcel index.html",
"build": "parcel build index.html --dist-dir dist"
},
"keywords": [],
"author": "Alireza",
"license": "ISC",
"dependencies": {
"@popperjs/core": "^2.11.5",
"@reduxjs/toolkit": "^1.8.5",
"axios": "^0.27.2",
"bootstrap": "^5.2.0",
"bootstrap-icons": "^1.9.1",
"core-js": "^3.23.5",
"create-react-app": "^5.0.1",
"gapi-script": "^1.2.0",
"json-server": "^0.17.0",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-bootstrap": "^2.5.0",
"react-bootstrap-icons": "^1.8.4",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"react-paginate": "^8.1.3",
"react-portal": "^4.2.2",
"react-redux": "^8.0.2",
"react-router-dom": "^5.3.3",
"react-slick": "^0.29.0",
"react-toastify": "^9.0.8",
"redux": "^4.2.0",
"redux-form": "^8.3.8",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.1",
"regenerator-runtime": "^0.13.9",
"transformer-js": "0.0.9"
},
"devDependencies": {
"@faker-js/faker": "^7.3.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"constants-browserify": "^1.0.0",
"crypto-browserify": "^3.12.0",
"events": "^3.3.0",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"parcel": "^2.6.2",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"querystring-es3": "^0.2.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"url": "^0.11.0",
"util": "^0.12.4"
}
}