-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
56 lines (56 loc) · 1.35 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
{
"name": "dfe-design-history-frontend",
"version": "2.1.0",
"description": "",
"main": "index.js",
"scripts": {
"gulp": "gulp",
"watch": "gulp & nodemon index.js",
"start": "node index.js",
"dev": "npm run watch"
},
"nodemonConfig": {
"ext": "html"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"airtable": "^0.12.2",
"axios": "^1.3.6",
"body-parser": "^1.20.2",
"cheerio": "^1.0.0-rc.12",
"clipboard": "^2.0.11",
"dfe-frontend": "^2.0.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-recaptcha": "^5.1.0",
"express-session": "^1.18.0",
"fs": "^0.0.1-security",
"govuk-frontend": "^5.1.0",
"gulp-nunjucks-render": "^2.2.3",
"gulp-webp": "^4.0.1",
"highlight.js": "^11.7.0",
"https": "^1.0.0",
"lunr": "^2.3.9",
"marked": "^4.3.0",
"notifications-node-client": "^7.0.0",
"nunjucks": "^3.2.4",
"nunjucks-date": "^1.5.0",
"nunjucks-date-filter": "^0.1.1",
"nunjucks-markdown": "^2.0.1",
"path": "^0.12.7",
"sass": "^1.78.0"
},
"devDependencies": {
"browser-sync": "^2.29.1",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-copy": "^4.0.1",
"gulp-imagemin": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.2"
}
}