forked from tuanht0101/master-OCR
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 3.04 KB
/
Copy pathpackage.json
File metadata and controls
92 lines (92 loc) · 3.04 KB
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
82
83
84
85
86
87
88
89
90
91
92
{
"name": "start-p",
"version": "1.0.0",
"description": "",
"main": "index",
"scripts": {
"dev": "node server.js -p $PORT",
"build": "next build",
"start": "NODE_ENV=production node server.js -p $PORT --openssl-legacy-provider",
"export": "next export",
"deploy": "next build && next export"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/runtime-corejs2": "^7.16.3",
"@dschoon/react-waves": "^3.0.3",
"@material-ui/core": "^4.9.12",
"@material-ui/icons": "^4.9.1",
"@material-ui/styles": "^4.9.10",
"@rollup/plugin-json": "^4.1.0",
"@sentry/browser": "^5.15.5",
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"animate.css": "^4.1.1",
"antd": "^4.1.4",
"assert": "^2.0.0",
"axios": "^0.24.0",
"body-parser": "^1.19.0",
"bootstrap": "^4.4.1",
"classnames": "^2.2.6",
"es6-promise": "^4.2.8",
"express": "^4.17.1",
"fastify-nextjs": "^5.0.1",
"google-map-react": "^1.1.5",
"imagemin-gifsicle": "^6.0.1",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-optipng": "^6.0.0",
"imagemin-svgo": "^7.0.0",
"isomorphic-fetch": "^2.2.1",
"isomorphic-unfetch": "^3.0.0",
"js-cookie": "^2.2.1",
"lodash": "^4.17.15",
"marked": "^1.1.1",
"moment": "^2.26.0",
"next": "^9.4.4",
"next-compose-plugins": "^2.2.0",
"next-fonts": "^0.17.0",
"next-images": "^1.2.0",
"next-optimized-images": "^2.5.4",
"next-redux-wrapper": "^3.0.0",
"next-seo": "^3.1.0",
"power-assert": "^1.6.1",
"react": "^16.12.0",
"react-accessible-accordion": "^3.0.1",
"react-dom": "^16.12.0",
"react-dropzone": "^11.4.2",
"react-facebook": "^8.1.4",
"react-feather": "^1.1.6",
"react-ga": "^2.7.0",
"react-google-maps": "^9.4.5",
"react-hook-form": "^7.20.2",
"react-image-lightbox": "^5.1.1",
"react-json-pretty": "^2.2.0",
"react-json-view": "^1.19.1",
"react-lazy-load": "^3.0.13",
"react-lazy-load-image-component": "^1.4.3",
"react-loading-skeleton": "^3.0.1",
"react-masonry-component": "^6.3.0",
"react-owl-carousel3": "^2.2.5",
"react-paginate": "^8.1.0",
"react-preloading-screen": "^1.0.2",
"react-redux": "^7.1.3",
"react-responsive-modal": "^6.2.0",
"react-select": "^5.3.0",
"react-share": "^4.4.0",
"react-slick": "^0.28.1",
"react-spinners": "^0.8.1",
"react-yandex-metrika": "^2.6.0",
"redux": "^4.0.4",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"sort-object-keys": "^1.1.3",
"svg-sprite-loader": "^4.1.6",
"sweetalert2": "^11.2.0",
"sweetalert2-react-content": "^4.2.0"
},
"devDependencies": {
"webpack": "^4.41.2"
}
}