-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
81 lines (81 loc) · 2.33 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
77
78
79
80
81
{
"name": "@asl/projects",
"version": "15.6.15",
"description": "ASL PPL prototype",
"main": "client/external.js",
"styles": "assets/scss/projects.scss",
"scripts": {
"test": "npm run test:lint && npm run test:unit",
"test:lint": "eslint .",
"test:unit": "mocha ./test --recursive --require @babel/register"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UKHomeOffice/asl-projects.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/UKHomeOffice/asl-projects.git/issues"
},
"homepage": "https://github.com/UKHomeOffice/asl-projects.git#readme",
"publishConfig": {
"registry": "https://artifactory.digital.homeoffice.gov.uk/artifactory/api/npm/npm-virtual/"
},
"dependencies": {
"@asl/service": "^10.3.2",
"@asl/slate-edit-table": "0.0.3",
"@babel/core": "^7.24.4",
"@redux-devtools/extension": "^3.3.0",
"@ukhomeoffice/asl-components": "13.6.3",
"@ukhomeoffice/asl-constants": "^2.1.8",
"@ukhomeoffice/asl-slate-edit-list": "0.0.8",
"@ukhomeoffice/frontend-toolkit": "^3.0.0",
"@ukhomeoffice/react-components": "^1.0.0",
"classnames": "^2.2.6",
"date-fns": "^3.6.0",
"details-element-polyfill": "^2.3.0",
"docx": "5.0.0-rc4",
"fast-array-diff": "^1.1.0",
"file-saver": "^2.0.0",
"immutable": "^3.8.2",
"is-hotkey": "^0.2.0",
"jsondiffpatch": "^0.4.1",
"jsonpath-plus": "^10.0.1",
"lodash": "^4.17.21",
"mdn-polyfills": "^5.15.0",
"minimatch": "^3.0.4",
"react": "^16.9.0",
"react-dom": "^16.6.0",
"react-icons-kit": "^1.1.6",
"react-markdown": "^6.0.2",
"react-redux": "^7.1.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.0.1",
"react-router-hash-link": "^1.2.1",
"react-transition-group": "^1.2.1",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"remark-parse": "^9.0.0",
"sha.js": "^2.4.11",
"shasum": "^1.0.2",
"slate": "^0.47.8",
"slate-react": "^0.22.10",
"unified": "^9.2.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/register": "^7.8.3",
"@ukhomeoffice/eslint-config-asl": "^3.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.29.1",
"mocha": "^10.4.0"
},
"files": [
"client/*",
"assets/*",
"views/pdf/*"
]
}