-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 990 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
{
"name": "catalunya-gmap",
"version": "5.0.0",
"description": "Interactive map of Catalunya using GoogleMaps API.",
"main": "index.js",
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@googlemaps/js-api-loader": "^1.16.6",
"@googlemaps/markerclusterer": "^2.5.3",
"@jest/globals": "^29.7.0",
"babel-jest": "^29.7.0",
"dotenv": "^16.4.5",
"dotenv-webpack": "^8.1.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"scripts": {
"test": "jest",
"testWatch": "jest --watch",
"clearCache": "jest --clearCache",
"buildProd": "webpack --mode production",
"buildLocal": "webpack --mode development",
"buildWatch": "webpack --watch --mode development",
"start": "webpack server --mode development --config ./webpack.config.js --hot"
},
"author": "eballo",
"license": "ISC"
}