UNPKG

@yerkopalma/cursor

Version:

Custom cursor component

74 lines (73 loc) 1.84 kB
{ "browserslist": [ "defaults" ], "description": "Custom cursor component", "devDependencies": { "@babel/core": "7.8.4", "@babel/plugin-syntax-dynamic-import": "7.8.3", "@babel/plugin-transform-runtime": "7.8.3", "@babel/preset-env": "7.8.4", "@testing-library/cypress": "5.3.0", "autoprefixer": "9.7.4", "cypress": "3.8.3", "eslint": "6.8.0", "eslint-plugin-cypress": "2.9.0", "eslint-plugin-svelte3": "2.7.3", "postcss": "7.0.26", "postcss-load-config": "2.1.0", "rollup": "1.31.0", "rollup-plugin-babel": "4.3.3", "rollup-plugin-commonjs": "10.1.0", "rollup-plugin-livereload": "1.0.4", "rollup-plugin-node-resolve": "5.2.0", "rollup-plugin-svelte": "5.1.1", "rollup-plugin-terser": "5.2.0", "sirv-cli": "0.4.5", "snazzy": "8.0.0", "standard": "14.3.1", "start-server-and-test": "1.10.7", "svelte": "3.18.2", "svelte-preprocess": "3.4.0" }, "files": [ "src", "dist" ], "keywords": [ "svelte" ], "standard": { "env": [ "browser", "mocha" ], "globals": [ "cy", "Cypress", "expect", "assert" ] }, "license": "MIT", "main": "dist/index.min.js", "module": "dist/index.min.mjs", "name": "@yerkopalma/cursor", "repository": "Custom cursor component", "scripts": { "build": "rollup -c", "cy:open": "cypress open", "cy:run": "cypress run", "dev": "rollup -c -w", "lint": "standard --fix", "prepublishOnly": "npm run build", "start": "sirv public", "test": "standard --verbose | snazzy && start-server-and-test dev http://localhost:5000 cy:run" }, "svelte": "src/components/components.module.js", "version": "1.1.2", "dependencies": { "paper-jsdom-canvas": "0.12.4", "svelte-css-vars": "0.0.1" } }