This repository has been archived by the owner on Jan 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
106 lines (106 loc) · 2.87 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
{
"name": "vue-build",
"version": "3.0.1",
"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",
"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": "^7.2.4",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-istanbul": "^4.1.5",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.26.0",
"chai": "^4.1.2",
"chalk": "^2.3.2",
"chromedriver": "^2.36.0",
"clear": "0.0.1",
"connect-history-api-fallback": "^1.5.0",
"copy-webpack-plugin": "^4.5.1",
"cross-spawn": "^5.0.1",
"css-loader": "^0.28.1",
"es6-promise": "^4.2.4",
"express": "^4.16.3",
"figlet": "^1.2.0",
"file-loader": "^1.1.11",
"fs-extra": "^4.0.3",
"geckodriver": "^1.10.0",
"html-webpack-plugin": "^3.0.6",
"inquirer": "^3.3.0",
"istanbul-instrumenter-loader": "^3.0.0",
"karma": "^1.7.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.1.0",
"karma-junit-reporter": "^1.2.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "^2.0.13",
"mini-css-extract-plugin": "^0.2.0",
"mocha": "^4.1.0",
"nightwatch": "^0.9.19",
"node-sass": "^4.7.2",
"open": "0.0.5",
"progress-bar-webpack-plugin": "^1.11.0",
"resolve": "^1.5.0",
"resolve-url-loader": "^2.3.0",
"rimraf": "^2.6.2",
"sass-loader": "^6.0.7",
"selenium-server": "^3.11.0",
"style-loader": "^0.20.3",
"ts-loader": "^4.0.1",
"typescript": "^2.7.2",
"url-loader": "^1.0.1",
"vue": "^2.5.16",
"vue-loader": "^14.2.1",
"vue-router": "^3.0.1",
"vue-template-compiler": "^2.5.16",
"vuex": "^3.0.1",
"webpack": "^4.1.1",
"webpack-bundle-analyzer": "^2.11.1",
"webpack-dev-server": "^3.1.1",
"webpack-hot-middleware": "^2.21.2",
"webpack-merge": "^4.1.2",
"webpack-serve": "^0.2.0",
"whatwg-fetch": "^2.0.3",
"yargs": "^6.6.0"
}
}