web-portals
Version:
web-portals
53 lines (52 loc) • 1.52 kB
JSON
{
"name": "web-portals",
"version": "0.0.1",
"description": "web-portals",
"keywords": [
"web-portals",
"pages-link",
"enlink"
],
"main": "dist/index.common.js",
"module": "dist/index.mjs",
"jsnext:main": "dist/index.mjs",
"types": "dist/typings/index.d.ts",
"scripts": {
"clean": "rimraf ./dist",
"lint": "tslint --project tsconfig.json --format stylish",
"build": "npm run clean && node scripts/build.js",
"rollup": "rollup -c rollup.config.js",
"debug": "node --inspect-brk dist/index.js",
"start": "webpack serve --mode development"
},
"dependencies": {
"@types/node": "^10.12.12"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/preset-env": "^7.15.6",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-runtime": "^6.26.0",
"html-webpack-plugin": "^5.3.2",
"ip": "^1.1.5",
"lodash.merge": "^4.6.1",
"rollup": "^2.57.0",
"rollup-plugin-typescript2": "^0.30.0",
"ts-loader": "^9.2.6",
"tslint": "^6.1.3",
"tslint-config-standard": "^9.0.0",
"typescript": "^4.4.3",
"webpack": "^5.54.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^3.11.2"
},
"author": "lien",
"license": "MIT"
}