-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.16 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
41
42
43
44
45
46
{
"name": "lawsuit-client",
"version": "1.0.0",
"description": "A Vue.js project",
"author": "Ram Vinoth <[email protected]>",
"private": true,
"scripts": {
"prod": "gulp --production",
"dev": "gulp watch"
},
"devDependencies": {
"bootstrap": "^3.3.7",
"bootstrap-datepicker": "^1.7.0",
"bootstrap-sass": "^3.3.7",
"bubble": "^0.1.0",
"buble": "^0.12.5",
"css-loader": "^0.26.1",
"gulp": "^3.9.1",
"jquery": "^2.2.4",
"noty": "^3.1.0",
"laravel-elixir": "^6.0.0-9",
"laravel-elixir-vue-2": "^0.2.0",
"laravel-elixir-webpack-official": "^1.0.2",
"lodash": "^4.16.2",
"vue": "^2.0.1",
"vue-loader": "^11.0.0",
"vue-resource": "^1.0.3",
"vue-template-compiler": "^2.1.10"
},
"dependencies": {
"algoliasearch": "^3.20.3",
"axios": "^0.16.2",
"bootstrap": "^3.3.7",
"bootstrap-datepicker": "^1.7.0",
"fullcalendar": "^3.4.0",
"gulp-install": "^0.6.0",
"jquery": "^2.2.4",
"laravel-echo": "^1.1.3",
"laravel-elixir": "^6.0.0-9",
"pusher": "^1.5.1",
"pusher-js": "^4.0.0",
"vue": "^2.3.4",
"vue-router": "^2.6.0",
"vuex": "^2.1.1"
}
}