-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 969 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 969 Bytes
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": "design",
"version": "2.0.0",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "concurrently \"nodemon app.js\" \"node browsersync.js\"",
"nodemon": "nodemon app.js",
"browsersync": "node browsersync.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"airtable": "^0.12.2",
"axios": "^1.7.9",
"body-parser": "^1.20.3",
"cheerio": "^1.0.0",
"compression": "^1.8.0",
"dfe-frontend": "^2.0.1",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"fs": "^0.0.1-security",
"govuk-frontend": "^5.8.0",
"govuk-markdown": "^0.8.0",
"lunr": "^2.3.9",
"marked": "^15.0.6",
"nunjucks": "^3.2.4",
"nunjucks-date-filter": "^0.1.1",
"nunjucks-markdown": "^2.0.1",
"path": "^0.12.7",
"xml2js": "^0.6.2"
},
"devDependencies": {
"browser-sync": "^3.0.4",
"concurrently": "^9.1.2",
"nodemon": "^3.1.9"
}
}