This repository has been archived by the owner on May 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
95 lines (95 loc) · 2.83 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
{
"name": "subscriptions",
"private": true,
"version": "0.0.0",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/preset-flow": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"autoprefixer": "^7.2.1",
"babel-eslint": "^8.0.3",
"babel-loader": "^8.2.1",
"bean": "^1.0.15",
"bonzo": "^2.0.0",
"bower": "^1.3.11",
"circular-dependency-plugin": "^4.2.1",
"css-loader": "^0.28.7",
"eslint": "^4.0.0",
"eslint-plugin-react": "^7.5.1",
"flow-bin": "^0.59.0",
"grunt": "^1.0.1",
"grunt-asset-hash": "0.1.9",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^20.1.0",
"grunt-karma": "^2.0.0",
"grunt-postcss": "^0.9.0",
"grunt-sass": "^2.0.0",
"grunt-svgmin": "^5.0.0",
"grunt-svgstore": "^1.0.0",
"grunt-webpack": "3.0.1",
"jasmine-core": "^2.4.1",
"json-loader": "^0.5.4",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-requirejs": "^1.1.0",
"karma-webpack": "^2.0.5",
"load-grunt-tasks": "^3.2.0",
"moment": "^2.19.3",
"node-sass": "4.7.2",
"object-fit-images": "^3.1.3",
"phantomjs": "^1.9.20",
"postcss-object-fit-images": "^1.1.2",
"postcss-pxtorem": "^4.0.1",
"prop-types": "^15.6.0",
"qwery": "^4.0.0",
"raven-js": "^3.0.5",
"requirejs": "^2.1.0",
"reqwest": "^2.0.5",
"style-loader": "^0.19.0",
"time-grunt": "^1.2.1",
"webpack": "^3.9.1",
"webpack-dev-server": "^2.9.4",
"webpack-merge": "^4.1.1"
},
"scripts": {
"flow": "flow; test $? -eq 0 -o $? -eq 2",
"compile": "echo 'compiling assets' && grunt compile",
"compile-dev": "echo 'compiling assets' && grunt compile --dev",
"watch": "echo 'compiling assets' && grunt compile --dev && grunt watch --dev",
"test": "grunt test",
"lint": "grunt validate"
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"@emotion/core": "^10.0.35",
"@guardian/consent-management-platform": "^6.7.4",
"@guardian/src-button": "^2.0.0",
"@guardian/src-foundations": "^2.0.0",
"@guardian/src-icons": "^2.0.0",
"emotion-theming": "^10.0.27",
"lodash.debounce": "^4.0.8",
"react": "^16.10.2",
"react-datepicker": "^1.0.4",
"react-dom": "^16.2.0",
"react-radio-buttons": "^1.2.0"
},
"resolutions": {
"@emotion/core/**/lodash": "^4.17.21"
},
"browserslist": [
"> 1%",
"last 2 versions",
"safari >= 7"
]
}