UNPKG

1.92 kBJSONView Raw
1{
2 "name": "vue2-transitions",
3 "version": "0.3.0",
4 "description": "Reusable component transitions",
5 "repository": {
6 "url": "cristij/vue2-transitions",
7 "type": "git"
8 },
9 "main": "dist/vue2-transitions.cjs.js",
10 "module": "dist/vue2-transitions.m.js",
11 "unpkg": "dist/vue-transitions",
12 "typings": "types/index.d.ts",
13 "files": [
14 "dist",
15 "src"
16 ],
17 "scripts": {
18 "prepublishOnly": "npm test && npm run build",
19 "test": "test-vue-app",
20 "test:types": "tsc -p ./types/test/tsconfig.json",
21 "build": "bili",
22 "example": "poi",
23 "dev": "poi",
24 "build:example": "poi build"
25 },
26 "author": {
27 "name": "cristij",
28 "email": "joracristi@gmail.com"
29 },
30 "license": "MIT",
31 "poi": {
32 "entry": "example/index.js",
33 "dist": "example/dist",
34 "homepage": "./",
35 "html": {
36 "template": "example/index.html"
37 }
38 },
39 "babel": {
40 "presets": [
41 [
42 "vue-app"
43 ]
44 ],
45 "plugins": [
46 "preval",
47 [
48 "component",
49 [
50 {
51 "libraryName": "element-ui",
52 "styleLibraryName": "theme-chalk"
53 }
54 ]
55 ]
56 ]
57 },
58 "bili": {
59 "format": [
60 "cjs",
61 "es",
62 "umd",
63 "umd-min"
64 ],
65 "banner": true,
66 "name": "vue2-transitions",
67 "plugins": [
68 "vue"
69 ],
70 "vue": {
71 "css": true
72 }
73 },
74 "devDependencies": {
75 "babel-plugin-component": "^1.0.0",
76 "babel-plugin-preval": "^1.6.2",
77 "bili": "^1.3.3",
78 "element-ui": "^2.0.10",
79 "lodash.kebabcase": "^4.1.1",
80 "marked3": "^0.5.1",
81 "poi": "^9.3.10",
82 "prismjs": "^1.9.0",
83 "rollup-plugin-vue": "^2.5.2",
84 "sass-loader": "^6.0.6",
85 "test-vue-app": "^1.0.0",
86 "typeface-lato": "^0.0.44",
87 "typescript": "^2.9.2",
88 "v-tippy": "^1.0.2",
89 "vue": "^2.5.13",
90 "vue-github-badge": "^1.0.1",
91 "vue-test-utils": "^1.0.0-beta.2"
92 }
93}