-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
148 lines (148 loc) · 5.59 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
139
140
141
142
143
144
145
146
147
148
{
"name": "app-geo-ca",
"version": "0.1.0",
"description": "Lightweight viewer based on Leaflet and React for the GEO.CA",
"private": true,
"main": "app.tsx",
"scripts": {
"serve": "webpack serve --progress --color --config webpack.dev.js",
"start": "webpack --config webpack.dev.js",
"build": "webpack --progress --color --config webpack.prod.js",
"deploy": "gh-pages -d dist",
"test": "jest",
"update_test": "jest --updateSnapshot",
"lint": "eslint 'src/**/*.{ts,tsx,js}' 'tests/**/*.{ts,tsx,js}'",
"fix": "eslint 'src/**/*.{ts,tsx,js}' 'tests/**/*.{ts,tsx,js}' --fix"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Canadian-Geospatial-Platform/app.geo.ca"
},
"jest": {
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react",
"<rootDir>/node_modules/react-dom",
"<rootDir>/node_modules/react-addons-test-utils"
],
"transform": {
"^.+\\.(js|jsx|ts|tsx)$": "babel-jest"
},
"moduleFileExtensions": [
"js",
"json",
"ts",
"tsx"
]
},
"dependencies": {
"@babel/runtime-corejs3": "^7.12.5",
"@date-io/date-fns": "^1.3.13",
"@emotion/react": "^11.1.1",
"@material-ui/core": "^4.11.1",
"@material-ui/icons": "^4.9.1",
"@material-ui/pickers": "^3.3.10",
"@react-leaflet/core": "1.0.2",
"@svgr/webpack": "^5.5.0",
"@types/lodash.throttle": "^4.1.6",
"@types/node": "^14.14.20",
"@types/react-redux": "^7.1.16",
"@types/react-router": "^5.1.11",
"amazon-cognito-identity-js": "^4.5.6",
"amplify": "0.0.11",
"aws-sdk": "https://github.com/lucastrcts/aws-sdk-js",
"axios": "^0.21.4",
"connected-react-router": "^6.8.0",
"crypto-browserify": "^3.12.0",
"date-fns": "^2.29.3",
"esri-leaflet": "2.5.1",
"esri-leaflet-renderers": "2.0.6",
"i18next": "19.8.4",
"i18next-http-backend": "^1.3.2",
"immutable": "^4.0.0-rc.12",
"json-server": "^0.17.1",
"leaflet": "1.7.1",
"lodash.throttle": "^4.1.1",
"proj4leaflet": "1.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-i18next": "11.8.0",
"react-leaflet": "3.0.2",
"react-redux": "^7.2.2",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-share": "^4.4.0",
"react-spinners": "^0.10.4",
"reactstrap": "^8.8.1",
"redux": "^4.0.5",
"screenfull": "~5.0.2"
},
"devDependencies": {
"@babel/cli": "^7.21.5",
"@babel/core": "^7.21.8",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.21.0",
"@babel/plugin-proposal-do-expressions": "^7.18.6",
"@babel/plugin-proposal-export-default-from": "^7.18.10",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-proposal-function-bind": "^7.18.9",
"@babel/plugin-proposal-function-sent": "^7.18.6",
"@babel/plugin-proposal-json-strings": "^7.18.6",
"@babel/plugin-proposal-logical-assignment-operators": "^7.20.7",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-numeric-separator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
"@babel/plugin-proposal-pipeline-operator": "^7.12.1",
"@babel/plugin-proposal-private-methods": "^7.12.1",
"@babel/plugin-proposal-throw-expressions": "^7.12.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.7",
"@babel/preset-react": "^7.12.7",
"@babel/preset-typescript": "^7.12.7",
"@types/esri-leaflet": "^2.1.6",
"@types/flux": "^3.1.9",
"@types/jest": "^26.0.16",
"@types/leaflet": "1.5.19",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-leaflet": "2.5.2",
"@types/react-router-dom": "^5.1.6",
"@typescript-eslint/eslint-plugin": "^4.9.0",
"@typescript-eslint/parser": "^4.9.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"babel-plugin-import": "1.13.3",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "5.0.1",
"eslint": "^7.14.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "6.2.0",
"gh-pages": "2.1.1",
"html-webpack-plugin": "^5.0.0-alpha.14",
"jest": "^26.6.3",
"loader-utils": "^1.4.2",
"prettier": "^2.2.1",
"react-test-renderer": "^17.0.1",
"sass": "^1.23.7",
"sass-loader": "^8.0.0",
"style-loader": "2.0.0",
"typescript": "^4.1.2",
"webpack": "^5.80.0",
"webpack-bundle-analyzer": "^4.2.0",
"webpack-bundle-size-analyzer": "^3.1.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.13.3",
"webpack-merge": "^5.4.0"
}
}