-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.1 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.1 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
{
"name": "vlo-zebrania",
"private": true,
"scripts": {
"dev": "nodemon server.ts",
"build": "next build && tsc --project tsconfig.server.json",
"start": "NODE_ENV=production node .next/production-server/server.js",
"lint": "next lint"
},
"dependencies": {
"cookie-parser": "^1.4.6",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"joi": "^17.4.2",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.0.12",
"next": "12.0.3",
"nodemailer": "^6.7.8",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.4.0",
"uuid": "^8.3.2",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.18.10/xlsx-0.18.10.tgz"
},
"devDependencies": {
"@styled-jsx/plugin-sass": "^4.0.2",
"@types/cookie-parser": "^1.4.2",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.13",
"@types/jsonwebtoken": "^8.5.5",
"@types/node": "^16.11.6",
"@types/react": "^17.0.34",
"@types/uuid": "^8.3.4",
"eslint": "7",
"eslint-config-next": "12.0.3",
"nodemon": "^2.0.14",
"sass": "^1.55.0",
"ts-node": "^10.4.0",
"typescript": "^4.4.4"
}
}