NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/nanopop/package.json
2023-09-14 14:47:11 +08:00

53 lines
1.6 KiB
JSON

{
"name": "nanopop",
"version": "1.3.0",
"description": "Ultra tiny, opinionated, positioning engine.",
"main": "./lib/nanopop.min.js",
"module": "./lib/nanopop.min.mjs",
"author": "Simon Reinisch <trash@reinisch.io>",
"license": "MIT",
"types": "./lib/nanopop.min.d.ts",
"keywords": [
"positioning",
"popper",
"utility",
"positioning engine"
],
"files": [
"src",
"lib"
],
"scripts": {
"build": "rollup -c rollup.config.prod.js",
"dev": "concurrently \"rollup -c rollup.config.dev.js --watch\" \"serve .\"",
"lint": "eslint ./src/**/*.ts ./tests/**/*.js",
"lint:fix": "eslint ./src/**/*.ts ./tests/**/*.js --fix",
"test": "jest"
},
"homepage": "https://github.com/Simonwep/nanopop#readme",
"bugs": "https://github.com/Simonwep/nanopop/issues",
"repository": {
"type": "git",
"url": "https://github.com/Simonwep/nanopop.git"
},
"devDependencies": {
"@rollup/plugin-replace": "^2.3.2",
"@types/ws": "^7.2.4",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"@wessberg/rollup-plugin-ts": "^1.2.24",
"concurrently": "^5.2.0",
"eslint": "^7.0.0",
"eslint-config-simon": "^1.3.0",
"jest": "^26.0.1",
"jest-environment-puppeteer": "^4.4.0",
"jest-image-snapshot": "^4.0.0",
"jest-puppeteer": "^4.4.0",
"puppeteer": "^3.1.0",
"rollup": "^2.10.4",
"rollup-plugin-terser": "^5.3.0",
"serve": "^11.3.0",
"typescript": "^3.9.2"
}
}