|
| 1 | +{ |
| 2 | + "name": "mk-scroll", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "a scroll plugin for P.C.", |
| 5 | + "main": "index.js", |
| 6 | + "scripts": { |
| 7 | + "build:js": "rollup -c", |
| 8 | + "start": "npm-run-all -p watch:*", |
| 9 | + "watch:css": "postcss src/css/scroll.scss -o static/mkScroll.css -m -w", |
| 10 | + "watch:js": "rollup -i src/index.js -o static/mkScroll.js -n mkScroll -f umd -m -w", |
| 11 | + "lint": "npm-run-all -p lint:*", |
| 12 | + "lint:css": "stylelint {src,static}/**/*.{css,scss,html} --fix", |
| 13 | + "lint:js": "eslint src/**/*.js --fix", |
| 14 | + "test": "echo \"Error: no test specified\" && exit 1" |
| 15 | + }, |
| 16 | + "author": "LiCe", |
| 17 | + "homepage": "https://LiCe.github.io/mk-scroll", |
| 18 | + "license": "ISC", |
| 19 | + "devDependencies": { |
| 20 | + "@babel/core": "^7.5.4", |
| 21 | + "@babel/preset-env": "^7.5.4", |
| 22 | + "babel-core": "^7.0.0-bridge.0", |
| 23 | + "change-case": "^3.1.0", |
| 24 | + "create-banner": "^1.0.0", |
| 25 | + "eslint": "^6.0.1", |
| 26 | + "eslint-config-prettier": "^6.0.0", |
| 27 | + "eslint-plugin-prettier": "^3.1.0", |
| 28 | + "npm-run-all": "^4.1.5", |
| 29 | + "postcss-cli": "^6.1.3", |
| 30 | + "postcss-header": "^1.0.0", |
| 31 | + "postcss-import": "^12.0.1", |
| 32 | + "postcss-preset-env": "^6.7.0", |
| 33 | + "postcss-url": "^8.0.0", |
| 34 | + "prettier": "^1.18.2", |
| 35 | + "rollup": "^1.17.0", |
| 36 | + "rollup-plugin-babel": "^4.3.3", |
| 37 | + "rollup-plugin-node-resolve": "^5.2.0", |
| 38 | + "stylelint": "^10.1.0", |
| 39 | + "stylelint-config-prettier": "^5.2.0", |
| 40 | + "stylelint-config-recommended": "^2.2.0", |
| 41 | + "stylelint-prettier": "^1.1.1" |
| 42 | + } |
| 43 | +} |
0 commit comments