-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
45 lines (45 loc) · 1.28 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
{
"name": "jsapi-webpack",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "del-cli .cache-loader/**",
"build": "webpack --mode=production",
"start": "webpack-dev-server --mode=development --open"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@arcgis/webpack-plugin": "^4.14.1",
"@babel/core": "^7.8.4",
"@babel/plugin-transform-modules-amd": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3",
"@dojo/shim": "2.0.0",
"@types/arcgis-js-api": "^4.14.0",
"@types/react": "^16.9.19",
"@types/react-dom": "^16.9.5",
"babel-loader": "^8.0.6",
"babel-plugin-transform-es2015-modules-amd": "^6.24.1",
"cache-loader": "^4.1.0",
"calcite-web": "github:Esri/calcite-web#v1.0.0-rc.8",
"css-loader": "^3.4.2",
"del-cli": "^3.0.0",
"file-loader": "^5.0.2",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.1",
"sass-loader": "^8.0.2",
"sass-resources-loader": "^2.0.1",
"url-loader": "^3.0.0",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
},
"dependencies": {
"react": "^16.12.0",
"react-dom": "^16.12.0"
}
}