-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "presentation",
"version": "1.0.0",
"description": "Domain, API, DTO - translating between layers with Chimney",
"homepage": "https://kubuszok.com",
"scripts": {
"start": "grunt serve",
"build": "grunt",
"prebuild": "./asciidoctor-revealjs.js"
},
"author": {
"name": "Mateusz Kubuszok",
"email": "mateusz.kubuszok@gmail.com",
"web": "https://kubuszok.com"
},
"repository": {
"type": "git",
"url": "git://github.com/MateuszKubuszok/DomainApiDtoChimney.git"
},
"devDependencies": {
"@asciidoctor/core": "2.2.6",
"@asciidoctor/reveal.js": "5.0.0-rc.1",
"express": "4.18.1",
"grunt": "1.5.3",
"grunt-cli": "1.4.3",
"grunt-contrib-connect": "3.0.0",
"grunt-contrib-watch": "1.1.0",
"grunt-run": "0.8.1",
"grunt-sass": "3.1.0",
"mustache": "4.2.0",
"sass": "1.53.0",
"socket.io": "4.5.1"
},
"resolutions": {
"diff": "5.1.0",
"jszip": "3.10.0",
"postcss": "8.4.14",
"reveal.js": "4.3.1"
},
"license": "MIT"
}