-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.01 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.01 KB
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
{
"name": "tinymcefieldtype",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production"
},
"author": "",
"license": "ISC",
"dependencies": {
"@riophae/vue-treeselect": "^0.4.0",
"@tinymce/tinymce-vue": "^3.2.2",
"axios": "^1.9.0",
"dayjs": "^1.11.7",
"fusioncms-helper-js": "^0.1.0",
"laravel-mix": "^6.0.19",
"path": "^0.12.7",
"pluralize": "^8.0.0",
"primeicons": "^7.0.0",
"primevue": "^2.10.4",
"tailwindcss": "^3.4.6",
"tinymce": "^5.8.1",
"vue": "^2.7.16",
"vue-fragment": "^1.6.0",
"vue-loader": "^15.9.7",
"vue-multiselect": "^2.1.6",
"vue-repeater": "^1.1.2",
"vue2-daterange-picker": "^0.6.8",
"vuex": "^3.6.2"
},
"devDependencies": {
"sass": "^1.89.1",
"sass-loader": "^12.1.0",
"vue-template-compiler": "^2.7.16"
}
}