forked from webhooksite/webhook.site
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 916 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
{
"private": true,
"devDependencies": {
"gulp": "^3.8.8",
"gulp-notify": "^3.2.0",
"laravel-elixir-browserify-official": "^0.1.3",
"laravel-elixir-webpack": "^1.0.1"
},
"dependencies": {
"angular": "^1.4.5",
"angular-highlightjs": "^0.7.1",
"angular-ui-router": "^0.4.2",
"bootstrap-notify": "^3.1.3",
"bootstrap-sass": "^3.3.7",
"clipboard": "^2.0.4",
"copy-to-clipboard": "^3.2.0",
"highlight.js": "^9.15.10",
"jquery": "^3.4.1",
"json-bigint": "^0.3.0",
"laravel-echo": "^1.6.1",
"laravel-elixir": "^6.0.0-18",
"moment": "^2.24.0",
"pretty-data": "^0.40.0",
"pusher-js": "^4.2.2",
"socket.io-client": "^2.3.0"
},
"scripts": {
"echo": "laravel-echo-server start",
"gulp": "./node_modules/.bin/gulp --production",
"gulp-dev": "./node_modules/.bin/gulp",
"gulp-watch": "./node_modules/.bin/gulp watch"
}
}