forked from a62527776a/vue-floating-action-button
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.68 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
{
"name": "vue-float-action-button",
"version": "0.7.9",
"description": "vue, float action button",
"main": "dist/vue-fab.js",
"scripts": {
"test": "cross-env BABEL_ENV=test karma start ./test/unit/karma.conf.js",
"build": "webpack --config ./webpack.config.js",
"build:demo": "webpack --config ./demo/webpack.prod.config.js",
"dev": "webpack-dev-server --inline --progress --config demo/webpack.dev.config.js",
"docs:dev": "vuepress dev docs/homepage",
"docs:build": "vuepress build docs/homepage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/a62527776a/vue-floating-action-button.git"
},
"keywords": [
"vue",
"floating action button"
],
"publishConfig": {
"access": "public"
},
"author": "chenyu <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/a62527776a/vue-floating-action-button/issues"
},
"homepage": "https://github.com/a62527776a/vue-floating-action-button#readme",
"devDependencies": {
"@vuepress/plugin-google-analytics": "^1.0.0-rc.1",
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-loader": "^7.1.3",
"babel-plugin-istanbul": "4.1.6",
"babel-plugin-transform-function-bind": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"coveralls": "^3.0.4",
"cross-env": "^5.2.0",
"css-loader": "^0.28.10",
"eslint": "^4.18.1",
"eslint-config-standard": "^11.0.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-html": "^4.0.2",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"html-webpack-plugin": "^2.30.1",
"istanbul": "^0.4.5",
"jasmine-core": "2.5.2",
"karma": "^4.1.0",
"karma-babel-preprocessor": "^7.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-coveralls": "^2.1.0",
"karma-jasmine": "^1.1.1",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "^0.0.32",
"karma-webpack": "^2.0.13",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"nyc": "13.3.0",
"style-loader": "^0.20.2",
"transform-runtime": "^0.0.0",
"vue": "^2.5.13",
"vue-float-action-button": "^0.6.7",
"vue-loader": "^14.1.1",
"vue-template-compiler": "^2.5.13",
"vue-test-utils": "^1.0.0-beta.11",
"vuepress": "^1.0.3",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.11.1"
},
"dependencies": {}
}