-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
119 lines (119 loc) · 3.82 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "portalnesia",
"version": "5.1.0",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/portalnesia/portalnesia-web.git"
},
"homepage": "https://portalnesia.com",
"author": "Putu Aditya <aditya@portalnesia.com>",
"license": "MIT",
"scripts": {
"patch": "patch-package",
"dev": "node server.js",
"start": "node server.js",
"lint": "next lint",
"version": "genversion --es6 src/version.ts",
"build:pack": "node bin/build.js",
"build:webpack": "npx genversion --es6 src/version.ts && node bin/mui-class.js && next build",
"build": "npx --yes update-browserslist-db@latest && npm run build:webpack && npm run build:pack",
"tsc": "tsc ./server.ts --module commonjs --esModuleInterop --resolveJsonModule",
"reload": "rm -rf ./.next && node bin/reload.js && unzip -q -o portalnesia && pm2 reload pm2.config.json",
"version_patch": "npm version patch --no-git-tag-version"
},
"dependencies": {
"cors": "^2.8.5",
"express": "^4.18.2",
"helmet": "^6.0.0",
"html2canvas-proxy": "^1.0.1",
"http-proxy-middleware": "^2.0.6"
},
"devDependencies": {
"@ckeditor/ckeditor5-react": "^5.0.3",
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@fancyapps/ui": "^4.0.31",
"@iconify/react": "^4.0.0",
"@mui/icons-material": "^5.10.9",
"@mui/lab": "^5.0.0-alpha.107",
"@mui/material": "^5.10.13",
"@mui/styles": "^5.10.10",
"@mui/system": "^5.10.13",
"@mui/x-date-pickers": "^5.0.8",
"@portalnesia/custom-ckeditor5": "^2.1.1",
"@portalnesia/dayjs-plugins": "^1.0.1",
"@portalnesia/utils": "^1.1.10",
"@reduxjs/toolkit": "^1.9.0",
"@types/ckeditor__ckeditor5-core": "^28.0.10",
"@types/ckeditor__ckeditor5-editor-classic": "^27.1.2",
"@types/ckeditor__ckeditor5-utils": "^28.0.9",
"@types/croppie": "^2.6.1",
"@types/dompurify": "^2.4.0",
"@types/express": "^4.17.14",
"@types/js-yaml": "^4.0.5",
"@types/lodash.merge": "^4.6.7",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"@types/simplebar": "^5.3.3",
"axios": "^1.1.3",
"base64-arraybuffer": "^1.0.2",
"classnames": "^2.3.2",
"cookies-next": "^2.1.1",
"croppie": "^2.6.5",
"dayjs": "^1.11.6",
"dompurify": "^2.4.1",
"easymde": "^2.18.0",
"eslint": "8.27.0",
"eslint-config-next": "13.0.3",
"events": "^3.3.0",
"file-loader": "^6.2.0",
"firebase": "^10.1.0",
"fs-extra": "^10.1.0",
"genversion": "^3.1.1",
"highlight.js": "^11.7.0",
"html-react-parser": "^3.0.4",
"html2canvas": "^1.4.1",
"js-yaml": "^4.1.0",
"lodash.merge": "^4.6.2",
"mariadb": "^3.0.2",
"marked": "^4.2.3",
"marked-plaintext": "^0.0.2",
"mousetrap": "^1.6.5",
"next": "13.0.3",
"next-pwa": "^5.6.0",
"next-redux-wrapper": "^8.0.0",
"next-seo": "^5.14.1",
"next-superjson": "^0.0.4",
"notistack": "^2.0.8",
"nprogress": "^0.2.0",
"patch-package": "^6.5.0",
"react": "18.2.0",
"react-auth-code-input": "^3.2.1",
"react-device-detect": "^2.2.2",
"react-dom": "18.2.0",
"react-html-props": "^1.0.33",
"react-lazy-load-image-component": "^1.5.6",
"react-multi-carousel": "^2.8.2",
"react-redux": "^8.0.5",
"react-simplemde-editor": "^5.2.0",
"react-social-media-embed": "^2.3.5",
"react-sortable-hoc": "^2.0.0",
"react-spotify-embed": "^2.0.3",
"react-telegram-auth": "^1.0.3",
"redux": "^4.2.0",
"redux-thunk": "^2.4.2",
"rimraf": "^3.0.2",
"sequelize": "^6.25.5",
"simplebar": "^5.3.9",
"simplebar-react": "^2.4.3",
"socket.io-client": "^4.5.4",
"superjson": "^1.11.0",
"swr": "^2.0.0",
"typescript": "4.8.4",
"url-metadata": "^2.5.0",
"zip-lib": "^0.7.3"
}
}