-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
138 lines (138 loc) · 5.44 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
134
135
136
137
138
{
"name": "idmc-website-components",
"longName": "Disaster Displacement in Asia and the Pacific",
"version": "1.0.0",
"description": "Disaster Displacement in Asia and the Pacific",
"scripts": {
"test": "jest",
"test:coverage": "jest --coverage",
"generate": "env-cmd -f .env graphql-codegen --config codegen.yml",
"lint": "eslint ./app --report-unused-disable-directives",
"typecheck": "tsc",
"build": "webpack --mode=production --node-env=production",
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production --node-env=production",
"watch": "webpack --watch",
"start": "webpack serve --mode=development",
"initialize": "mkdir -p generated && yes n | cp -i type.template.tsx generated/types.tsx 2>/dev/null",
"check-unused": "unimported",
"prelint": "yarn initialize",
"pretypecheck": "yarn initialize",
"prebuild": "yarn initialize",
"prestart": "yarn initialize"
},
"repository": {
"type": "git",
"url": "git+https://github.com/idmc-labs/idmc-website-components.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/idmc-labs/idmc-website-components/issues"
},
"homepage": "https://github.com/idmc-labs/idmc-website-components#readme",
"dependencies": {
"@apollo/client": "^3.6.2",
"@babel/runtime": "^7.17.9",
"@mapbox/mapbox-gl-draw": "^1.3.0",
"@sentry/react": "^6.19.7",
"@tanem/svg-injector": "^10.1.32",
"@togglecorp/fujs": "^1.9.3",
"@togglecorp/re-map": "^0.1.3",
"@togglecorp/toggle-ui": "^0.14.2",
"apollo-link-rest": "^0.9.0-rc.1",
"core-js": "3.22.3",
"graphql": "^15.7.2",
"graphql-anywhere": "^4.2.7",
"mapbox-gl": "^2.8.2",
"qs": "^6.10.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-ga": "^3.3.1",
"react-icons": "^4.3.1",
"react-image-zooom": "^1.0.4",
"react-slider": "^2.0.0",
"recharts": "^2.1.9",
"sanitize-html": "^2.7.0"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/plugin-proposal-do-expressions": "^7.16.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-react-constant-elements": "^7.17.6",
"@babel/plugin-transform-react-inline-elements": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@graphql-codegen/cli": "^1.21.7",
"@graphql-codegen/introspection": "^1.18.2",
"@graphql-codegen/typescript": "^1.23.0",
"@graphql-codegen/typescript-operations": "^1.18.4",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@types/apollo-upload-client": "^14.1.0",
"@types/csv-stringify": "^3.1.0",
"@types/file-saver": "^2.0.5",
"@types/jest": "^27.4.0",
"@types/mapbox-gl": "^2.7.0",
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.9",
"@types/react-router-dom": "^5.3.3",
"@types/react-slider": "^1.3.1",
"@types/sanitize-html": "^2.6.2",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"@typescript-eslint/parser": "^4.28.3",
"babel-jest": "^27.4.6",
"babel-loader": "^8.2.5",
"babel-plugin-graphql-tag": "^3.3.0",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-polyfill-corejs3": "^0.2.3",
"babel-plugin-polyfill-regenerator": "^0.2.2",
"circular-dependency-plugin": "^5.2.2",
"compression-webpack-plugin": "^8.0.1",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^3.4.1",
"dotenv-webpack": "^7.1.0",
"env-cmd": "^10.1.0",
"eslint": "^7.30.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-import-resolver-babel-module": "^5.3.1",
"eslint-plugin-graphql": "^4.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-postcss-modules": "^2.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"eslint-webpack-plugin": "^2.5.4",
"file-loader": "^6.2.0",
"git-revision-webpack-plugin": "^5.0.0",
"history": "^4.9.0",
"html-webpack-plugin": "^5.3.1",
"jest": "^27.4.7",
"mini-css-extract-plugin": "^2.6.0",
"postcss-loader": "^6.2.1",
"postcss-nested": "^5.0.6",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^7.4.4",
"react-refresh": "^0.10.0",
"react-router-dom": "^5.2.0",
"resource-hints-webpack-plugin": "^0.0.2",
"style-loader": "^3.3.1",
"stylelint": "^13.13.1",
"stylelint-config-concentric": "^2.0.2",
"stylelint-config-recommended": "^5.0.0",
"stylelint-webpack-plugin": "^2.2.2",
"surge": "^0.23.1",
"terser-webpack-plugin": "^5.3.1",
"typescript": "^4.6.3",
"unimported": "^1.22.0",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.8.0",
"webpack-pwa-manifest": "^4.3.0",
"workbox-webpack-plugin": "^6.5.3"
}
}