-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.08 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
{
"name": "plastic-sarira-website-online-art-activities-2022",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "app.js",
"scripts": {
"publish": "node forever.js",
"start": "node app.js",
"dev": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/syeminpark/Plastic-Sarira-Website-Online-Art-Activities-2022.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/syeminpark/Plastic-Sarira-Website-Online-Art-Activities-2022/issues"
},
"homepage": "https://github.com/syeminpark/Plastic-Sarira-Website-Online-Art-Activities-2022#readme",
"dependencies": {
"@withvoid/make-validation": "^1.0.5",
"aws-sdk": "^2.1304.0",
"axios": "^1.2.6",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"forever-monitor": "^3.0.3",
"http": "0.0.1-security",
"mongoose": "^6.7.2",
"morgan": "^1.10.0",
"node": "^19.0.1",
"nodemon": "^2.0.20",
"three": "^0.146.0",
"url": "^0.11.0"
},
"devDependencies": {
"html-webpack-plugin": "^5.5.0"
}
}