forked from TheRestartProject/restarters.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.74 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"private": true,
"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": "npm run development -- --watch",
"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 --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"axios": "^0.21.1",
"bootstrap": "^4.5.2",
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "2.0.1",
"cross-env": "^5.2.0",
"jquery": "3.4.1",
"laravel-mix": "^2.0",
"laravel-mix-bundle-analyzer": "^1.0.5",
"lodash": "^4.17.12",
"lodash.mergewith": "^4.6.2",
"lodash.template": "^4.5.0",
"popper.js": "^1.14.4",
"vue": "^2.5.17",
"webpack-shell-plugin": "^0.5.0"
},
"dependencies": {
"@sentry/tracing": "^6.7.2",
"@sentry/vue": "^6.7.2",
"ajv": "^6.5.4",
"bootstrap-fileinput": "^4.4.9",
"bootstrap-select": "^1.13.17",
"bootstrap-tokenfield": "^0.12.0",
"bootstrap-vue": "^2.16.0",
"bootstrap4-datetimepicker": "^5.2.3",
"chart.js": "^2.7.2",
"codemirror": "^5.39.2",
"dropzone": "^5.7.2",
"ekko-lightbox": "^5.3.0",
"floatthead": "^2.1.2",
"font-awesome": "^4.7.0",
"html-to-text": "^5.1.1",
"imagemin": "^5.3.1",
"jquery-bootgrid": "^1.3.1",
"jquery-chained": "^2.0.0-beta.2",
"js-cookie": "^2.2.0",
"lang.js": "^1.1.14",
"leaflet": "^1.4.0",
"moment": "^2.22.2",
"npm": "^6.14.5",
"perfect-scrollbar": "^1.4.0",
"quill": "^1.3.7",
"quill-html-edit-button": "^2.2.5",
"quill-paste-smart": "^1.4.8",
"select2": "~4.0",
"slick-carousel": "^1.8.1",
"sortablejs": "^1.7.0",
"text-clipper": "^2.1.0",
"tokenfield": "^0.9.10",
"vue-clipboard2": "^0.3.1",
"vue-google-autocomplete": "^1.1.1",
"vue-infinite-loading": "^2.4.5",
"vue-line-clamp": "^1.3.2",
"vue-multiselect": "^2.1.6",
"vue-typeahead-bootstrap": "^2.11.0",
"vue-unique-id": "^3.2.1",
"vue2-dropzone": "^3.6.0",
"vue2-editor": "^2.10.2",
"vue2-leaflet": "^2.5.2",
"vuex": "^3.5.1"
}
}