-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 1.96 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
75
76
77
78
79
80
{
"name": "ecommerce-website-1",
"version": "0.1.0",
"private": true,
"dependencies": {
"@reduxjs/toolkit": "^1.6.2",
"@testing-library/jest-dom": "^5.15.0",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"bootstrap": "^5.3.1",
"immer": "^9.0.12",
"loader": "^2.1.1",
"parse": "^4.1.0",
"parse-server": "^6.2.0",
"react": "^17.0.2",
"react-bootstrap": "^2.8.0",
"react-dom": "^17.0.2",
"react-icons": "^4.8.0",
"react-paginate": "^8.2.0",
"react-redux": "^7.2.6",
"react-router-dom": "^6.2.1",
"react-scripts": "4.0.3",
"react-slick": "^0.29.0",
"reactstrap": "^9.0.1",
"redux-logger": "^3.0.6",
"remixicon": "^2.5.0",
"slick-carousel": "^1.8.1",
"web-vitals": "^1.1.2",
"webpack": "^4.44.2"
},
"scripts": {
"dev": "vite",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"start": "react-scripts start --openssl-legacy-provider",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "7.22.5",
"@babel/eslint-parser": "7.22.5",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-env": "7.22.5",
"babel-plugin-react-html-attrs": "^3.0.5",
"gh-pages": "^6.0.0",
"react-error-overlay": "^6.0.9",
"sass": "^1.65.1",
"sass-loader": "^13.3.2",
"tailwindcss": "^3.3.3"
},
"plugins": [
[
"@babel/plugin-proposal-private-property-in-object",
{
"loose": true
}
]
]
}