forked from Esri/arcgis-webpack-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 871 Bytes
/
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
{
"name": "@arcgis/webpack-plugin",
"version": "4.20.0",
"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": "TEST_ENV=test intern"
},
"keywords": [
"esri",
"arcgis",
"webpack"
],
"author": "Rene Rubalcava <rrubalcava@esri.com>",
"license": "Apache-2.0",
"dependencies": {
"copy-webpack-plugin": "^7.0.0",
"null-loader": "^4.0.1"
},
"peerDependencies": {
"webpack": "^5.9.0",
"webpack-sources": ">=2.2.0"
},
"devDependencies": {
"intern": "^4.9.0",
"memory-fs": "^0.5.0",
"sinon": "^9.2.4",
"webpack": "^4.42.1"
}
}