You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
65 lines
1.6 KiB
65 lines
1.6 KiB
{ |
|
"name": "data-collector", |
|
"private": true, |
|
"engines": { |
|
"node": "^20.0.0" |
|
}, |
|
"dependencies": { |
|
"@babel/core": "^7.17.7", |
|
"@babel/plugin-transform-runtime": "^7.17.0", |
|
"@babel/preset-env": "^7.16.11", |
|
"@hotwired/stimulus": "^3.0.0", |
|
"@stimulus/polyfills": "^2.0.0", |
|
"@webcomponents/webcomponentsjs": "^2.6.0", |
|
"@x-govuk/govuk-prototype-components": "^2.0.1", |
|
"accessible-autocomplete": "^2.0.3", |
|
"babel-loader": "^8.2.3", |
|
"babel-plugin-macros": "^3.1.0", |
|
"copy-webpack-plugin": "^10.2.4", |
|
"core-js": "^3.21.1", |
|
"css-loader": "^6.7.1", |
|
"custom-event-polyfill": "^1.0.7", |
|
"file-loader": "^6.2.0", |
|
"govuk-frontend": "4.7.0", |
|
"html5shiv": "^3.7.3", |
|
"intersection-observer": "^0.12.0", |
|
"mini-css-extract-plugin": "^2.6.0", |
|
"regenerator-runtime": "^0.13.9", |
|
"sass": "^1.49.9", |
|
"sass-loader": "^12.6.0", |
|
"unfetch": "^4.2.0", |
|
"webpack": "^5.76.0", |
|
"webpack-cli": "^4.9.2", |
|
"webpack-remove-empty-scripts": "^0.7.3" |
|
}, |
|
"version": "0.1.0", |
|
"devDependencies": { |
|
"are-you-es5": "^2.1.2", |
|
"standard": "^17.0.0", |
|
"stylelint": "^15.10.1", |
|
"stylelint-config-gds": "^0.2.0" |
|
}, |
|
"browserslist": { |
|
"production": [ |
|
"last 1 version", |
|
"> 1%", |
|
"IE 10" |
|
], |
|
"development": [ |
|
"last 1 chrome version", |
|
"last 1 firefox version", |
|
"last 1 safari version" |
|
] |
|
}, |
|
"standard": { |
|
"ignore": [ |
|
"app/frontend/vendor/*.js" |
|
] |
|
}, |
|
"stylelint": { |
|
"extends": "stylelint-config-gds/scss" |
|
}, |
|
"scripts": { |
|
"build": "webpack --config webpack.config.js" |
|
} |
|
}
|
|
|