-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.75 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
{
"name": "@ukhomeoffice/asl-components",
"version": "13.6.2",
"description": "React components for ASL layouts and elements",
"main": "src/index.jsx",
"styles": "styles/index.scss",
"scripts": {
"build": "exit 0",
"test": "npm run test:lint && npm run test:unit",
"test:lint": "eslint . --ext .js,.jsx",
"test:unit": "jest",
"audit": "npm audit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ukhomeoffice/asl-components.git"
},
"author": "Leonard Martin <hello@lennym.co.uk>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ukhomeoffice/asl-components/issues"
},
"homepage": "https://github.com/ukhomeoffice/asl-components#readme",
"publishConfig": {
"@ukhomeoffice:registry": "https://npm.pkg.github.com"
},
"dependencies": {
"@ukhomeoffice/asl-constants": "^2.1.7",
"@ukhomeoffice/asl-dictionary": "^2.1.0",
"@ukhomeoffice/react-components": "^1.0.0",
"accessible-autocomplete": "^2.0.3",
"classnames": "^2.2.6",
"date-fns": "^3.6.0",
"diff": "^4.0.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"mustache": "^3.0.1",
"qs": "^6.6.1",
"react": "^16.9.0",
"react-markdown": "^6.0.2",
"remark-breaks": "^2.0.2",
"react-redux": "^7.1.0",
"redux": "^4.0.1",
"shasum": "^1.0.2",
"url": "^0.11.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.24.4",
"@babel/preset-react": "^7.24.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint": "^8.23.1",
"eslint-plugin-react": "^7.32.2",
"jest": "^29.3.1",
"react-dom": "^16.5.2"
}
}