-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
86 lines (86 loc) · 2.15 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "vue-morphling",
"version": "1.2.1",
"description": "A collection of VueJs filters.",
"main": "dist/index.js",
"semistandard": {
"parser": "babel-eslint",
"ignore": [
"webpack.cofig.js",
"dist",
"src/directives/email"
],
"globals": [
"expect",
"should",
"it",
"test",
"webpack"
]
},
"scripts": {
"test": "jest",
"lint": "semistandard --fix | snazzy",
"prebuild": "rimraf dist && yarn lint && yarn test",
"build": "rollup -c"
},
"dependencies": {
"cryptiles": "^4.1.3",
"date-fns": "^2.30.0",
"deep-extend": "^0.6.0",
"filesize": "^6.1.0",
"fstream": "^1.0.12",
"handlebars": "^4.1.2",
"hoek": "^6.1.3",
"js-yaml": "^3.13.1",
"lodash": "^4.17.14",
"mem": "^5.1.1",
"merge": "^2.1.1",
"randomatic": "^3.1.1",
"sshpk": "^1.16.1",
"stringstream": "^1.0.0",
"utf8-length": "^0.0.1"
},
"devDependencies": {
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"@babel/plugin-proposal-export-default-from": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.7.5",
"@babel/preset-env": "^7.7.5",
"@babel/preset-es2015": "^7.0.0-beta.53",
"@babel/runtime": "^7.7.5",
"@rollup/plugin-node-resolve": "^6.0.0",
"@vue/test-utils": "^1.0.0-beta.30",
"babel-eslint": "^10.0.3",
"babel-minify": "^0.5.1",
"cross-env": "^6.0.3",
"eslint": "^6.7.2",
"jest": "^24.9.0",
"rimraf": "^3.0.0",
"rollup": "^1.27.9",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-postcss": "^2.0.3",
"rollup-plugin-terser": "^5.1.3",
"rollup-plugin-uglify": "^6.0.3",
"semistandard": "^14.2.0",
"snazzy": "^8.0.0",
"vue": "^2.6.11",
"vue-template-compiler": "^2.6.11"
},
"repository": {
"type": "git",
"url": "[email protected]:jofftiquez/vue-morphling.git"
},
"keywords": [
"filters",
"vue",
"vuejs"
],
"author": "Jofferson R Tiquez",
"license": "MIT",
"bugs": {
"url": "https://github.com/jofftiquez/vue-morphling/issues"
},
"homepage": "https://github.com/jofftiquez/vue-morphling#readme"
}