-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
89 lines (89 loc) · 2.58 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
{
"name": "workflow-frontend",
"description": "workflow-frontend",
"author": "Guardian Digital CMS team",
"scripts": {
"build-dev": "webpack --config ./conf/webpack.conf.js --watch",
"build": "webpack --config ./conf/webpack.prod.conf.js",
"test": "karma start",
"test-watch": "yarn test --no-single-run",
"lint": "eslint ./public/**/**/*.js"
},
"devDependencies": {
"@babel/cli": "^7.24.5",
"@babel/core": "^7.24.5",
"@babel/eslint-parser": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@types/angular": "^1.7.0",
"@types/angular-resource": "1.5.5",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"css-loader": "^1.0.0",
"eslint": "^7.6.0",
"eslint-plugin-angular": "^3.1.1",
"file-loader": "^6.0.0",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"html-loader": "^1.1.0",
"jsdom": "^24.0.0",
"karma": "^6.4.1",
"karma-angular": "^0.0.6",
"karma-babel-preprocessor": "^8.0.2",
"karma-chai": "^0.1.0",
"karma-cli": "1.0.1",
"karma-jsdom-launcher": "^17.0.0",
"karma-mocha": "^2.0.1",
"karma-sinon": "^1.0.5",
"karma-webpack": "^5.0.1",
"mini-css-extract-plugin": "^2.9.1",
"sass": "^1.77.8",
"sass-loader": "^8.0.2",
"style-loader": "^0.13.1",
"terser-webpack-plugin": "^3.0.2",
"ts-loader": "^9.5.1",
"typescript": "^4.6.2",
"url-loader": "^4.1.1",
"webpack": "5.94.0",
"webpack-cli": "^5.1.4",
"webpack-manifest-plugin": "^5.0.0"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@guardian/user-telemetry-client": "^1.1.0",
"@types/react": "^17.0.76",
"@types/react-dom": "^17.0.9",
"angular": "1.5.11",
"angular-animate": "1.5.11",
"angular-bootstrap-datetimepicker": "1.1.4",
"angular-bootstrap-temporary": "0.11.0",
"angular-mocks": "1.5.11",
"angular-ui-router": "0.2.11",
"bootstrap": "3.4.1",
"chai": "^3.5.0",
"jquery": "3.5.0",
"jquery-ui": "1.13.3",
"keycode": "^2.2.0",
"lodash": "4.17.21",
"mocha": "^10.7.3",
"moment": "^2.11.2",
"moment-timezone": "0.5.45",
"ng-infinite-scroll": "1.2.0",
"ngcomponent": "^4.1.0",
"raven-js": "1.1.22",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sinon": "^19.0.2",
"sugar": "1.4.1",
"ua-parser-js": "0.7.33",
"uuid-v4.js": "1.0.2",
"webpack-merge": "^4.2.2",
"whatwg-fetch": "^2.0.3"
},
"resolutions": {
"braces": "3.0.3"
},
"repository": {
"type": "git",
"url": "https://github.com/guardian/workflow-frontend.git"
}
}