-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
89 lines (89 loc) · 2.72 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
82
83
84
85
86
87
88
89
{
"name": "claim_for_crown_court_defense",
"description": "Claim for Crown Court Defence",
"version": "1.0.0",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/ministryofjustice/Claim-for-Crown-Court-Defence.git"
},
"author": "LAA Developers",
"license": "MIT",
"bugs": {
"url": "https://github.com/ministryofjustice/Claim-for-Crown-Court-Defence/issues"
},
"homepage": "https://github.com/ministryofjustice/Claim-for-Crown-Court-Defence#readme",
"scripts": {
"validate:js": "standard",
"validate:scss": "stylelint **/*.scss",
"test:jasmine-headless": "npx jasmine-browser-runner runSpecs",
"test:jasmine": "npx jasmine-browser-runner",
"build": "webpack --config ./config/webpack/webpack.config.js"
},
"dependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"accessible-autocomplete": "^3.0.1",
"babel-loader": "^9.2.1",
"babel-plugin-macros": "^3.1.0",
"chart.js": "^4.4.7",
"chartkick": "^5.0.1",
"css-loader": "^7.1.2",
"datatables.net-buttons-dt": "^3.2.0",
"datatables.net-dt": "^2.1.8",
"datatables.net-fixedheader-dt": "^4.0.1",
"datatables.net-select": "2.1.0",
"dropzone": "^5.9.3",
"file-loader": "^6.2.0",
"govuk-frontend": "^5.6.0",
"jquery": "^3.7.1",
"jquery-accessible-accordion-aria": "^2.6.1",
"jquery-datatables-checkboxes": "^1.3.0",
"jquery-highlight": "^3.5.0",
"jquery-throttle-debounce": "^1.0.0",
"jquery-ujs": "^1.2.3",
"jquery-xpath": "^0.3.1",
"jquery.iframe-transport": "^1.0.0",
"jsrender": "^1.0.15",
"mini-css-extract-plugin": "^2.9.2",
"postcss": "^8.4.49",
"sass": "^1.83.0",
"sass-loader": "^16.0.4",
"stickyfilljs": "^2.1.0",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.11",
"url-loader": "^4.1.1",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-remove-empty-scripts": "^1.0.4"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"expose-loader": "^5.0.0",
"jasmine-browser-runner": "^2.5.0",
"jasmine-core": "^5.5.0",
"standard": "^17.1.2",
"stylelint": "^15.11.0",
"stylelint-config-gds": "^1.1.1",
"stylelint-order": "^6.0.4"
},
"standard": {
"env": [
"jasmine",
"jquery"
],
"globals": [
"GOVUK",
"moj",
"Stickyfill"
],
"ignore": [
"app/webpack/javascripts/vendor/",
"spec/javascripts/helpers/"
]
}
}