-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·51 lines (51 loc) · 2.02 KB
/
package.json
File metadata and controls
executable file
·51 lines (51 loc) · 2.02 KB
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
{
"private": true,
"scripts": {
"dev": "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",
"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",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"dependencies": {
"apisauce": "^0.12.0",
"axios": "^0.16.2",
"babel-polyfill": "^6.9.1",
"babel-runtime": "^6.23.0",
"bootstrap": "^3.0.0",
"bootstrap-confirmation2": "^2.4.0",
"bootstrap-datepicker": "^1.7.0",
"bootstrap-sass": "^3.3.7",
"classnames": "^2.2.5",
"cross-env": "^5.1.3",
"datatables": "^1.10.13",
"easy-pie-chart": "^2.1.7",
"font-awesome": "^4.7.0",
"gsap": "^1.20.2",
"icheck": "^1.0.2",
"inputmask": "^3.3.11",
"jquery-locationpicker": "^0.1.12",
"jquery-slimscroll": "^1.3.8",
"jquery-uniform": "^2.2.2",
"js-beautify": "1.6.14",
"jstree": "^3.3.5",
"laravel-mix": "0.*",
"leaflet": "^1.3.1",
"localforage": "^1.5.6",
"lodash": "^4.17.4",
"select2": "^3.5.1",
"sortablejs": "^1.6.0",
"susy": "2.2.12",
"swiper": "^4.1.0",
"tinymce": "^4.7.4",
"validator": "^8.0.0",
"vue": "^2.5.13",
"vue-resource": "0.9.3",
"vue-router": "0.7.13",
"vuex": "^2.0.0",
"wav-encoder": "^1.3.0"
},
"devDependencies": {
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1"
}
}