forked from Esri/arcgis-webpack-plugin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.14 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
{
"name": "@arcgis/webpack-plugin",
"version": "4.17.5",
"description": "Webpack plugin to load ArcGIS API for JavaScript into a Webpack application",
"main": "index.js",
"engines": {
"node": ">=8.9.3"
},
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/esri/arcgis-webpack-plugin.git"
},
"scripts": {
"test": "intern"
},
"keywords": [
"esri",
"arcgis",
"webpack"
],
"author": "Rene Rubalcava <rrubalcava@esri.com>",
"license": "Apache-2.0",
"dependencies": {
"arcgis-js-api": "~4.17.0",
"copy-webpack-plugin": "^6.2.1",
"dojo": "^1.16.3",
"dojo-util": "dojo/util#1.16.3",
"dojo-webpack-plugin": "^2.8.18",
"file-loader": "^6.1.0",
"null-loader": "^4.0.0",
"terser": "^5.3.4",
"umd-compat-loader": "^2.1.1",
"url-loader": "^4.0.0",
"webpack-hasjs-plugin": "^1.0.3"
},
"peerDependencies": {
"webpack": ">= 2.2.0 < 4.0.0 || >= 4.2.0",
"webpack-sources": ">=1.0.1"
},
"devDependencies": {
"intern": "^4.8.1",
"memory-fs": "^0.5.0",
"sinon": "^9.0.1",
"webpack": "^4.42.1"
}
}