UNPKG

svelte-repel-cursor

Version:

The svelte-repel-cursor provider a action of svelte that repel do it the element repel the cursor

58 lines (57 loc) 1.7 kB
{ "name": "svelte-repel-cursor", "version": "1.0.0", "description": "The svelte-repel-cursor provider a action of svelte that repel do it the element repel the cursor", "main": "./dist/main.js", "require": "./dist/main.js", "scripts": { "build": "npm run build:module", "build:module": "webpack --mode=production", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/JuanDAC/power-styles.git" }, "keywords": [ "svelte", "sveltekit", "sapper", "css", "style" ], "author": "JuanDAC", "license": "MIT", "bugs": { "url": "https://github.com/JuanDAC/power-styles/issues" }, "homepage": "https://github.com/JuanDAC/power-styles#readme", "devDependencies": { "@babel/cli": "^7.16.0", "@babel/core": "^7.16.0", "@babel/plugin-transform-runtime": "^7.16.4", "@babel/preset-env": "^7.16.4", "@rollup/plugin-commonjs": "^11.0.0", "@rollup/plugin-node-resolve": "^7.0.0", "@testing-library/jest-dom": "^5.15.0", "@testing-library/svelte": "^1.11.2", "@types/node": "^16.11.7", "babel-jest": "^27.3.1", "babel-loader": "^8.2.3", "babel-plugin-replace-import-extension": "^1.1.2", "babel-plugin-transform-decorators-legacy": "^1.3.5", "clean-webpack-plugin": "^4.0.0", "jest": "^27.3.1", "jsdom": "^18.1.1", "rollup": "^1.20.0", "rollup-plugin-css-only": "^3.1.0", "rollup-plugin-livereload": "^1.0.0", "rollup-plugin-svelte": "^5.0.3", "rollup-plugin-terser": "^5.1.2", "svelte": "^3.0.0", "svelte-jester": "^2.1.5", "webpack": "^5.64.4", "webpack-cli": "^4.9.1", "webpack-modules": "^1.0.0" } }