-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
56 lines (56 loc) · 1.6 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
{
"name": "vue2-timeago",
"version": "2.0.9",
"description": "A vue component used to format date with time ago statement.",
"main": "dist/vue2-timeago.common.js",
"unpkg": "dist/vue2-timeago.umd.min.js",
"style": "dist/vue2-timeago.css",
"keywords": [
"vue",
"time",
"ago",
"timeago"
],
"homepage": "https://github.com/runkids/vue2-timeago",
"repository": {
"type": "git",
"url": "git+https://github.com/runkids/vue2-timeago.git"
},
"author": "runkids <[email protected]>",
"license": "MIT",
"scripts": {
"serve": "vue-cli-service serve",
"build": "rimraf dist && vue-cli-service build",
"build-lib": "rimraf dist && vue-cli-service build --target lib ./src/components/index.js",
"lint": "vue-cli-service lint"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.11",
"@vue/cli-plugin-eslint": "^4.5.11",
"@vue/cli-service": "^4.5.11",
"@vue/eslint-config-standard": "^6.0.0",
"babel-eslint": "^10.1.0",
"babel-plugin-transform-flow-comments": "^6.22.0",
"core-js": "^3.8.3",
"element-ui": "^2.15.0",
"eslint": "^7.18.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.5.0",
"node-sass": "^7.0.0",
"prettier": "^2.2.1",
"rimraf": "^2.6.2",
"sass-loader": "^10.1.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"vue": "^2.6.12",
"vue-template-compiler": "^2.6.12",
"webpack-bundle-analyzer": "^4.4.0"
},
"dependencies": {
"v-tooltip": "^2.1.2",
"vue2-timeago": "2.0.9"
},
"peerDependencies": {
"v-tooltip": "^2.1.2"
}
}