generated from nationalarchives/da-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
21 lines (21 loc) · 1007 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "da-ayr-beta-webapp",
"description": "This is a repo created and maintained by The National Archives for the Access Your Records (AYR) project. It holds a Flask application based from the [Land Registry GOV.UK Frontend Flask template repo](https://github.com/LandRegistry/govuk-frontend-flask). Currently the intention is to deploy this via AWS Lambda and API Gateway but you can run it however you would like.",
"scripts": {
"dev": "sass --watch app/static/src/scss:app/static/src/css",
"lint": "prettier --write 'app/static/src/scss/**/*.scss' && stylelint --fix 'app/static/src/scss/**/*.scss'",
"build": "sass --style=compressed app/static/src/scss:app/static/src/css"
},
"license": "MIT",
"devDependencies": {
"prettier": "^3.0.3",
"sass": "^1.69.5",
"stylelint": "^15.11.0",
"stylelint-config-standard-scss": "^11.1.0",
"stylelint-selector-bem-pattern": "^3.0.1"
},
"dependencies": {
"govuk-frontend": "^5.7.1",
"npm": "^10.5.2"
}
}