-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.14 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.14 KB
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
{
"name": "rides.cash",
"version": "0.0.0",
"description": "BCH Riders (Team)",
"main": "./src/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start:dev": "webpack-dev-server",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": ""
},
"author": "",
"license": "MIT",
"dependencies": {
"@forevolve/bootstrap-dark": "^1.0.0-alpha.1091",
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/vue-fontawesome": "^2.0.0",
"bootstrap": "^4.5.2",
"bootstrap-vue": "^2.16.0",
"file-loader": "^6.1.0",
"leaflet": "^1.7.1",
"vue": "^2.6.12",
"vue-router": "^3.4.3",
"vue2-leaflet": "^2.5.2",
"vuex": "^3.5.1"
},
"devDependencies": {
"copy-webpack-plugin": "^6.1.0",
"css-loader": "^4.2.2",
"style-loader": "^1.2.1",
"url-loader": "^4.1.0",
"vue-loader": "^15.9.3",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
}
}