-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.08 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
{
"name": "bulma-vue-webpack",
"version": "1.0.0",
"description": "a starter template with Bulma , Vue ,font-awesome and webpack",
"main": "src/app.js",
"repository": "http://some",
"author": "shakir abdo",
"license": "MIT",
"scripts": {
"dev": "webpack-dev-server",
"build": "webpack -p"
},
"dependencies": {
"bulma": "^0.6.2",
"font-awesome": "^4.7.0",
"vue": "^2.5.15"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"clean-webpack-plugin": "^0.1.19",
"cross-spawn": "3.0.0",
"css-loader": "^0.28.9",
"extract-text-webpack-plugin": "^3.0.2",
"favicons-webpack-plugin": "^0.0.7",
"file-loader": "^1.1.7",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.0.6",
"image-webpack-loader": "^4.2.0",
"node-sass": "^4.8.1",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.2",
"url-loader": "^1.0.1",
"vue-loader": "^14.2.1",
"vue-template-compiler": "^2.5.15",
"webpack": "^3.11.0",
"webpack-dev-server": ">=3.1.11"
}
}