-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.7 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
{
"scripts": {
"test": "jest --coverage"
},
"dependencies": {
"@apollo/client": "^3.5.6",
"@babel/runtime": "^7.16.5",
"@testing-library/jest-dom": "^5.16.1",
"apollo-server-express": "^3.5.0",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.1",
"cheerio": "^1.0.0-rc.10",
"dataloader": "^2.0.0",
"date-fns": "^2.27.0",
"express": "^4.17.3",
"feedparser": "^2.2.10",
"fibers": "^5.0.0",
"graphql": "^16.2.0",
"graphql-tools": "^8.2.0",
"history": "^5.2.0",
"isomorphic-fetch": "^3.0.0",
"jquery": "^3.6.0",
"lodash.assignin": "^4.2.0",
"lodash.findwhere": "^3.1.0",
"lodash.identity": "^3.0.0",
"lodash.orderby": "^4.6.0",
"lodash.pick": "^4.4.0",
"lodash.unescape": "^4.0.1",
"meteor-node-stubs": "^1.1.0",
"prop-types": "^15.7.2",
"react": "^18.0.0-rc.0",
"react-addons-create-fragment": "^15.6.2",
"react-addons-linked-state-mixin": "^15.6.2",
"react-addons-pure-render-mixin": "^15.6.3",
"react-addons-update": "^15.6.3",
"react-dom": "^18.0.0-rc.0",
"react-router-dom": "^6.2.1",
"request": "^2.88.2",
"sanitize-html": "^2.6.1",
"stream": "0.0.2",
"styled-components": "^5.3.3",
"trim-html": "^0.1.9",
"waait": "^1.0.5",
"xml2js": "^0.5.0"
},
"devDependencies": {
"@babel/preset-env": "^7.16.5",
"@babel/preset-react": "^7.16.5",
"@testing-library/react": "^12.1.2",
"babel-jest": "^27.4.5",
"babel-polyfill": "^6.26.0",
"events": "^3.3.0",
"fs": "^0.0.1-security",
"jest": "^27.4.5",
"path": "^0.12.7",
"prettier": "^2.5.1",
"react-test-renderer": "^17.0.2",
"react-testing-library": "^8.0.1",
"url": "^0.11.0"
}
}