-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.01 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
69
70
71
72
73
74
{
"name": "gold-pharma-shop",
"description": "An online application created to offer users the best pharmaceutical online shopping experience.",
"author": "afek-sakaju",
"homepage": "https://github.com/Afek-Sakaju/gold-pharma-shop",
"keywords": [
"pharma",
"react",
"json-server",
"online-shop",
"e-commerce"
],
"version": "1.0.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/Afek-Sakaju/gold-pharma-shop"
},
"scripts": {
"start": "craco start",
"json-server": "json-server --watch data/db.json --port 3004",
"build": "craco build",
"lint": "eslint --ext .jsx --ext .js ."
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"classnames": "^2.3.2",
"craco-alias": "^3.0.1",
"json-server": "^0.17.3",
"path": "^0.12.7",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-redux": "^8.0.5",
"react-router-dom": "^6.9.0",
"react-scripts": "5.0.1",
"react-spinners": "^0.13.8",
"redux": "^4.2.1",
"redux-devtools-extension": "^2.13.9",
"styled-components": "^6.0.8",
"uuid": "^8.3.2",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@craco/craco": "^7.1.0",
"@testing-library/dom": "^9.0.0",
"@typescript-eslint/parser": "^5.57.0",
"babel-plugin-named-exports-order": "^0.0.2",
"eslint": "^8.37.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"prettier": "^2.8.7",
"webpack": "^5.75.0"
}
}