-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.66 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
{
"name": "ecommerce",
"version": "0.1.0",
"private": true,
"dependencies": {
"@chec/commerce.js": "^2.4.1",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@fontsource/poppins": "^4.5.0",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@mui/icons-material": "^5.0.1",
"@mui/material": "^5.0.2",
"@mui/styles": "^5.0.1",
"@reduxjs/toolkit": "^1.6.2",
"@stripe/react-stripe-js": "^1.4.0",
"@stripe/stripe-js": "^1.14.0",
"dotenv": "^9.0.0",
"eslint": "^7.32.0",
"framer-motion": "^4.1.13",
"material-ui-image": "^3.3.2",
"node-sass": "^6.0.1",
"react": "^17.0.2",
"react-device-detect": "^1.17.0",
"react-dom": "^17.0.2",
"react-hook-form": "^7.5.3",
"react-material-ui-carousel": "^3.1.1",
"react-parallax-tilt": "^1.5.10",
"react-redux": "^7.2.6",
"react-router-dom": "^5.3.0",
"react-router-scroll-memory": "^2.0.7",
"react-scripts": "4.0.3",
"react-scroll-parallax": "^2.4.0",
"react-spring": "^9.3.0",
"react-stickynode": "^4.0.0",
"react-vanilla-tilt": "^1.0.0",
"redux": "^4.1.0",
"redux-thunk": "^2.3.0",
"sass": "^1.32.12",
"vanilla-tilt": "^1.7.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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-plugin-import": "^1.13.3"
}
}