-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.07 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.07 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
{
"name": "maker",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"test": "echo \"No tests specified yet\" && exit 0",
"build": "webpack --mode production",
"watch": "webpack --watch --mode development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xphoenix-ai/website.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/xphoenix-ai/website/issues"
},
"homepage": "https://github.com/xphoenix-ai/website#readme",
"description": "",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.4.1",
"express": "^4.18.2",
"nodemailer": "^6.9.9",
"winston": "^3.11.0"
},
"devDependencies": {
"nodemon": "^3.0.3",
"webpack": "^5.90.1",
"webpack-cli": "^5.1.4",
"css-loader": "^6.10.0",
"style-loader": "^3.3.4",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.8.0",
"copy-webpack-plugin": "^12.0.2"
}
}