-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.63 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.63 KB
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
{
"name": "pluto-logtool",
"version": "1.0.0",
"description": "GNM's basic job browsing interface for VS",
"main": "index.js",
"scripts": {
"test": "jest --runInBand --verbose",
"dev": "webpack --mode development --watch",
"compile": "webpack --mode production"
},
"jest": {
"moduleNameMapper": {
"\\.(css|less)$": "identity-obj-proxy"
},
"testResultsProcessor": "jest-junit",
"setupFiles": [
"./jestSetup.jsx"
]
},
"author": "Andy Gallagher <andy.gallagher@theguardian.com>",
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-function-bind": "^7.7.4",
"@babel/plugin-transform-react-jsx": "^7.7.7",
"@material-ui/lab": "^4.0.0-alpha.58",
"babel-core": "^7.0.0-bridge.0",
"date-fns": "^2.22.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"expect": "^24.9.0",
"jest": "^26.6.3",
"jest-cli": "^26.6.3",
"jest-fetch-mock": "^3.0.3",
"jest-junit": "^12.2.0",
"react-test-renderer": "^16.12.0",
"sinon": "^11.1.1"
},
"dependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@babel/preset-stage-0": "^7.8.3",
"@babel/preset-stage-2": "^7.8.3",
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-brands-svg-icons": "^5.12.0",
"@fortawesome/free-regular-svg-icons": "^5.12.0",
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@fortawesome/react-fontawesome": "^0.1.8",
"@guardian/pluto-headers": "v2.1.1",
"@material-ui/core": "^4.10.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.58",
"axios": "^1.6.3",
"babel-loader": "^8.2.2",
"buffer": "^6.0.3",
"cross-storage": "^1.0.0",
"crypto-browserify": "^3.12.0",
"css-loader": "^5.2.3",
"date-fns": "^2.22.1",
"identity-obj-proxy": "^3.0.0",
"jose": "^4.9.3",
"jsonwebtoken": "^9.0.0",
"moment": "^2.20.1",
"moment-duration-format": "2.2.2",
"moment-timezone": "^0.5.29",
"process": "^0.11.10",
"query-string": "^6.13.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-json-pretty": "^2.2.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-select": "^3.1.0",
"react-syntax-highlighter": "^15.5.0",
"reactjs-popup": "^2.0.4",
"stream-browserify": "^3.0.0",
"style-loader": "^2.0.0",
"util": "^0.12.3",
"webpack": "^5.26.3",
"webpack-cli": "^4.5.0",
"xml-beautifier": "^0.5.0"
},
"license": "ISC"
}