-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 844 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
{
"name": "dif-website",
"description": "The website for the Decentralized Identity Foundation",
"version": "0.0.1",
"homepage": "https://identity.foundation",
"license": "Apache 2",
"repository": {
"type": "git",
"url": "git://github.com/decentralized-identity/decentralized-identity.github.io.git"
},
"devDependencies": {
"axios": "0.24",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.6.1",
"gulp-nunjucks-render": "^2.2.3",
"gulp-uglify": "^3.0.1",
"nunjucks": "^3.2.2",
"prettier": "2.4.1",
"serve": "^12"
},
"dependencies": {
"gulp-watch": "^5.0.1",
"natives": "^1.1.5",
"vscode-gulp-watch": "^5.0.2"
},
"resolutions": {
"natives": "1.1.3"
},
"prettier": {
"proseWrap": "always"
},
"scripts": {
"build": "gulp build"
}
}