This repository has been archived by the owner on Dec 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
78 lines (78 loc) · 2.83 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
74
75
76
77
78
{
"private": true,
"scripts": {
"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=production 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",
"watch-development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"axios": "^0.18.1",
"bootstrap-datepicker": "^1.7.0",
"bootstrap-sass": "^3.3.7",
"bootstrap-select": "^1.12.4",
"cross-env": "^3.2.3",
"dropzone": "^5.3.0",
"jquery": "^3.3.1",
"laravel-mix": "2.*",
"list.js": "^1.5.0",
"lodash": "^4.17.5",
"pikaday": "^1.7.0",
"vue": "^2.5.13",
"vue-color": "^2.7.0",
"vue-i18n": "^8.8.2",
"vue-svgicon": "^2.1.2"
},
"dependencies": {
"@fortawesome/fontawesome": "^1.1.3",
"@fortawesome/fontawesome-free-solid": "^5.0.6",
"@fortawesome/vue-fontawesome": "0.0.22",
"babel-polyfill": "^6.23.0",
"bootstrap-daterangepicker": "^3.0.3",
"bootstrap-switch": "^3.3.4",
"bootstrap-tagsinput": "^0.7.1",
"chart.js": "^2.7.1",
"flag-icon-css": "^2.9.0",
"flatpickr": "^3.0.6",
"jquery.fancytree": "^2.27.0",
"laravel-mix-purgecss": "^1.0.5",
"lity": "^2.3.0",
"moment": "^2.20.1",
"nestable2": "^1.6.0",
"selectize": "^0.12.4",
"sortablejs": "^1.7.0",
"v-tooltip": "^2.0.0-rc.31",
"v2-datepicker": "^3.1.0",
"vue-codemirror": "^4.0.6",
"vue-drag-and-drop-list": "^1.0.0",
"vue-flatpickr-component": "^2.4.1",
"vue-lazyload": "^1.2.1",
"vue-multiselect": "^2.0.8",
"vue-rangedate-picker": "^0.3.4",
"vue-trumbowyg": "^3.1.1",
"vue2-daterange-picker": "^0.1.1",
"vue2-dropzone": "^2.3.5",
"vue2-selectize": "^1.1.4",
"vuex": "^3.0.0"
},
"name": "get-candy",
"description": "E-Commerce API & CMS",
"version": "1.0.0",
"main": "webpack.mix.js",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/getcandy/candy.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/getcandy/candy/issues"
},
"homepage": "https://github.com/getcandy/candy#readme"
}