-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
103 lines (103 loc) · 3.19 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "great-cms",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "echo start",
"lighthouse": "lhci autorun",
"test": "jest --testPathIgnorePatterns=venv --config jest.config.js",
"test:dev": "jest --watch",
"build": "webpack --config react-components/webpack.config.js --mode production",
"build:dev": "webpack --watch --config react-components/webpack.config.js --mode development",
"build-domestic": "sass --load-path=domestic/sass --load-path=./ --style=compressed domestic/sass:domestic/static/styles",
"build-domestic:dev": "sass --watch --load-path=domestic/sass --load-path=./ --style=compressed domestic/sass:domestic/static/styles"
},
"jest": {
"globalSetup": "react-components/setupJest.js"
},
"engines": {
"node": "^20.5.1",
"npm": "^9.8.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uktrade/great-cms.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/uktrade/great-cms/issues"
},
"browser": {
"buffer": false
},
"homepage": "https://github.com/uktrade/great-cms#readme",
"devDependencies": {
"@babel/core": "7.23.2",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-transform-react-jsx": "^7.12.12",
"@babel/preset-env": "7.9.0",
"@babel/preset-react": "7.9.4",
"@lhci/cli": "^0.14.0",
"@testing-library/jest-dom": "^5.11.1",
"@testing-library/react": "^10.4.7",
"babel-eslint": "10.1.0",
"babel-jest": "^27.2.1",
"babel-loader": "8.1.0",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.6.0",
"eslint": "8.44.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.2",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"fetch-mock": "8.3.2",
"file-loader": "^5.1.0",
"great-styles": "github:uktrade/great-styles",
"jest": "^26.6.3",
"mini-css-extract-plugin": "^2.2.0",
"mockdate": "^3.0.5",
"node-fetch": "^2.6.7",
"prettier": "^2.2.1",
"remove-files-webpack-plugin": "1.4.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.58.0",
"sass-loader": "^12.3.0",
"style-loader": "1.1.3",
"url-loader": "^4.1.1",
"webpack": "^5.94.0",
"webpack-cli": "^4.8.0"
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@fortawesome/fontawesome-free": "^5.15.4",
"@uktrade/great-design-system": "^1.0.15",
"govuk-frontend": "^4.5.0",
"great-styles": "github:uktrade/great-styles",
"prop-types": "15.7.2",
"react": "16.13.1",
"react-cookie": "4.0.3",
"react-dom": "16.13.1",
"react-html-parser": "^2.0.2",
"react-modal": "3.11.2",
"react-redux": "^7.2.0",
"react-router-dom": "^5.2.0",
"react-slick": "^0.25.2",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"semver": "^5.7.2",
"slick-carousel": "^1.8.1",
"slugify": "^1.4.0",
"styled-components": "5.0.1"
},
"overrides": {
"optionator": "0.9.3",
"tough-cookie": "^4.1.3",
"postcss": "8.4.31",
"@testing-library/dom": "7.29.4"
}
}