forked from area17/twill
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
77 lines (77 loc) · 2.65 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
{
"name": "@area17/twill",
"version": "3.3.1",
"private": true,
"scripts": {
"inspect": "vue-cli-service inspect --mode production",
"serve": "vue-cli-service serve",
"watch": "vue-cli-service build --watch",
"build": "vue-cli-service build",
"format": "prettier --write *.js .*.{js,yml} 'frontend/**/*.{js,vue,scss}'",
"lint": "vue-cli-service lint frontend",
"prod": "npm run build",
"clean-customs": "rm -rf frontend/js/components/blocks/customs/* && rm -rf frontend/js/components/customs/* && touch frontend/js/components/customs/.keep",
"docs": "rm -rf docs/_build/* && ./vendor/bin/testbench twill:staticdocs:serve"
},
"dependencies": {
"@alpinejs/mask": "^3.13.5",
"@tiptap/extension-hard-break": "^2.2.1",
"@tiptap/extension-horizontal-rule": "^2.2.1",
"@tiptap/extension-link": "^2.2.1",
"@tiptap/extension-placeholder": "^2.2.1",
"@tiptap/extension-table": "^2.2.1",
"@tiptap/extension-table-cell": "^2.2.1",
"@tiptap/extension-table-header": "^2.2.1",
"@tiptap/extension-table-row": "^2.2.1",
"@tiptap/extension-text-align": "^2.2.1",
"@tiptap/extension-underline": "^2.2.1",
"@tiptap/pm": "^2.2.1",
"@tiptap/starter-kit": "^2.2.1",
"@tiptap/vue-2": "^2.2.1",
"alpinejs": "^3.13.5",
"axios": "^0.27.2",
"core-js": "^3.35.1",
"cropperjs": "^1.6.1",
"date-fns": "1.30.1",
"fine-uploader": "^5.16.2",
"fine-uploader-wrappers": "^1.1.0",
"flatpickr": "4.6.13",
"lodash": "^4.17.21",
"quill": "^1.3.7",
"smartcrop": "^2.0.5",
"tinycolor2": "1.6.0",
"truncate-utf8-bytes": "1.0.2",
"vue": "^2.7.16",
"vue-select": "^3.20.2",
"vue-timeago": "^5.1.3",
"vuedraggable": "2.24.3",
"vuetrend": "^0.3.4",
"vuex": "^3.6.2"
},
"devDependencies": {
"@area17/a17-tailwind-plugins": "^3.12.0",
"@babel/eslint-parser": "^7.23.10",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/eslint-config-standard": "8.0.1",
"chokidar-cli": "3.0.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.3.1",
"eslint-plugin-standard": "4.1.0",
"eslint-plugin-vue": "^9.21.1",
"prettier": "1.19.1",
"sass": "^1.70.0",
"sass-loader": "^8.0.2",
"svg-spritemap-webpack-plugin": "^4.5.0",
"tailwindcss": "^3.4.1",
"vue-template-compiler": "^2.7.16",
"webpack-assets-manifest": "^5.1.0",
"webpack-bundle-analyzer": "^4.10.1"
}
}