-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
89 lines (89 loc) · 2.55 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
87
88
89
{
"name": "vue-formly-bootstrap",
"version": "2.3.0",
"description": "A bootstrap based form input bundle for Vue Formly",
"main": "dist/vue-formly-bootstrap.js",
"scripts": {
"test": "karma start test/unit/karma.conf.js",
"build": "webpack --config webpack.build.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/formly-js/vue-formly-bootstrap.git"
},
"keywords": [
"vue",
"vuejs",
"form"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/formly-js/vue-formly-bootstrap/issues"
},
"homepage": "https://github.com/formly-js/vue-formly-bootstrap#readme",
"peerDependencies": {
"vue-formly": "2.x"
},
"devDependencies": {
"babel-core": "6.11.4",
"babel-loader": "6.2.4",
"babel-plugin-transform-runtime": "6.12.0",
"babel-preset-es2015": "6.9.0",
"babel-preset-es2015-loose-rollup": "^7.0.0",
"babel-preset-stage-0": "6.5.0",
"babel-runtime": "^6.23.0",
"chai": "3.5.0",
"conventional-changelog-cli": "1.2.0",
"conventional-github-releaser": "1.1.3",
"coveralls": "2.11.12",
"css-loader": "0.23.1",
"eslint": "3.2.2",
"eslint-friendly-formatter": "2.0.6",
"eslint-loader": "1.5.0",
"eslint-plugin-html": "1.5.1",
"eslint-plugin-vue": "0.1.1",
"extract-text-webpack-plugin": "1.0.1",
"fakerator": "0.3.0",
"gitbook-cli": "2.3.0",
"inject-loader": "2.0.1",
"isparta-loader": "2.0.0",
"jade": "1.11.0",
"jade-loader": "0.8.0",
"karma": "1.1.2",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "1.0.1",
"karma-coverage": "1.1.1",
"karma-coveralls": "1.1.2",
"karma-mocha": "1.1.1",
"karma-phantomjs-launcher": "1.0.1",
"karma-sinon-chai": "1.2.3",
"karma-sourcemap-loader": "0.3.7",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "1.7.0",
"lolex": "1.5.1",
"mocha": "2.5.3",
"mocha-generators": "1.2.0",
"mocha-loader": "0.7.1",
"moment": "2.14.1",
"node-sass": "3.8.0",
"phantomjs-prebuilt": "2.1.10",
"replace-in-file": "^1.1.1",
"rollup": "^0.33.0",
"rollup-plugin-babel": "^2.6.1",
"sass-loader": "3.2.0",
"sinon": "1.17.5",
"sinon-chai": "2.8.0",
"style-loader": "0.13.1",
"uglify-js": "^2.6.4",
"vue": "^2.2.6",
"vue-formly": "^2.5.0",
"vue-hot-reload-api": "1.3.2",
"vue-html-loader": "1.2.3",
"vue-loader": "8.5.3",
"vue-style-loader": "1.0.0",
"webpack": "1.13.1",
"webpack-dev-middleware": "1.6.1",
"webpack-dev-server": "1.14.1",
"webpack-merge": "0.14.1"
}
}