-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
81 lines (81 loc) · 2.02 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
81
{
"name": "copywriterpro-server-render",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"clean": "del-cli .next",
"build": "next build",
"postbuild": "next-sitemap",
"serve": "next start -p 5000",
"lint": "next lint",
"start": "npm-run-all clean build serve --parallel"
},
"dependencies": {
"@hookform/resolvers": "^2.8.2",
"@pathofdev/react-tag-input": "^1.0.7",
"@reduxjs/toolkit": "^1.6.2",
"@sentry/nextjs": "^6.19.6",
"@stripe/stripe-js": "^1.20.3",
"axios": "^1.1.3",
"bootstrap": "^5.1.3",
"dayjs": "^1.10.7",
"deep-equal": "^2.0.5",
"fuse.js": "^6.4.6",
"gray-matter": "^4.0.3",
"next": "12.1.6",
"next-pwa": "^5.4.1",
"next-redux-wrapper": "^7.0.5",
"next-seo": "^4.28.1",
"nextjs-progressbar": "^0.0.14",
"numeral": "^2.0.6",
"polished": "^4.3.1",
"quill": "^1.3.7",
"rc-slider": "^10.0.0",
"react": "18.1.0",
"react-copy-to-clipboard": "^5.0.4",
"react-dom": "18.1.0",
"react-hook-form": "^7.17.4",
"react-hotjar": "^5.0.0",
"react-icons": "^4.3.1",
"react-modal": "^3.14.3",
"react-modal-video": "^1.2.8",
"react-paginate": "^7.1.3",
"react-pro-sidebar": "^0.7.1",
"react-quill": "^1.3.5",
"react-quilljs": "^1.2.17",
"react-redux": "^7.2.5",
"react-slick": "^0.28.1",
"react-slider": "^1.3.1",
"react-switch": "^6.0.0",
"react-table": "^7.7.0",
"react-textarea-autosize": "^8.3.3",
"react-toastify": "^8.0.3",
"react-tooltip": "^4.2.21",
"reactstrap": "^8.10.0",
"reading-time": "^1.5.0",
"redux-persist": "^6.0.0",
"redux-state-sync": "^3.1.2",
"remark": "^14.0.2",
"remark-html": "^15.0.1",
"sass": "^1.43.2",
"sharp": "^0.30.5",
"styled-components": "^5.3.5",
"swiper": "^8.3.1",
"text-readability": "^1.0.5",
"tiny-invariant": "^1.1.0",
"ua-parser-js": "^1.0.2",
"use-debounce": "^7.0.1",
"yup": "^0.32.11"
},
"devDependencies": {
"del-cli": "^4.0.1",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"next-sitemap": "^2.5.19",
"npm-run-all": "^4.1.5"
},
"browser": {
"fs": false
}
}