-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
64 lines (64 loc) · 1.85 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
{
"name": "zemuldo.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "nodemon server.js",
"build": "NEXT_PUBLIC_BASE_URL=https://zemuldo.com NEXT_PUBLIC_STATIC_IMAGES_URL=https://static.zemuldo.com/images NEXT_PUBLIC_API_URL=https://zemuldo.com/api next build",
"start": "NODE_ENV=production node server.js",
"lint": "next lint"
},
"dependencies": {
"@azure/storage-blob": "^12.23.0",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/styles": "^4.11.5",
"@microsoft/applicationinsights-web": "^3.2.2",
"@next/bundle-analyzer": "^14.2.4",
"@sendgrid/mail": "^8.1.3",
"axios": "^1.7.2",
"cheerio": "^1.0.0-rc.12",
"chroma-js": "^2.4.2",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"cookie-session": "^2.1.0",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"easymde": "^2.18.0",
"express": "^4.19.2",
"express-fileupload": "^1.5.0",
"express-session": "^1.18.0",
"helmet": "^7.1.0",
"isomorphic-unfetch": "^4.0.2",
"jsonwebtoken": "^9.0.2",
"marked": "0.7.0",
"mongoose": "^8.4.3",
"next": "14.2.4",
"nookies": "^2.5.2",
"nprogress": "^0.2.0",
"passport": "0.4.0",
"passport-github": "1.1.0",
"prop-types": "^15.8.1",
"react": "^18",
"react-dom": "^18",
"react-dropzone": "10.2.2",
"react-google-recaptcha": "2.1.0",
"react-markdown": "4.2.2",
"react-select": "3.1.0",
"react-simplemde-editor": "^5.2.0",
"react-syntax-highlighter": "^15.5.0",
"react-typed": "1.2.0",
"use-dark-mode": "^2.3.1",
"winston": "^3.13.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}