-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.68 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "hee-global-header",
"version": "1.0.0",
"description": "Builds and deploys nhse-global-header widget for remote embeds",
"scripts": {
"preinstall": "npx npm-force-resolutions",
"postinstall": "cp -f .env.local .env",
"build": "gulp build",
"serve": "gulp serve",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Health-Education-England/hee-global-header.git"
},
"author": "Health Education England",
"license": "MIT",
"bugs": {
"url": "https://github.com/Health-Education-England/hee-global-header/issues"
},
"homepage": "https://github.com/Health-Education-England/hee-global-header#readme",
"devDependencies": {
"@babel/core": "^7.22.8",
"@babel/preset-env": "^7.22.7",
"@playwright/test": "1.36.1",
"babel-loader": "^8.2.5",
"cors": "^2.8.5",
"dotenv": "^6.2.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-beautify": "^3.0.0",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.7.0",
"gulp-minify": "^3.1.0",
"gulp-nodemon": "^2.5.0",
"gulp-nunjucks": "^5.1.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"nhsuk-frontend": "^7.0.0",
"nunjucks": "^3.2.4",
"sass": "^1.63.5",
"webpack": "^5.87.0",
"webpack-stream": "^7.0.0"
},
"resolutions": {
"ansi-regex": "^4.1.1",
"decode-uri-component": "^0.2.1",
"http-cache-semantics": "^4.1.1",
"glob-parent": "^6.0.1",
"got": "^11.8.5",
"json5": "^2.2.2",
"minimist": "^1.2.6",
"semver": "^7.5.2",
"terser": "^4.8.1"
}
}