-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 830 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 830 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
36
{
"name": "Laragist-Frontend",
"version": "0.0.1",
"description": "A handpicked selection of top Laravel packages",
"authors": [
"Piyush Agrawal",
"Mandeep Singh"
],
"license": "MIT",
"repository": {
"type": "git",
"url": ""
},
"devDependencies": {
"bootstrap-sass": "^3.0.0",
"elixir-vuemaker": "^0.1.0",
"envify": "^3.4.0",
"gulp": "^3.8.8",
"insert-css": "^0.2.0",
"laravel-elixir": "^3.0.0",
"rest": "^1.3.1",
"vue": "1.0.4",
"vue-hot-reload-api": "^1.2.1",
"vue-router": "^0.7.5",
"vueify-insert-css": "^1.0.0",
"babel-runtime": "^5.8.25"
},
"dependencies": {
"jquery": "^2.2.3",
"markdown": "^0.5.0",
"selectize": "^0.12.1",
"showdown": "^1.3.0",
"vue-laravel-pagination": "^1.0.0",
"vue-resource": "^0.7.0"
}
}