|
| 1 | +{ |
| 2 | + "name": "tiny-skeleton-loader-react", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "zero dependency, ultra lightweight (1KB gzipped) skeleton loader component for react", |
| 5 | + "author": "harshzalavadiya", |
| 6 | + "license": "MIT", |
| 7 | + "repository": "harshzalavadiya/tiny-skeleton-loader-react", |
| 8 | + "main": "dist/index.js", |
| 9 | + "module": "dist/index.es.js", |
| 10 | + "jsnext:main": "dist/index.es.js", |
| 11 | + "engines": { |
| 12 | + "node": ">=8", |
| 13 | + "npm": ">=5" |
| 14 | + }, |
| 15 | + "scripts": { |
| 16 | + "build": "rollup -c", |
| 17 | + "start": "rollup -c -w" |
| 18 | + }, |
| 19 | + "dependencies": {}, |
| 20 | + "peerDependencies": { |
| 21 | + "prop-types": "^15.7.2", |
| 22 | + "react": "^16.10.2", |
| 23 | + "react-dom": "^16.10.2" |
| 24 | + }, |
| 25 | + "devDependencies": { |
| 26 | + "@types/react": "^16.9.6", |
| 27 | + "@types/react-dom": "^16.9.2", |
| 28 | + "babel-core": "^6.26.3", |
| 29 | + "babel-runtime": "^6.26.0", |
| 30 | + "cross-env": "^6.0.3", |
| 31 | + "gh-pages": "^2.1.1", |
| 32 | + "react": "^16.4.1", |
| 33 | + "react-dom": "^16.4.1", |
| 34 | + "react-scripts-ts": "^3.1.0", |
| 35 | + "rollup": "^1.24.0", |
| 36 | + "rollup-plugin-babel": "^4.3.3", |
| 37 | + "rollup-plugin-commonjs": "^10.1.0", |
| 38 | + "rollup-plugin-node-resolve": "^5.2.0", |
| 39 | + "rollup-plugin-peer-deps-external": "^2.2.0", |
| 40 | + "rollup-plugin-postcss": "^2.0.3", |
| 41 | + "rollup-plugin-typescript2": "^0.24.3", |
| 42 | + "rollup-plugin-url": "^3.0.0", |
| 43 | + "typescript": "^3.6.4" |
| 44 | + }, |
| 45 | + "files": [ |
| 46 | + "dist" |
| 47 | + ] |
| 48 | +} |
0 commit comments