-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 874 Bytes
/
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
{
"private": true,
"scripts": {
"prod": "gulp --production",
"dev": "gulp watch"
},
"devDependencies": {
"axios": "^0.15.2",
"bootstrap-sass": "^3.3.7",
"gulp": "^3.9.1",
"jquery": "^3.1.0",
"laravel-elixir": "^6.0.0-11",
"laravel-elixir-vue-2": "^0.2.0",
"laravel-elixir-webpack-official": "^1.0.2",
"lodash": "^4.16.2",
"vue": "^2.0.1"
},
"dependencies": {
"angular": "^1.5.8",
"angular-animate": "^1.5.8",
"angular-jsoneditor": "0.0.1",
"angular-ui-grid": "^4.0.2",
"bootstrap": "^3.3.7",
"jasny-bootstrap": "^3.1.3",
"jquery-ui": "^1.12.1",
"laravel-echo": "^1.2.3",
"ng-dialog": "^0.6.6",
"ng-tags-input": "^3.1.1",
"pusher-js": "^4.0.0",
"restangular": "^1.5.2",
"socket.io-client": "^1.7.2",
"ui-router-extras": "^0.1.3",
"ui-select": "^0.19.6"
}
}