-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
40 lines (40 loc) · 1.22 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": "CaravelDevelopmentStartKit",
"version": "1.0.0",
"description": "This kit allows creating SaaS in the minimal configuration",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --config webpack.dev.js",
"prod": "webpack --config webpack.prod.js"
},
"keywords": [],
"author": "",
"license": "Attribution-NonCommercial 3.0 ",
"devDependencies": {
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^1.0.0",
"html-loader": "^0.5.5",
"node-sass": "^4.9.3",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.0",
"vue-loader": "^15.4.2",
"vue-template-compiler": "^2.5.17",
"webpack": "^4.19.0",
"webpack-cli": "^3.3.12",
"webpack-merge": "^4.1.4"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.3.1",
"axios": "^0.18.0",
"bootstrap": "^4.1.3",
"file-loader": "^2.0.0",
"jquery": "^3.3.1",
"jquery.easing": "^1.4.1",
"lodash": "^4.17.11",
"moment": "^2.22.2",
"popper.js": "^1.14.4",
"vue": "^2.5.17",
"vue-router": "^3.0.1",
"vuex": "^3.0.1"
}
}