forked from vdqbstp/sms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.69 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
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
{
"name": "expressjs",
"version": "1.0.0",
"description": "Hi there! \r Contact me: [email protected]",
"engines": {
"node": ">=14.0.0"
},
"main": "sms.js",
"scripts": {
"start": "nodemon --inspect sms.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@popperjs/core": "^2.8.3",
"@sweetalert/with-react": "^0.1.1",
"aguid": "^2.0.0",
"babel-cli": "^6.26.0",
"babel-preset-react-app": "^3.1.2",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"csurf": "^1.11.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"html-pug-converter": "^3.0.0",
"ip-range-generator": "^1.0.1",
"jade": "^1.11.0",
"json-2-csv": "^3.10.2",
"json-as-xlsx": "^1.2.0",
"json2csv": "^5.0.6",
"laravel-mix": "^6.0.11",
"lowdb": "^1.0.0",
"marked": "^2.0.0",
"mdb-cli": "^3.2.0",
"mdbootstrap": "^4.19.2",
"multer": "^1.4.2",
"open": "^7.4.2",
"path": "^0.12.7",
"pug": "^3.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"shortid": "^2.2.16",
"spotify-web-api-node": "^5.0.2",
"sweetalert": "^2.1.2",
"sweetalert2": "^10.15.5"
},
"devDependencies": {
"hint": "^6.1.3",
"nodemon": "^2.0.7",
"pugjs-brunch": "^2.11.3",
"views": "^1.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/katyperrycbt/school-mangament-system-nodejs.git"
},
"keywords": [
"node",
"heroku",
"express"
],
"bugs": {
"url": "https://github.com/katyperrycbt/school-mangament-system-nodejs/issues"
},
"homepage": "https://github.com/katyperrycbt/school-mangament-system-nodejs#readme"
}