-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
119 lines (119 loc) · 4.54 KB
/
package.json
File metadata and controls
119 lines (119 loc) · 4.54 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
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": "react-node-aws",
"version": "1.0.0",
"description": "The ultimate boilerplate for modern fullstack development.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server:build": "tsc --project src/server/tsconfig.json && tsc-alias -p src/server/tsconfig.json",
"server:start": "NODE_ENV=production node dist/server/index.js",
"server:debug": "TS_NODE_PROJECT=src/server/tsconfig.json nodemon --exec 'node --inspect=9229 -r ts-node/register/transpile-only -r tsconfig-paths/register' src/server/index.ts",
"server:watch": "TS_NODE_PROJECT=src/server/tsconfig.json nodemon --exec 'node -r ts-node/register/transpile-only -r tsconfig-paths/register' src/server/index.ts",
"webpack:watch": "webpack serve --env development",
"webpack:build": "webpack --env production",
"docker:build": "docker build -t react-node-aws:latest .",
"docker:build:linux": "docker build --platform linux/amd64 -t react-node-aws:latest .",
"docker:run": "docker run --env-file .env -v ~/.aws:/home/node/.aws:ro -v $(pwd)/public:/app/public:ro -p 3000:3000 react-node-aws:latest",
"docker:ssh": "docker run --env-file .env -v ~/.aws:/home/node/.aws:ro -v $(pwd)/public:/app/public:ro -it react-node-aws:latest sh",
"deploy": "npm run deploy:server && npm run deploy:client",
"deploy:server": "./infra/deploy-server.sh",
"deploy:client": "./infra/deploy-client.sh",
"import:dictionary": "TS_NODE_PROJECT=src/server/tsconfig.json node -r ts-node/register/transpile-only -r tsconfig-paths/register src/scripts/importDictionary.ts"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/dtonys-group/react-node-aws.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"engines": {
"node": "24.11.1"
},
"bugs": {
"url": "https://gitlab.com/dtonys-group/react-node-aws/issues"
},
"homepage": "https://gitlab.com/dtonys-group/react-node-aws#readme",
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.940.0",
"@aws-sdk/client-s3": "^3.957.0",
"@aws-sdk/client-secrets-manager": "^3.940.0",
"@aws-sdk/client-sts": "^3.957.0",
"@aws-sdk/credential-provider-node": "^3.958.0",
"@aws-sdk/lib-dynamodb": "^3.940.0",
"@aws-sdk/lib-storage": "^3.957.0",
"@opensearch-project/opensearch": "^3.5.1",
"ag-grid-react": "^35.0.0",
"cookie-parser": "^1.4.7",
"date-fns": "^4.1.0",
"dotenv": "^17.2.3",
"express": "^5.1.0",
"formidable": "^3.5.4",
"install": "^0.13.0",
"ioredis": "^5.8.2",
"lodash": "^4.17.21",
"mjml": "^4.18.0",
"nodemailer": "^7.0.11",
"npm": "^11.6.4",
"resend": "^6.6.0",
"validator": "^13.15.26"
},
"devDependencies": {
"@babel/core": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"@babel/preset-react": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@eslint/js": "^9.39.1",
"@fontsource/roboto": "^5.2.9",
"@mui/icons-material": "^7.3.5",
"@mui/material": "^7.3.5",
"@mui/x-data-grid": "^8.20.0",
"@mui/x-date-pickers": "^8.19.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.2",
"@types/cookie-parser": "^1.4.10",
"@types/express": "^5.0.0",
"@types/formidable": "^3.4.6",
"@types/lodash": "^4.17.21",
"@types/mjml": "^4.7.4",
"@types/node": "^24.10.1",
"@types/nodemailer": "^7.0.4",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/validator": "^13.15.10",
"@typescript-eslint/eslint-plugin": "^8.48.0",
"@typescript-eslint/parser": "^8.48.0",
"babel-loader": "^10.0.0",
"copy-webpack-plugin": "^13.0.1",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.2",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-n": "^17.23.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"globals": "^16.5.0",
"html-webpack-plugin": "^5.6.5",
"jiti": "^2.6.1",
"mini-css-extract-plugin": "^2.9.4",
"nodemon": "^3.1.11",
"prettier": "^3.7.2",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-refresh": "^0.18.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.97.1",
"sass-loader": "^16.0.6",
"style-loader": "^4.0.0",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.16",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.48.0",
"webpack": "^5.103.0",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2"
}
}