forked from alphagov/document-download-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 909 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
{
"name": "document-download-frontend",
"version": "0.0.1",
"description": "Front end for GOV.UK Document Download",
"scripts": {
"test": "npm run lint:scs",
"build": "rollup -c",
"watch": "rollup -c -w",
"audit": "better-npm-audit audit --production --level high",
"lint:scss": "stylelint \"**/*.scss\"",
"lint:js": "eslint"
},
"author": "Government Digital Service",
"license": "MIT",
"dependencies": {
"govuk-frontend": "5.7.1"
},
"devDependencies": {
"@eslint/js": "9.15.0",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-terser": "0.4.4",
"better-npm-audit": "^3.11.0",
"eslint": "9.15.0",
"rollup": "4.27.4",
"rollup-plugin-copy": "3.5.0",
"rollup-plugin-styler": "1.8.0",
"sass": "1.32.7",
"stylelint": "16.10.0",
"stylelint-config-gds": "2.0.0",
"stylelint-config-standard-scss": "13.1.0"
}
}