-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
55 lines (55 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
{
"name": "dfe-design",
"version": "3.0.0",
"description": "",
"main": "index.js",
"scripts": {
"gulp": "gulp",
"watch": "gulp & nodemon index.js",
"start": "node --trace-deprecation index.js",
"dev": "npm run watch"
},
"nodemonConfig": {
"ext": "html"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"airtable": "^0.12.2",
"axios": "^1.6.8",
"body-parser": "^1.20.2",
"browser-sync": "^3.0.2",
"cheerio": "^1.0.0-rc.12",
"compression": "^1.7.4",
"dfe-frontend": "^2.0.0",
"dotenv": "^16.0.3",
"express": "^4.19.2",
"express-force-https": "^1.0.0",
"express-session": "^1.17.3",
"govuk-frontend": "^5.7.1",
"govuk-markdown": "^0.4.0",
"lunr": "^2.3.9",
"marked": "^4.3.0",
"nunjucks": "^3.2.4",
"nunjucks-date-filter": "^0.1.1",
"nunjucks-markdown": "^2.0.1",
"sass": "^1.69.1",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"chokidar": "^3.6.0",
"eslint": "^8.41.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-promise": "^6.1.1",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-copy": "^4.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.2",
"punycode": "^2.3.1"
}
}