generated from DFE-Digital/govuk-rails-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.27 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
{
"engines": {
"node": "20.15.1",
"yarn": "^1.22.0"
},
"dependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-class-properties": "^7.25.4",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@hotwired/stimulus": "^3.2.2",
"accessible-autocomplete": "^3.0.1",
"babel-loader": "^9.2.1",
"babel-plugin-macros": "^3.1.0",
"es6-promise": "^4.2.8",
"file-loader": "^6.2.0",
"govuk-country-and-territory-autocomplete": "^2.0.0",
"govuk-frontend": "^5.4.0",
"isomorphic-fetch": "^3.0.0",
"mermaid": "^11.4.1",
"rails-ujs": "^5.2.8",
"sass": "^1.82.0",
"serialize-javascript": "^6.0.2",
"svg-pan-zoom": "^3.6.2",
"swagger-ui-dist": "^5.18.2",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4"
},
"devDependencies": {
"@webpack-cli/serve": "^2.0.5"
},
"license": "MIT",
"scripts": {
"build": "webpack --config webpack.config.js",
"build:css": "sass ./app/assets/stylesheets/swagger-ui.scss:./app/assets/builds/swagger-ui.css ./app/assets/stylesheets/application.sass.scss:./app/assets/builds/application.css --no-source-map --load-path=node_modules"
}
}