This repository has been archived by the owner on Jun 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
128 lines (128 loc) · 4.25 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
{
"name": "pesayetu",
"version": "0.2.15",
"repository": "https://github.com/CodeForAfrica/PesaYetu.git",
"author": "Code for Africa <[email protected]> (https://codeforafrica.org)",
"license": "GPL-3.0-or-later",
"homepage": "https://dev.pesayetu.pesacheck.org",
"private": false,
"scripts": {
"dev": "next dev",
"format": "yarn prettier --write --ignore-path './.gitignore' '**/*.+(json|md|yml)' '.'",
"format-staged": "yarn prettier --write '**/*.+(json|md|yml)'",
"codemod": "yarn codemod-staged-optimal-imports './src' && yarn codemod-staged-top-level-imports './src'",
"codemod-staged-optimal-imports": "yarn jscodeshift --transform=node_modules/@material-ui/codemod/lib/v4.0.0/optimal-imports.js",
"codemod-staged-top-level-imports": "yarn jscodeshift --transform=node_modules/@material-ui/codemod/lib/v4.0.0/top-level-imports.js",
"lint": "yarn eslint --fix --ignore-path './.gitignore' './'",
"lint-staged": "yarn eslint --fix --ext '.js,.json,.md'",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"prepare": "husky install"
},
"dependencies": {
"@apollo/client": "^3.3.21",
"@commons-ui/core": "^0.1.0-alpha.6",
"@material-ui/core": "^4.12.1",
"@material-ui/lab": "^4.0.0-alpha.60",
"@material-ui/utils": "^4.11.2",
"@reactour/tour": "^2.0.0",
"@svgr/webpack": "^5.5.0",
"aws-sdk": "^2.1005.0",
"clsx": "^1.1.1",
"d3-format": "^3.0.1",
"deepmerge": "^4.2.2",
"leaflet": "^1.7.1",
"lodash": "^4.17.21",
"next": "^12.1.0",
"next-images": "^1.8.1",
"next-seo": "^4.26.0",
"papaparse": "^5.3.1",
"plaiceholder": "^2.0.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-copy-to-clipboard": "^5.0.4",
"react-dom": "^17.0.2",
"react-leaflet": "^3.2.0",
"react-multi-carousel": "^2.6.3",
"react-share": "^4.4.0",
"react-vega": "^7.4.4",
"sharp": "^0.32.6",
"simplebar-react": "^2.1.0",
"swr": "^1.0.0",
"vega": "^5.23.0",
"vega-embed": "^6.18.2",
"vega-lite": "^5.1.1",
"vega-tooltip": "^0.27.0",
"video.js": "^7.14.3",
"videojs-youtube": "^2.6.1",
"webpack": "^5.76.0",
"xlsx": "^0.17.1"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/eslint-parser": "^7.14.7",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
"@babel/preset-env": "^7.1.6",
"@material-ui/codemod": "^4.5.0",
"@storybook/addon-actions": "^6.3.6",
"@storybook/addon-essentials": "^6.3.6",
"@storybook/addon-links": "^6.3.6",
"@storybook/addons": "^6.3.6",
"@storybook/client-api": "^6.3.6",
"@storybook/components": "^6.3.6",
"@storybook/core-events": "^6.3.6",
"@storybook/react": "^6.3.6",
"@storybook/theming": "^6.3.6",
"apollo-link-rest": "^0.8.0-beta.0",
"babel-loader": "^8.2.2",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-transform-imports": "^2.0.0",
"eslint": "^7.30.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-next": "^11.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-babel-module": "^5.3.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-json": "^3.0.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-markdown": "^2.2.0",
"eslint-plugin-module-resolver": "^1.4.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"graphql": "^15.5.1",
"graphql-anywhere": "^4.2.7",
"husky": "^7.0.1",
"jscodeshift": "^0.13.0",
"lint-staged": "^11.0.0",
"next-sitemap": "^1.6.192",
"prettier": "^2.3.2",
"storybook-addon-material-ui": "^0.9.0-alpha.24",
"storybook-addon-next-router": "^3.0.5",
"svg-url-loader": "^7.1.1",
"typescript": "^4.3.5"
},
"browserslist": [
"defaults"
],
"lint-staged": {
"*.js": [
"yarn codemod-staged-optimal-imports",
"yarn codemod-staged-top-level-imports",
"yarn lint-staged"
],
"*.{json,md}": [
"yarn lint-staged",
"yarn format-staged"
],
"*.yml": [
"yarn format-staged"
]
},
"engines": {
"node": ">=16.0.0 <17.0.0"
}
}