forked from verbb/formie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.58 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
{
"name": "formie",
"version": "1.0.0",
"private": true,
"browserslist": [
"defaults",
"Edge >= 15",
"Chrome >= 29",
"Safari >= 9",
"ie >= 11",
"Firefox >= 28",
"iOS >= 9.1",
"Android >= 4.4"
],
"scripts": {
"dev": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js || true",
"watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js || true",
"prod": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js || true"
},
"devDependencies": {
"@pixelandtonic/craftui": "~0.3.8",
"babel-eslint": "^10.0.3",
"copy-webpack-plugin": "^5.1.1",
"craftcms-sass": "^3.4.0",
"cross-env": "^7.0.2",
"enhanced-resolve": "^4.2.0",
"eslint": "^7.0.0",
"eslint-loader": "^4.0.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-vue": "^6.2.2",
"imagemin-webpack-plugin": "^2.4.2",
"laravel-mix": "^5.0.4",
"laravel-mix-bundle-analyzer": "^1.0.5",
"laravel-mix-eslint-config": "^0.1.7",
"laravel-mix-imagemin": "^1.0.3",
"laravel-mix-polyfill": "^2.0.0",
"laravel-mix-stylelint": "^0.2.0",
"lodash": "^4.17.19",
"resolve-url-loader": "^3.1.2",
"sass": "^1.26.10",
"sass-loader": "^9.0.2",
"vue": "^2.6.10",
"vue-template-compiler": "^2.6.10",
"vuex": "^3.5.1"
},
"dependencies": {
"@braid/vue-formulate": "^2.4.3",
"@yaireo/tagify": "^3.14.3",
"axios": "^0.21.1",
"core-js": "^3.6.5",
"flat": "^5.0.0",
"flatpickr": "^4.6.9",
"formdata-polyfill": "^3.0.20",
"intl-tel-input": "^17.0.8",
"md5-hex": "^3.0.1",
"mobile-drag-drop": "^2.3.0-rc.2",
"pell": "^1.0.6",
"places.js": "^1.19.0",
"portal-vue": "^2.1.7",
"qs": "^6.9.4",
"sanitize-html": "^2.3.2",
"sortablejs": "^1.10.2",
"tippy.js": "^6.3.1",
"tiptap": "^1.29.0",
"tiptap-extensions": "^1.31.0",
"v-tooltip": "^2.0.3",
"vue-clickaway": "^2.2.2",
"vue-drag-drop": "^1.1.4",
"vue-multiselect": "^2.1.6",
"vue-simple-markdown": "^1.1.4",
"vue-unique-id": "^3.0.0"
}
}