-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 854 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 854 Bytes
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
{
"name": "awesome-communityplugin",
"private": true,
"version": "1.0.0",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"bootstrap": "^4.0.0-alpha.4",
"bootstrap-slider": "^9.1.3",
"dev": "^0.1.3",
"gulp": "^3.9.1",
"jquery": "^3.1.0",
"laravel-mix": "^0.5.11",
"leaflet": "^1.0.2",
"localforage": "^1.4.3",
"lodash": "^4.17.2",
"masonry-layout": "^4.1.1",
"materialize-css": "^0.98.0",
"node-sass": "^3.13.0",
"numeral": "^1.5.3",
"select2": "^4.0.3",
"simplemde": "^1.11.2",
"slick-carousel": "^1.6.0",
"tether": "^1.3.3",
"vue": "^2.0.0",
"vue-select": "^1.3.3",
"vue-slider-component": "^2.0.5"
},
"devDependencies": {
"gulp-uglify": "^2.0.0",
"laravel-elixir": "^6.0.0-9"
}
}