Create and display maps with points in Wagtail
https://framagit.org/cliss21/wagtail-maps
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.1 KiB
38 lines
1.1 KiB
{ |
|
"name": "wagtail-maps", |
|
"version": "0.1.0", |
|
"description": "Create and display maps with points in Wagtail", |
|
"private": true, |
|
"browserslist": [ |
|
"Firefox ESR", |
|
"last 2 Chrome versions", |
|
"last 2 ChromeAndroid versions", |
|
"last 2 Edge versions", |
|
"last 1 Firefox version", |
|
"last 2 iOS versions", |
|
"last 2 Safari versions" |
|
], |
|
"dependencies": { |
|
"core-js": "^3.18.3" |
|
}, |
|
"devDependencies": { |
|
"@babel/core": "^7.15.8", |
|
"@babel/eslint-parser": "^7.15.8", |
|
"@babel/preset-env": "^7.15.8", |
|
"autoprefixer": "^10.3.7", |
|
"babel-loader": "^8.2.2", |
|
"eslint": "^7.32.0", |
|
"eslint-config-airbnb-base": "^14.2.1", |
|
"eslint-config-prettier": "^8.3.0", |
|
"eslint-import-resolver-node": "^0.3.6", |
|
"eslint-plugin-import": "^2.25.2", |
|
"eslint-plugin-prettier": "^4.0.0", |
|
"prettier": "^2.4.1", |
|
"webpack": "^5.58.2", |
|
"webpack-cli": "^4.9.0" |
|
}, |
|
"scripts": { |
|
"watch": "webpack --config ./webpack.config.js --mode development --progress --watch", |
|
"build": "webpack --config ./webpack.config.js --mode production" |
|
} |
|
}
|
|
|