-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 952 Bytes
/
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
{
"name": "Football-Shop",
"type": "module",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"cors": "^2.8.5",
"crypto": "^1.0.1",
"express": "^4.18.1",
"fs": "0.0.1-security",
"multer": "^1.4.5-lts.1",
"mysql": "^2.18.1",
"nodemailer": "^6.8.0",
"react-router-dom": "^6.4.1",
"sass": "^1.54.9"
},
"devDependencies": {
"nodemon": "^2.0.19"
},
"scripts": {
"start": "nodemon --experimental-modules --es-module-specifier-resolution=node server/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Annoy1010/Football-Shop.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Annoy1010/Football-Shop/issues"
},
"homepage": "https://github.com/Annoy1010/Football-Shop#readme"
}