forked from jumpinjackie/mapguide-react-layout-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.06 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
{
"name": "mapguide-react-layout-example",
"version": "0.0.1",
"description": "An example application using mapguide-react-layout",
"license": "MIT",
"scripts": {
"build": "cross-env NODE_ENV=production webpack --config webpack.config.js",
"build:dev": "cross-env NODE_ENV=development webpack --config webpack.configdev.js",
"watch:dev": "cross-env NODE_ENV=development webpack -w --progress --config webpack.config.js"
},
"dependencies": {
"buffer": "^6.0.3",
"fs": "^0.0.1-security",
"mapguide-react-layout": "0.14.9",
"tslib": "^2.3.1"
},
"devDependencies": {
"@types/react": "^17.0.27",
"@types/react-dom": "^17.0.9",
"@types/react-redux": "^7.1.18",
"copy-webpack-plugin": "^9.0.1",
"cross-env": "^7.0.3",
"css-loader": "^6.3.0",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^2.3.0",
"source-map-loader": "^3.0.0",
"style-loader": "^3.3.0",
"ts-loader": "^9.2.6",
"typescript": "4.4.3",
"webpack": "^5.76.0",
"webpack-cli": "^4.8.0"
},
"browser": {
"fs": false
}
}