-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
133 lines (133 loc) · 4.45 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "theworldorg",
"private": true,
"description": "The World website frontend.",
"repository": "[email protected]:PRX/theworld.org.git",
"author": "PRX",
"contributors": [
{
"name": "Rick Peterman",
"email": "[email protected]"
}
],
"license": "MIT",
"scripts": {
"dev": "next dev",
"dev:start": "yarn dev:caniuse:update-db ; yarn dev",
"build": "next build",
"lint": "eslint --ext .jsx,.js,.tsx,.ts ./{components,config,contexts,interfaces,lib,pages,theme,assets/svg} --no-error-on-unmatched-pattern",
"format:check": "prettier --config ./prettier.config.js --check **/*.{js,ts,tsx}",
"start": "next start",
"test": "NODE_ENV=test jest --detectOpenHandles",
"dev:gql:generate:types": "graphql-codegen --config codegen.ts",
"dev:caniuse:update-db": "npx browserslist@latest --update-db"
},
"dependencies": {
"@apollo/client": "^3.7.15",
"@emotion/cache": "^11.10.5",
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/icons-material": "^5.11.0",
"@mui/lab": "^5.0.0-alpha.112",
"@mui/material": "^5.11.0",
"@mui/styles": "^5.11.0",
"@ungap/url-search-params": "^0.2.2",
"autoprefixer": "^10.2.6",
"base-64": "^0.1.0",
"classnames": "^2.3.1",
"clsx": "^1.2.1",
"framer-motion": "6.5.1",
"googleapis": "^82.0.0",
"graphql": "^16.6.0",
"isomorphic-unfetch": "^3.0.0",
"lodash": "^4.17.21",
"next": "^13.2.4",
"next-absolute-url": "^1.0.2",
"next-compose-plugins": "^2.2.0",
"next-plausible": "^3.7.0",
"next-redux-wrapper": "^8.1.0",
"postcss": "^8.1.0",
"prop-types": "^15.7.2",
"qs": "^6.8.0",
"react": "^18.2.0",
"react-cookies": "^0.1.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-facebook": "^9.0.12",
"react-html-parser": "^2.0.2",
"react-instagram-embed": "^3.0.0",
"react-markdown": "^8.0.4",
"react-moment": "^1.1.2",
"react-player": "^2.9.0",
"react-redux": "^8.0.5",
"react-social-media-embed": "^2.5.13",
"react-twitter-embed": "^4.0.4",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"sharp": "^0.32.1",
"tss-react": "^4.4.5",
"uid": "^2.0.0",
"utf8": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/eslint-parser": "^7.14.5",
"@babel/helper-string-parser": "^7.19.4",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@commitlint/cli": "^12.1.4",
"@commitlint/config-angular": "^8.3.4",
"@graphql-codegen/cli": "4.0.1",
"@graphql-codegen/introspection": "4.0.0",
"@graphql-codegen/typescript": "4.0.0",
"@svgr/webpack": "^6.5.1",
"@types/base-64": "^0.1.3",
"@types/htmlparser2": "^3.10.3",
"@types/jest": "^24.9.1",
"@types/lodash": "^4.14.170",
"@types/node": "^13.1.8",
"@types/node-fetch": "^2.5.7",
"@types/react": "^18.0.26",
"@types/react-cookies": "^0.1.0",
"@types/react-dom": "^16.9.2",
"@types/react-html-parser": "^2.0.1",
"@types/react-redux": "^7.1.11",
"@types/redux-logger": "^3.0.8",
"@types/url-search-params": "^1.1.0",
"@types/webpack": "^5.28.0",
"@types/wicg-mediasession": "^1.1.4",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"babel-jest": "^27.0.2",
"babel-plugin-inline-react-svg": "^1.1.0",
"babel-plugin-module-resolver": "^4.0.0",
"enzyme": "^3.10.0",
"enzyme-to-json": "^3.4.0",
"eslint": "^8.29.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-next": "^13.0.6",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.1.6",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.0.4",
"prettier": "^2.8.8",
"react-test-renderer": "^18.2.0",
"redux-devtools-extension": "^2.13.9",
"sass": "^1.60.0",
"ts-jest": "^27.0.3",
"typescript": "^4.9.4"
}
}