forked from sucresware/4sucres
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 2.29 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
{
"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": {
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"axios": "^0.18.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"bootstrap": "^4.3.1",
"cross-env": "^5.1",
"jquery": "^3.2",
"laravel-mix": "^4.0.7",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"popper.js": "^1.12",
"resolve-url-loader": "^2.3.1",
"sass": "^1.15.2",
"sass-loader": "^7.1.0",
"vue": "^2.6.10",
"vue-template-compiler": "^2.6.10"
},
"dependencies": {
"@fancyapps/fancybox": "^3.5.7",
"@ttskch/select2-bootstrap4-theme": "^1.2.2",
"animate.css": "^3.7.0",
"baffle": "^0.3.6",
"bootstrap-vue": "^2.0.0-rc.20",
"bs-custom-file-input": "^1.3.2",
"datatables.net": "^1.10.19",
"datatables.net-bs4": "^1.10.19",
"datatables.net-dt": "^1.10.19",
"easymde": "^2.6.0",
"emojionearea": "^3.4.1",
"highlightjs": "^9.12.0",
"howler": "^2.1.2",
"izitoast": "^1.4.0",
"ladda": "^2.0.1",
"laravel-echo": "^1.5.3",
"nord": "^0.2.1",
"owl.carousel": "^2.3.4",
"pusher-js": "^4.4.0",
"scriptjs": "^2.5.9",
"select2": "^4.0.7-rc.0",
"textcomplete": "^0.17.1",
"textcomplete.codemirror": "^0.2.1",
"v-hotkey": "^0.6.0",
"voca": "^1.4.0",
"vue-clipboard2": "^0.3.0",
"vue-hljs": "^1.1.2",
"vue-infinite-loading": "^2.4.4",
"wowjs": "^1.1.3"
}
}