-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.94 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
{
"name": "wp-sweepbright",
"version": "1.0.0",
"description": "",
"scripts": {
"dev-public": "parcel watch public/js/wp-sweepbright-public.js --public-url ./public/dist",
"build-public": "parcel build public/js/wp-sweepbright-public.js --public-url ./public/dist",
"dev-admin": "parcel watch admin/js/wp-sweepbright-admin.js --public-url ./admin/dist",
"build-admin": "parcel build admin/js/wp-sweepbright-admin.js --public-url ./admin/dist"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@vue/component-compiler-utils": "^3.1.2",
"eslint": "^8.13.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-vue": "^8.6.0",
"parcel-bundler": "^1.12.4",
"postcss-modules": "^2.0.0",
"stylelint": "^14.7.1",
"stylelint-config-recommended": "^7.0.0",
"stylelint-order": "^5.0.0",
"vue-template-compiler": "^2.6.11"
},
"dependencies": {
"@fullhuman/postcss-purgecss": "^2.2.0",
"@glidejs/glide": "^3.4.1",
"@neojp/tailwindcss-aspect-ratio-utilities": "^1.0.0",
"autoprefixer": "^9.8.0",
"axios": "^0.20.0",
"bus.js": "^0.9.3",
"css": "^2.2.4",
"jquery": "^3.5.1",
"moment": "^2.29.1",
"postcss-import": "^12.0.1",
"postcss-preset-env": "^6.7.0",
"quill": "^1.3.6",
"tailwindcss": "^1.4.6",
"uuid": "^8.3.2",
"v-tooltip": "^2.1.2",
"vue": "^2.6.14",
"vue-agile": "^1.1.3",
"vue-click-outside": "^1.1.0",
"vue-glide-js": "^1.3.14",
"vue-hot-reload-api": "^2.3.4",
"vue-loading-overlay": "^3.4.2",
"vue-moment": "^4.1.0",
"vue-notification": "^1.3.20",
"vue-quill-editor": "^3.0.6",
"vue-router": "^3.4.5",
"vue-toast-notification": "^0.6.2",
"vue-wysiwyg": "^1.7.2",
"vuedraggable": "^2.24.3",
"vuejs-dialog": "^1.4.2",
"vuejs-paginate": "^2.1.0"
},
"browserslist": [
"defaults"
]
}