This repository has been archived by the owner on Apr 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
52 lines (52 loc) · 1.54 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
{
"name": "vuepack-bootstrap-example",
"version": "0.1.0",
"description": "Simple Example Using Vuepack and Bootstrap-Vue",
"main": "client/index.js",
"scripts": {
"test": "echo lol",
"build": "webpack --config build/webpack.prod.js",
"dev": "node build/server.js",
"lint": "eslint client/* --ext .js --ext .vue"
},
"author": "pi0 <pyapar@gmail.com>",
"license": "MIT",
"dependencies": {
"bootstrap-vue": "latest",
"promise-polyfill": "^6.0.2",
"tether": "latest",
"vue": "^2.1.0",
"vue-router": "^2.0.0",
"vuex": "^2.0.0",
"vuex-router-sync": "^3.0.0"
},
"devDependencies": {
"autoprefixer": "^6.4.0",
"babel-core": "^6.16.0",
"babel-helper-vue-jsx-merge-props": "^2.0.1",
"babel-loader": "^6.2.4",
"babel-plugin-syntax-jsx": "^6.13.0",
"babel-plugin-transform-vue-jsx": "^3.1.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-1": "^6.13.0",
"chalk": "^1.1.3",
"copy-webpack-plugin": "^4.0.1",
"cross-env": "^2.0.0",
"css-loader": "^0.23.1",
"eslint": "^3.6.0",
"eslint-config-vue": "latest",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^2.0.0-beta.3",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.22.0",
"postcss-loader": "^0.9.1",
"postcss-nested": "^1.0.0",
"raw-loader": "^0.5.1",
"style-loader": "^0.13.1",
"vue-loader": "^10.0.2",
"vue-template-compiler": "^2.1.3",
"webpack": "2.2.0-rc.1",
"webpack-dev-middleware": "^1.8.1",
"webpack-hot-middleware": "^2.12.2"
}
}