-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.87 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.87 KB
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
50
51
52
{
"name": "mapsync-pro",
"version": "1.0.0",
"description": "Map Sync Pro is designed to streamline the integration of user data with geospatial mapping. The tool combines the precision of mapping technologies with the complexity of user-specific data, providing an intuitive interface for geographic and demographic analysis. Whether for business logistics, demographic studies, or custom mapping, Map Sync Pro offers a robust solution for professionals who require detailed, user-focused mapping capabilities.",
"main": "index.js",
"scripts": {
"test": "jest",
"watch": "webpack --watch",
"start": "webpack serve --open --config webpack.dev.js",
"dev": "webpack --mode development",
"build": "webpack --config webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/angelr1076/MapSyncPro.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/angelr1076/MapSyncPro/issues"
},
"homepage": "https://github.com/angelr1076/MapSyncPro#readme",
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-modules-commonjs": "^7.21.2",
"@babel/preset-env": "^7.21.4",
"babel-jest": "^29.5.0",
"css-loader": "^6.8.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"identity-obj-proxy": "^3.0.0",
"install": "^0.13.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"npm": "^9.6.4",
"style-loader": "^3.3.3",
"terser-webpack-plugin": "^5.3.7",
"url-loader": "^4.1.1",
"webpack": "^5.78.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.13.2"
},
"dependencies": {
"babel-loader": "^9.1.2",
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.10.4",
"dotenv-webpack": "^8.0.1",
"webpack-merge": "^5.8.0"
}
}