-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 loc) · 1017 Bytes
/
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
{
"name": "vuestrap-styleguide",
"version": "0.1.1",
"description": "Instant Bootstrap4 theming with webpack-dev-server.",
"repository": {
"type": "git",
"url": "git+https://github.com/kzima/vuestrap-styleguide.git"
},
"author": {
"name": "Kris Zima",
"email": "[email protected]",
"url": "https://github.com/kzima"
},
"scripts": {
"start": "webpack-dev-server --port 8888 --inline --hot --quiet --config webpack.config.js"
},
"dependencies": {
"autoprefixer-loader": "^3.1.0",
"vuestrap": "^1.0.2",
"vuestrap-icons": "^0.5.2",
"vuestrap-base-components": "^0.8.6",
"vuestrap-theme-loader": "^0.1.2",
"html-loader": "^0.3.0",
"babel-core": "^5.8.33",
"babel-eslint": "^4.1.3",
"babel-loader": "^5.3.3",
"css-loader": "^0.21.0",
"sass-loader": "^3.1.1",
"style-loader": "^0.13.0",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.0"
},
"devDependencies": {
"node-sass": "^3.4.2",
"tether": "^1.1.1"
}
}