-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.7 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
{
"name": "vue-radial-progress",
"version": "0.3.2",
"description": "A radial progress bar component for Vue.js",
"main": "src/main.js",
"scripts": {
"dev": "webpack-dev-server --inline --hot --quiet",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"lint": "eslint --ext .js,.vue src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wyzantinc/vue-radial-progress"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"acorn": "^7.3.1",
"babel-loader": "^8.1.0",
"cross-env": "^6.0.3",
"css-loader": "^3.6.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-friendly-formatter": "^4.0.1",
"eslint-plugin-html": "^6.0.2",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"less": "^3.11.3",
"less-loader": "^5.0.0",
"terser-webpack-plugin": "^2.3.7",
"vue": "^2.6.11",
"vue-hot-reload-api": "^2.3.4",
"vue-loader": "^15.9.2",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"keywords": [
"vue",
"vuejs",
"radial",
"progress",
"bar",
"progress bar",
"radial progress",
"radial progress bar"
],
"author": "wyzant",
"license": "MIT",
"bugs": {
"url": "https://github.com/wyzantinc/vue-radial-progress/issues"
},
"homepage": "https://github.com/wyzantinc/vue-radial-progress/blob/master/README.md",
"dependencies": {}
}