UNPKG

1.25 kBJSONView Raw
1{
2 "name": "@rem/vue-content-loader",
3 "version": "0.1.2",
4 "description": "SVG component to create placeholder loading, like Facebook cards loading.",
5 "repository": {
6 "url": "egoist/vue-content-loader",
7 "type": "git"
8 },
9 "publishConfig": {
10 "access": "public"
11 },
12 "main": "dist/vue-content-loader.cjs.js",
13 "files": [
14 "dist"
15 ],
16 "sideEffects": false,
17 "scripts": {
18 "prepublishOnly": "npm run build",
19 "test": "echo fine",
20 "build": "bili --format cjs,es,umd,umd-min --module-name contentLoaders",
21 "storybook": "poi --config .storybook/poi.config.js",
22 "build:storybook": "poi build --config .storybook/poi.config.js"
23 },
24 "author": {
25 "name": "EGOIST",
26 "email": "0x142857@gmail.com"
27 },
28 "license": "MIT",
29 "poi": {
30 "entry": "example/index.js",
31 "dist": "example/dist",
32 "homepage": "./"
33 },
34 "devDependencies": {
35 "@poi/plugin-storybook": "^10.0.0-beta.2",
36 "@storybook/vue": "^3.3.15",
37 "babel-plugin-transform-vue-jsx": "^4",
38 "bili": "^3.0.12",
39 "mini-css-extract-plugin": "^0.2.0",
40 "poi": "^10.0.0-beta.6",
41 "vue-test-utils": "^1.0.0-beta.9",
42 "webpack": "^4.2.0"
43 },
44 "dependencies": {
45 "babel-helper-vue-jsx-merge-props": "^2.0.3"
46 }
47}