forked from cachethq/cachet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.72 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
{
"name": "cachet",
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"animate-sass": "^0.8.2",
"autosize": "^3.0.20",
"axios": "^0.18",
"bootstrap-sass": "^3.3.6",
"chart.js": "^2.7.0",
"cross-env": "^5.1",
"eonasdan-bootstrap-datetimepicker": "^4.17.46",
"es5-shim": "^4.5.9",
"github-markdown-css": "^2.3.0",
"gulp": "^3.9.1",
"ionicons": "~2.0",
"jquery": "^2.2.4",
"jquery-minicolors": "^2.1.10",
"jquery-serializeobject": "^1.0.0",
"jquery-sparkline": "^2.4.0",
"laravel-mix": "^2.1",
"laravel-mix-purgecss": "^2.2.0",
"livestamp": "git+https://github.com/mattbradley/livestampjs.git#develop",
"lodash": "^4.17.4",
"messenger": "git+https://github.com/HubSpot/messenger.git",
"moment": "^2.17.1",
"promise": "^7.3.1",
"sortablejs": "^1.6.1",
"sweetalert2": "^6.8.0",
"vue": "^2.5.16",
"vue-template-compiler": "^2.5.16"
},
"private": true
}