-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 943 Bytes
/
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
{
"name": "find-business-regulations",
"author": "Department of Business and Trade",
"private": true,
"dependencies": {
"css-loader": "^5.2.6",
"file-loader": "^6.2.0",
"govuk-frontend": "^5.4.0",
"mini-css-extract-plugin": "^1.6.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-scripts": "^5.0.1",
"sass": "^1.77.5",
"sass-loader": "^14.2.1",
"style-loader": "^4.0.0",
"styled-components": "^6.1.11",
"webpack": "^5.92.0",
"webpack-bundle-tracker": "^3.1.0",
"webpack-cli": "^5.1.4"
},
"scripts": {
"dev": "webpack-cli --config webpack.config.js --watch",
"build": "webpack-cli --config webpack.config.js --stats-children",
"clean": "rm -f ./front_end/webpack_bundles/*"
},
"version": "0.1.0",
"engines": {
"node": "20"
},
"devDependencies": {
"@babel/preset-react": "^7.25.9",
"babel-loader": "^9.2.1",
"prettier": "3.3.3"
}
}