forked from gobuffalo/vuerecipe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.05 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
{
"name": "vuerecipe",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"bootstrap-sass": ">=3.4.1",
"font-awesome": "~4.7.0",
"jquery": "~3.2.1",
"jquery-ujs": "~1.2.2",
"vue": "^2.6.7",
"vue-router": "^3.0.2",
"vue-template-compiler": "^2.6.7"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-loader": "^8.0.5",
"copy-webpack-plugin": "~4.5.2",
"css-loader": "~1.0.0",
"expose-loader": "~0.7.5",
"file-loader": "~2.0.0",
"mini-css-extract-plugin": "^0.4.2",
"node-sass": "~4.9.0",
"npm-install-webpack-plugin": "4.0.5",
"raw-loader": "^1.0.0",
"sass-loader": "~7.1.0",
"style-loader": "~0.23.0",
"uglifyjs-webpack-plugin": "~1.3.0",
"url-loader": "~1.1.1",
"vue-loader": "^15.6.0",
"webpack": "~4.5.0",
"webpack-clean-obsolete-chunks": "^0.4.0",
"webpack-cli": "3.1.0",
"webpack-livereload-plugin": "2.1.1",
"webpack-manifest-plugin": "~2.0.0"
}
}