-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
46 lines (46 loc) · 1.62 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
{
"name": "enterprise-test-sample",
"version": "2.0.0",
"description": "Here is a sample application, bundled with current versions of the patched Dojo source and ESRI JavaScript API AMD Build. The sample uses ArcGIS Online basemaps and services. Learn more [here](http://www.arcgis.com/about/).",
"main": "Gruntfile.js",
"scripts": {
"test": "grunt test",
"test:watch": "grunt watch",
"start": "npm-run-all --parallel serve:dev test test:watch",
"build": "webpack --mode production",
"serve": "webpack-dev-server --mode production --open --https --compress",
"serve:dev": "webpack-dev-server --mode development --open"
},
"devDependencies": {
"clean-webpack-plugin": "^2.0.0",
"copy-webpack-plugin": "^5.0.0",
"css-loader": "^2.1.0",
"dojo-themes": "^1.13.0",
"grunt": "^1.0.3",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^20.1.0",
"grunt-karma": "^3.0.1",
"grunt-tomcat-deploy": "git://github.com/rsjones/grunt-tomcat-deploy.git",
"grunt-zip": "^0.10.2",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"jasmine-core": "^3.3.0",
"karma": "^4.0.1",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-dojo": "0.0.1",
"karma-jasmine": "^2.0.1",
"karma-junit-reporter": "^1.2.0",
"mini-css-extract-plugin": "^0.5.0",
"npm-run-all": "^4.1.5",
"raw-loader": "^1.0.0",
"requirejs": "^2.3.6",
"uglifyjs-webpack-plugin": "^2.1.2",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.2.1"
},
"dependencies": {
"@arcgis/webpack-plugin": "^4.10.5"
}
}