UNPKG

@jdthfe/gmap

Version:

JDC gmap bundle

56 lines (55 loc) 1.59 kB
{ "name": "@jdthfe/gmap", "version": "1.1.7", "description": "JDC gmap bundle", "main": "./public/index.js", "keywords": [ "gmap", "jdc" ], "author": "liujc", "types": "./typings/index.d.ts", "scripts": { "build": "webpack --config ./webpack.prod.js --mode production", "dev": "webpack-cli serve --config ./webpack.dev.js", "format": "eslint --fix src/*.ts", "lint": "eslint src/*.ts", "test": "jest --passWithNoTests src/*", "watch": "webpack --config ./webpack.dev.js --mode development", "deploy": "node ./deploy.js" }, "devDependencies": { "@babel/core": "^7.13.8", "@babel/preset-env": "^7.12.13", "@babel/runtime": "^7.12.18", "@types/google.maps": "^3.44.2", "@types/jest": "^26.0.20", "@types/webpack-env": "^1.16.0", "@typescript-eslint/eslint-plugin": "^4.15.2", "@typescript-eslint/parser": "^4.16.1", "babel-loader": "^8.2.2", "css-loader": "^5.1.0", "dotenv": "^8.2.0", "eslint": "^7.19.0", "eslint-config-prettier": "^8.1.0", "eslint-plugin-prettier": "^3.3.1", "html-replace-webpack-plugin": "^2.6.0", "html-webpack-plugin": "^5.3.0", "jest": "^26.6.3", "mini-css-extract-plugin": "^1.3.9", "prettier": "^2.2.1", "terser-webpack-plugin": "^5.1.1", "ts-jest": "^26.5.1", "ts-loader": "^8.0.17", "typescript": "^4.1.5", "webpack": "^5.24.3", "webpack-cli": "^4.5.0", "webpack-dev-server": "^3.11.2", "webpack-merge": "^5.7.3" }, "files": [ "public/index.js", "public/style.css", "typings" ] }