-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.4 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
{
"name": "registration-new",
"version": "1.1.0",
"description": "HK application portal",
"main": "backend.js",
"scripts": {
"copy-scripts": "cp ./node_modules/argon2-browser/dist/argon2-bundled.min.js ./static/js",
"css-build": "node-sass --omit-source-map-url sass/mystyles.scss static/css/mystyles.css",
"start": "NODE_ENV=development nodemon backend.js",
"start:production": "NODE_ENV=production node backend.js",
"useradd": "node add_user.js",
"sponsoradd": "node add_sponsor.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hackkosice/registration-new.git"
},
"author": "Hack Kosice",
"license": "MIT",
"bugs": {
"url": "https://github.com/hackkosice/registration-new/issues"
},
"homepage": "https://github.com/hackkosice/registration-new#readme",
"dependencies": {
"@mailchimp/mailchimp_transactional": "^1.0.47",
"argon2": "^0.28.5",
"better-sqlite3": "^7.5.0",
"body-parser": "^1.19.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.17.2",
"express-fileupload": "^1.3.1",
"express-static": "^1.2.6",
"jsonwebtoken": "^8.5.1",
"mysql": "^2.18.1",
"node-fetch": "^2.6.7",
"nodemailer": "^6.7.2",
"nodemailer-express-handlebars": "^4.0.0"
},
"devDependencies": {
"bulma": "^0.9.3",
"node-sass": "^7.0.1",
"nodemon": "^2.0.15"
}
}