forked from Ayocode5/ayocode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.04 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": "mix",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production",
"sitemap": "vue-cli-service sitemap",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000"
},
"dependencies": {
"axios": "^0.21.1",
"bootstrap": "^4.6.0",
"chart.js": "^2.9.4",
"filepond": "^4.25.1",
"filepond-plugin-file-validate-size": "^2.2.1",
"filepond-plugin-file-validate-type": "^1.2.5",
"filepond-plugin-image-exif-orientation": "^1.0.9",
"filepond-plugin-image-preview": "^4.6.4",
"filepond-plugin-image-validate-size": "^1.2.4",
"jquery": "^3.5.1",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"md5": "^2.3.0",
"moment": "^2.29.1",
"nprogress": "^0.2.0",
"numeral": "^2.0.6",
"parchment": "^1.1.4",
"popper.js": "^1.16.1",
"quill": "1.3.7",
"resolve-url-loader": "^3.1.1",
"sass": "^1.30.0",
"sass-loader": "^10.1.0",
"unsplash-js": "^6.0.0",
"url-parse": "^1.4.7",
"vue": "^2.6.11",
"vue-filepond": "^6.0.2",
"vue-fuse": "^2.2.1",
"vue-infinite-loading": "^2.4.5",
"vue-loader": "^15.9.5",
"vue-multiselect": "^2.1.6",
"vue-router": "^3.4.9",
"vue-template-compiler": "^2.6.11",
"vue-textarea-autosize": "^1.1.1",
"vue-toasted": "^1.1.28",
"vuex": "^3.6.0"
},
"devDependencies": {
"axios": "^0.21.1",
"bootstrap": "^4.6.0",
"highlight.js": "^10.5.0",
"jquery": "^3.5.1",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"medium-zoom": "^1.0.6",
"moment": "^2.29.1",
"nprogress": "^0.2.0",
"popper.js": "^1.16.1",
"postcss": "^8.1.14",
"resolve-url-loader": "^3.1.2",
"sass": "^1.32.4",
"sass-loader": "^10.1.1",
"vue": "^2.6.12",
"vue-cli-plugin-sitemap": "~2.3.0",
"vue-infinite-loading": "^2.4.5",
"vue-loader": "^15.9.5",
"vue-meta": "^2.4.0",
"vue-router": "^3.4.9",
"vue-template-compiler": "^2.6.12"
}
}