forked from julianfbeck/localpdfmerger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.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
{
"name": "localpdf-texh",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 80"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.17",
"@chakra-ui/react": "^2.5.1",
"@chakra-ui/theme-tools": "^2.0.16",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@stripe/react-stripe-js": "^1.16.0",
"@stripe/stripe-js": "^1.13.1",
"@zip.js/zip.js": "^2.2.23",
"bluebird": "^3.7.2",
"browserfs": "^1.4.3",
"downloadjs": "^1.4.7",
"framer-motion": "^9.0.4",
"jszip": "^3.6.0",
"next": "12.0.6",
"next-plausible": "^3.7.2",
"next-pwa": "^5.6.0",
"next-seo": "^5.15.0",
"nextjs-sitemap-generator": "^1.3.0",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-dropzone": "^11.3.1",
"react-hot-toast": "^1.0.2",
"react-icons": "^4.7.1",
"sharp": "^0.26.3",
"stripe": "^8.212.0",
"webpack": "^4.46.0"
}
}