-
-
Notifications
You must be signed in to change notification settings - Fork 72
/
package.json
101 lines (101 loc) · 3.82 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "formie-cp",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "npm run forms & npm run cp & npm run frontend",
"build": "npm run forms-build & npm run cp-build & npm run frontend-build",
"forms": "cd ./src/web/assets/forms && vite --port 4000",
"forms-build": "cd ./src/web/assets/forms && vite build",
"cp": "cd ./src/web/assets/cp && vite build --watch",
"cp-build": "cd ./src/web/assets/cp && vite build",
"frontend": "cd ./src/web/assets/frontend && npx mix watch",
"frontend-build": "cd ./src/web/assets/frontend && npx mix --production"
},
"devDependencies": {
"@pixelandtonic/craftui": "~0.3.8",
"@vitejs/plugin-legacy": "^5.3.1",
"@vitejs/plugin-vue": "^5.0.4",
"autoprefixer": "^10.4.18",
"clean-webpack-plugin": "^4.0.0",
"craftcms-sass": "^3.5.7",
"eslint": "^8.57.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-vue": "^9.22.0",
"eslint-webpack-plugin": "^4.0.1",
"laravel-mix": "^6.0.49",
"laravel-mix-clean": "^0.1.0",
"laravel-mix-polyfill": "^3.0.1",
"lodash-es": "^4.17.21",
"mini-css-extract-plugin": "^2.8.1",
"postcss": "^8.4.35",
"postcss-color-function": "^4.1.0",
"postcss-custom-properties": "^13.3.5",
"rollup-plugin-analyzer": "^4.0.0",
"sass": "^1.71.1",
"sass-loader": "^14.1.1",
"vite": "^5.1.4",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-imagemin": "^0.6.1",
"vite-plugin-node-polyfills": "^0.21.0",
"vuex": "^4.1.0"
},
"dependencies": {
"@formkit/drag-and-drop": "^0.0.23",
"@formkit/themes": "^1.5.9",
"@formkit/vue": "^1.5.9",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.6",
"@rynpsc/dialog": "^5.0.2",
"@tiptap/core": "^2.2.4",
"@tiptap/extension-floating-menu": "^2.2.4",
"@tiptap/extension-focus": "^2.2.4",
"@tiptap/extension-highlight": "^2.2.4",
"@tiptap/extension-image": "^2.2.4",
"@tiptap/extension-link": "^2.2.4",
"@tiptap/extension-subscript": "^2.2.4",
"@tiptap/extension-superscript": "^2.2.4",
"@tiptap/extension-table": "^2.2.4",
"@tiptap/extension-table-cell": "^2.2.4",
"@tiptap/extension-table-header": "^2.2.4",
"@tiptap/extension-table-row": "^2.2.4",
"@tiptap/extension-text-align": "^2.2.4",
"@tiptap/extension-underline": "^2.2.4",
"@tiptap/starter-kit": "^2.2.4",
"@tiptap/suggestion": "^2.2.4",
"@tiptap/vue-3": "^2.2.4",
"@yaireo/tagify": "^4.21.1",
"click-outside-vue3": "^4.0.1",
"expression-language": "^1.1.4",
"flat": "^6.0.1",
"flatpickr": "^4.6.13",
"floating-vue": "^5.2.2",
"formdata-polyfill": "^4.0.10",
"friendly-challenge": "^0.9.14",
"hostic-dom": "^0.8.7",
"install": "^0.13.0",
"intl-tel-input": "^23.1.1",
"js-cookie": "^3.0.5",
"locutus": "^2.0.16",
"markdown-it": "^14.0.0",
"md5-hex": "^5.0.0",
"mobile-drag-drop": "^3.0.0-rc.0",
"npm": "^10.5.0",
"payment": "^2.4.6",
"pell": "^1.0.6",
"places.js": "^1.19.0",
"qs": "^6.11.2",
"sanitize-html": "^2.12.1",
"signature_pad": "^4.1.7",
"sortablejs": "^1.15.2",
"tippy.js": "^6.3.7",
"vue": "^3.4.21",
"vue-final-modal": "^4.5.4",
"vue-mitt": "^0.0.1",
"vue-multiselect": "^3.0.0-alpha.2",
"vuedraggable": "^4.1.0"
}
}