-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.49 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
{
"name": "tad_consumer",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": "14.x",
"npm": "6.x"
},
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"test": "NODE_ENV=test jest --verbose",
"testwatch": "jest --watchAll",
"preinstall": "npx npm-force-resolutions"
},
"resolutions": {
"dfa": "1.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moneyadviceservice/isomorphic_react_prototype.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/moneyadviceservice/isomorphic_react_prototype/issues"
},
"homepage": "https://github.com/moneyadviceservice/isomorphic_react_prototype#readme",
"browser": {
"html-pdf": false
},
"dependencies": {
"@babel/runtime": "^7.17.2",
"@moneypensionservice/directories": "^2.0.4",
"@react-pdf/renderer": "^1.6.11",
"@react-pdf/styled-components": "^1.4.0",
"@svgr/webpack": "^5.5.0",
"algoliasearch": "^4.4.0",
"axios": "^0.21.2",
"body-parser": "^1.19.0",
"expect": "^26.6.1",
"express": "^4.17.3",
"fetch-mock": "^9.10.7",
"html-pdf": "^3.0.1",
"i18next": "^19.8.2",
"install": "^0.13.0",
"next": "^9.5.5",
"next-i18next": "^3.0.1",
"next-images": "^1.4.0",
"npm": "^6.14.8",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-html-parser": "^2.0.2",
"react-redux": "^7.1.3",
"react-testing-library": "^8.0.1",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-mock-store": "^1.5.4",
"redux-thunk": "^2.3.0",
"rollbar": "^2.21.0",
"styled-components": "^5.x",
"wait-on": "^5.2.0"
},
"devDependencies": {
"@testing-library/dom": "^7.26.3",
"@testing-library/jest-dom": "^5.11.5",
"@testing-library/react": "^10.4.9",
"babel-eslint": "^10.0.3",
"babel-jest": "^26.6.1",
"babel-plugin-styled-components": "^1.10.6",
"cypress": "^6.1.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jsx-a11y": "^6.3.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^2.5.1",
"jest": "^26.6.1",
"jest-dom": "^4.0.0",
"moxios": "^0.4.0",
"prettier": "^1.19.1",
"react-test-renderer": "^16.12.0"
}
}