-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.37 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
{
"private": true,
"scripts": {
"format": "prettier --write resources/js/",
"lint": "npx eslint resources/js/**",
"dev": "npm run mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "mix --production"
},
"devDependencies": {
"@braid/vue-formulate": "^2.5.3",
"@braid/vue-formulate-i18n": "^1.16.0",
"@ckeditor/ckeditor5-build-classic": "^39.0.0",
"@ckeditor/ckeditor5-vue2": "^3.0.1",
"@intlify/vue-i18n-loader": "^1.1.0",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"axios": "^0.25",
"browser-sync": "^2.29.3",
"browser-sync-webpack-plugin": "^2.3.0",
"eslint": "^8.49.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-vue": "^9.17.0",
"floating-vue": "^1.0.0-beta.19",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"pinia": "^2.1.6",
"pinia-plugin-persistedstate": "^3.2.0",
"postcss": "^8.1.14",
"prettier": "^2.8.8",
"sass": "^1.64.2",
"sass-loader": "^12.1.0",
"tailwindcss": "^3.3.3",
"ts-loader": "^9.4.4",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^4.9.5",
"vue": "^2.7.14",
"vue-i18n": "^8.28.2",
"vue-loader": "^15.9.8",
"vue-router": "^3.6.5",
"vue-tailwind-icons": "^0.1.2",
"vue-template-compiler": "^2.7.14",
"vue-toastification": "^1.7.14",
"vuedraggable": "^2.24.3"
}
}