-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.22 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "@hmlr/frontend",
"version": "2.0.0",
"description": "HM Land Registry frontend styles",
"scripts": {
"start": "start-storybook -p 6006",
"build": "build-storybook -o storybook",
"build:sass": "sass --style=compressed --quiet-deps --load-path=. src/hmlr/all.scss package/hmlr/all.css",
"build:scripts": "webpack",
"test": "node tasks/test-fixtures.js || exit 1",
"lint": "prettier --check '{src,.storybook,tasks,bin}/**/*.{js,mjs,scss,mdx,html}'",
"prettier": "prettier --write '{src,.storybook,tasks,bin}/**/*.{js,mjs,scss,mdx,html}'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LandRegistry/hmlr-frontend.git"
},
"author": {
"name": "Andrew Hosgood",
"email": "andrew.hosgood@landregistry.gov.uk",
"url": "https://andrewhosgood.dev"
},
"contributors": [
{
"name": "Matt Shaw",
"email": "matthew.shaw@landregistry.gov.uk",
"url": "https://matthew-shaw.github.io/"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/LandRegistry/hmlr-frontend/issues"
},
"main": "hmlr/all.js",
"exports": {
".": {
"sass": "./hmlr/all.scss",
"require": "./hmlr/all.js"
},
"./hmlr/": "./hmlr/"
},
"sass": "hmlr/all.scss",
"engines": {
"npm": "10.x",
"node": "20.x"
},
"homepage": "https://github.com/LandRegistry/hmlr-frontend#readme",
"dependencies": {
"govuk-frontend": "5.4.0"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@mdx-js/react": "^2.3.0",
"@storybook/addon-a11y": "^6.5.16",
"@storybook/addon-docs": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/html": "^6.5.16",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/testing-library": "^0.2.2",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.11.0",
"glob": "^8.1.0",
"nunjucks": "^3.2.4",
"prettier": "^2.8.8",
"sass": "^1.77.4",
"sass-loader": "^13.3.3",
"simple-nunjucks-loader": "^3.2.0",
"style-loader": "^3.3.4",
"webpack": "^5.91.0",
"webpack-cli": "^4.10.0"
}
}