-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
60 lines (60 loc) · 1.71 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": "laa_court_data_ui",
"private": true,
"version": "1.21.1",
"scripts": {
"validate:js": "standard",
"validate:scss": "stylelint **/*.scss",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"start:server": "bundle exec puma & wait-on http://localhost:3000/",
"start:testserver": "bundle exec puma & wait-on http://localhost:9292/",
"build": "webpack --config webpack.config.js"
},
"dependencies": {
"@babel/core": "^7.25.7",
"@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.7",
"@babel/preset-env": "^7.25.7",
"@hotwired/turbo-rails": "^8.0.12",
"@ministryofjustice/frontend": "^1.8.1",
"@rails/ujs": "^7.1.500",
"babel-loader": "^9.2.1",
"babel-plugin-macros": "^3.1.0",
"css-loader": "^7.1.2",
"file-loader": "^6.2.0",
"govuk-frontend": "^4.7.0",
"jquery": "3.7.1",
"mini-css-extract-plugin": "^2.9.2",
"postcss": "^8.4.49",
"sass": "^1.81.0",
"sass-loader": "^14.2.1",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-remove-empty-scripts": "^1.0.4"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"axe-core": "^4.10.2",
"cypress": "^13.16.0",
"cypress-axe": "^1.5.0",
"standard": "^17.1.2",
"stylelint": "^15.11.0",
"stylelint-config-gds": "^1.1.1",
"stylelint-order": "^6.0.4",
"wait-on": "^8.0.1"
},
"standard": {
"globals": [
"dataLayer",
"googleTrackingID",
"Cypress",
"cy"
],
"env": [
"mocha"
]
}
}