forked from egoist/vue-content-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.4 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "vue-content-loader",
"version": "0.2.1",
"description": "SVG component to create placeholder loading, like Facebook cards loading.",
"repository": {
"url": "egoist/vue-content-loader",
"type": "git"
},
"main": "dist/vue-content-loader.cjs.js",
"module": "dist/vue-content-loader.es.js",
"cdn": "dist/vue-content-loader.umd.min.js",
"unpkg": "dist/vue-content-loader.umd.min.js",
"jsdelivr": "dist/vue-content-loader.umd.min.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"sideEffects": false,
"scripts": {
"prepublishOnly": "npm run build",
"test": "jest",
"test:dev": "jest --watch",
"build": "bili",
"storybook": "poi -so --config stories/poi.config.js",
"build:storybook": "poi --prod --config stories/poi.config.js"
},
"author": {
"name": "EGOIST",
"email": "[email protected]"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@types/poi": "^12.5.0",
"@vue/babel-plugin-jsx": "^1.0.2",
"@vue/compiler-sfc": "^3.0.5",
"@vue/test-utils": "^2.0.0-beta.14",
"babel-jest": "^26.6.3",
"bili": "^5.0.5",
"jest": "^26.6.3",
"poi": "12.10.3",
"rollup-plugin-typescript2": "^0.29.0",
"typescript": "^4.1.3",
"vue": "^3.0.5",
"vue-loader": "^16.1.2",
"vue-router": "^4.0.3"
},
"peerDependencies": {
"vue": "^3"
}
}