-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.31 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
{
"name": "next_online_store",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-regular-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.13",
"@paypal/react-paypal-js": "^7.8.1",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"formik": "^2.2.5",
"html-to-draftjs": "^1.4.0",
"isomorphic-dompurify": "^0.19.0",
"next": "^11.1.4",
"nodemailer": "^6.7.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-draft-wysiwyg": "^1.14.6",
"react-image-magnifiers": "^1.4.0",
"react-paginate": "^6.5.0",
"react-responsive-carousel": "^3.2.10",
"styled-components": "^5.2.1",
"swr": "^1.3.0",
"yup": "^0.32.11"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.12.0",
"webpack": "^5.73.0"
},
"babel": {
"presets": [
"next/babel"
],
"plugins": [
[
"babel-plugin-styled-components",
{
"ssr": true
}
]
]
},
"engines": {
"npm": ">=7.0.0",
"node": ">=16.0.0"
}
}