-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
40 lines (40 loc) · 925 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": "digital-marketplace-user-frontend",
"description": "User application for the Digital Marketplace",
"version": "1.0.0",
"private": true,
"engines": {
"node": "^10.18.1"
},
"dependencies": {
"del": "^6.1.1",
"digitalmarketplace-govuk-frontend": "^3.12.0",
"govuk-frontend": "^3.14.0",
"gulp": "^4.0.2",
"gulp-filelog": "0.4.1",
"gulp-include": "^2.4.1",
"gulp-sass": "^5.1.0",
"gulp-shell": "^0.8.0",
"gulp-uglify": "^3.0.2",
"sass": "^1.62.0"
},
"scripts": {
"frontend-build:development": "gulp build:development",
"frontend-build:production": "gulp build:production",
"frontend-build:watch": "gulp watch",
"test": "standard \"gulpfile.js\""
},
"devDependencies": {
"jest": "^29.5.0",
"standard": "^17.0.0"
},
"standard": {
"env": {
"jest": true
},
"globals": [
"GOVUK",
"spyOn"
]
}
}