-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1018 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
36
37
38
39
40
{
"name": "unics-website",
"version": "1.0.0",
"description": "",
"devDependencies": {
"@sendgrid/mail": "^7.1.1",
"axios": "^0.22.0",
"clean-css": "^4.2.3",
"fs-extra": "^9.0.1",
"handlebars": "^4.7.7",
"html-minifier": "^4.0.0",
"klaw": "^3.0.0",
"node-fetch": "^2.6.1",
"nodemon": "^2.0.4",
"pino": "^6.3.2",
"pino-pretty": "^4.0.0",
"prettier": "2.4.1",
"querystring": "^0.2.0",
"serve": "^11.3.2"
},
"scripts": {
"build": "node scripts/build | pino-pretty",
"serve": "serve dist -p 8080",
"build:serve": "npm run build && npm run serve",
"prettier": "prettier --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/unicsmcr/unicsmcr.com.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/unicsmcr/unicsmcr.com/issues"
},
"homepage": "https://github.com/unicsmcr/unicsmcr.com#readme",
"dependencies": {
"netlify-lambda": "^2.0.11",
"nodemailer": "^6.7.2"
}
}