forked from brianvoe/vue-build
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
119 lines (119 loc) · 3.31 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "vue-build",
"version": "0.47.0",
"description": "Ultra Simple, Development, Testing and Production Build Cli",
"author": "Brian Voelker <[email protected]> (http://webiswhatido.com)",
"homepage": "https://github.com/brianvoe/vue-build#readme",
"license": "MIT",
"main": "bin/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/brianvoe/vue-build.git"
},
"keywords": [
"vue",
"build",
"cli",
"webpack",
"babel",
"sass",
"eslint",
"testing",
"karma",
"chai",
"nightwatch"
],
"bugs": {
"url": "https://github.com/brianvoe/vue-build/issues"
},
"engines": {
"node": ">=6"
},
"bin": {
"vue-build": "bin/index.js"
},
"scripts": {
"test": "node test.js"
},
"dependencies": {
"autoprefixer": "^6.5.2",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.2",
"babel-loader": "^6.2.7",
"babel-plugin-istanbul": "^4.1.1",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.16.0",
"babel-preset-env": "^1.3.3",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.24.1",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"chalk": "^1.1.3",
"chromedriver": "^2.29.0",
"clear": "0.0.1",
"connect-history-api-fallback": "^1.3.0",
"copy-webpack-plugin": "^4.0.1",
"cross-spawn": "^5.0.1",
"css-loader": "^0.28.0",
"es6-promise": "^4.0.5",
"eslint": "^3.8.1",
"eslint-config-standard": "^10.2.0",
"eslint-loader": "^1.6.1",
"eslint-plugin-html": "^2.0.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.3.0",
"eslint-plugin-standard": "^3.0.1",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^2.0.0-rc.3",
"figlet": "^1.2.0",
"file-loader": "^0.11.1",
"fs-extra": "^2.0.0",
"geckodriver": "^1.2.0",
"html-webpack-plugin": "^2.24.1",
"inquirer": "^3.0.6",
"istanbul-instrumenter-loader": "^2.0.0",
"json-loader": "^0.5.4",
"karma": "^1.6.0",
"karma-chai": "^0.1.0",
"karma-chai-as-promised": "^0.1.2",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.0",
"karma-junit-reporter": "^1.2.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.31",
"karma-webpack": "^2.0.0",
"mocha": "^3.1.2",
"nightwatch": "^0.9.13",
"node-sass": "^4.5.0",
"open": "0.0.5",
"optimize-css-assets-webpack-plugin": "^1.3.0",
"progress-bar-webpack-plugin": "^1.9.0",
"resolve": "^1.3.2",
"resolve-url-loader": "^2.0.2",
"rimraf": "^2.6.0",
"sass-loader": "^6.0.3",
"selenium-server": "^3.3.1",
"style-loader": "^0.16.1",
"ts-loader": "^2.0.3",
"typescript": "^2.2.2",
"url-loader": "^0.5.7",
"vue": "^2.1.3",
"vue-loader": "^11.3.4",
"vue-router": "^2.4.0",
"vue-style-loader": "^3.0.0",
"vue-template-compiler": "^2.1.3",
"vuex": "^2.3.0",
"webpack": "^2.2.1",
"webpack-bundle-analyzer": "^2.4.0",
"webpack-dev-server": "^2.4.1",
"webpack-hot-middleware": "^2.15.0",
"webpack-merge": "^4.1.0",
"whatwg-fetch": "^2.0.3",
"yargs": "^6.6.0"
}
}