-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·39 lines (39 loc) · 1.15 KB
/
package.json
File metadata and controls
executable file
·39 lines (39 loc) · 1.15 KB
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
{
"name": "@ministryofjusticecz/frontend",
"description": "Frontend Ministerstva spravedlnosti obsahuje kód, který potřebujete pro budování uživatelských rozhraní webových stránek a služeb Ministerstva spravedlnosti.",
"main": "index.js",
"version": "0.0.2-alpha",
"scripts": {
"start": "gulp",
"build:package": "node bin/check-nvmrc.js && gulp build:package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ministryofjusticecz/frontend.git"
},
"author": "jh,eo",
"license": "ISC",
"bugs": {
"url": "https://github.com/ministryofjusticecz/frontend/issues"
},
"homepage": "https://github.com/ministryofjusticecz/frontend#readme",
"dependencies": {
"express": "^4.16.3",
"govuk-frontend": "^3.8.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^6.0.0",
"gulp-cache": "^0.4.6",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^3.3.0",
"gulp-nodemon": "^2.5.0",
"gulp-sass": "^4.1.0",
"moment": "^2.27.0",
"nunjucks": "^3.2.2",
"require-dir": "^1.0.0",
"run-sequence": "^2.2.1"
},
"publishConfig": {
"access": "public"
}
}