forked from verbb/formie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 3.5 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
{
"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"
},
"devDependencies": {
"@pixelandtonic/craftui": "~0.3.8",
"@rollup/plugin-node-resolve": "^13.3.0",
"@vitejs/plugin-legacy": "^1.8.2",
"@vitejs/plugin-vue": "^2.3.3",
"autoprefixer": "^10.4.7",
"clean-webpack-plugin": "^4.0.0",
"craftcms-sass": "^3.5.7",
"eslint": "^8.19.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-vue": "^9.2.0",
"eslint-webpack-plugin": "^3.2.0",
"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.6.1",
"postcss": "^8.4.14",
"postcss-color-function": "^4.1.0",
"postcss-custom-properties": "^12.1.8",
"rollup-plugin-analyzer": "^4.0.0",
"sass": "^1.53.0",
"sass-loader": "^13.0.2",
"vite": "^2.9.13",
"vite-plugin-eslint": "^1.6.1",
"vite-plugin-imagemin": "^0.6.1",
"vuex": "^4.0.2"
},
"dependencies": {
"@formkit/themes": "^1.0.0-beta.9-4ee1e0a",
"@formkit/vue": "^1.0.0-beta.9-4ee1e0a",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/vue-fontawesome": "^3.0.0-5",
"@tiptap/core": "^2.0.0-beta.182",
"@tiptap/extension-floating-menu": "^2.0.0-beta.56",
"@tiptap/extension-focus": "^2.0.0-beta.45",
"@tiptap/extension-highlight": "^2.0.0-beta.35",
"@tiptap/extension-image": "^2.0.0-beta.30",
"@tiptap/extension-link": "^2.0.0-beta.43",
"@tiptap/extension-subscript": "^2.0.0-beta.13",
"@tiptap/extension-superscript": "^2.0.0-beta.13",
"@tiptap/extension-text-align": "^2.0.0-beta.31",
"@tiptap/extension-underline": "^2.0.0-beta.25",
"@tiptap/starter-kit": "^2.0.0-beta.191",
"@tiptap/vue-3": "^2.0.0-beta.96",
"@yaireo/tagify": "^4.12.0",
"click-outside-vue3": "^4.0.1",
"expression-language": "^1.1.4",
"flat": "^5.0.2",
"flatpickr": "^4.6.13",
"floating-vue": "^2.0.0-beta.17",
"formdata-polyfill": "^4.0.10",
"install": "^0.13.0",
"intl-tel-input": "^17.0.16",
"locutus": "^2.0.16",
"markdown-it": "^13.0.1",
"md5-hex": "^4.0.0",
"mobile-drag-drop": "^3.0.0-beta.0",
"npm": "^8.13.2",
"pell": "^1.0.6",
"places.js": "^1.19.0",
"qs": "^6.11.0",
"sanitize-html": "^2.7.0",
"signature_pad": "^4.0.5",
"sortablejs": "^1.15.0",
"tippy.js": "^6.3.7",
"vue": "^3.2.37",
"vue-final-modal": "^3.4.3",
"vue-mitt": "^0.0.1",
"vue-multiselect": "^3.0.0-alpha.2",
"vuedraggable": "^4.1.0"
}
}