UNPKG

alpinejs

Version:
47 lines (46 loc) 1.6 kB
{ "main": "dist/alpine.js", "name": "alpinejs", "version": "2.8.2", "repository": { "type": "git", "url": "git://github.com/alpinejs/alpine.git" }, "scripts": { "watch": "rollup -c -w", "build": "concurrently \"rollup -c\" \"npx rollup -c rollup-ie11.config.js\" \"node inject-version-readme\"", "test": "npx jest", "test:debug": "node --inspect node_modules/.bin/jest --runInBand" }, "author": "Caleb Porzio", "license": "MIT", "devDependencies": { "@babel/core": "^7.12.10", "@babel/preset-env": "^7.12.11", "@rollup/plugin-commonjs": "^11.1.0", "@rollup/plugin-multi-entry": "^3.0.1", "@rollup/plugin-replace": "^2.3.4", "@testing-library/dom": "^6.16.0", "@testing-library/jest-dom": "^4.2.4", "@webcomponents/template": "^1.4.4", "babel-jest": "^25.5.1", "classlist-polyfill": "^1.2.0", "concurrently": "^5.3.0", "core-js": "^3.8.3", "element-closest": "^3.0.2", "element-remove": "^1.0.4", "events-polyfill": "^2.1.2", "jest": "^25.5.4", "jsdom-simulant": "^1.1.2", "observable-membrane": "^0.26.1", "proxy-polyfill": "^0.3.2", "rollup": "^1.32.1", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-filesize": "^6.2.1", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-strip-code": "^0.2.7", "rollup-plugin-terser": "^7.0.2", "shim-selected-options": "^1.0.1" }, "dependencies": {} }