forked from MineTrax/minetrax
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.77 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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"@inertiajs/inertia": "^0.10.0",
"@inertiajs/inertia-vue": "^0.7.1",
"@inertiajs/progress": "^0.2.6",
"@tailwindcss/forms": "^0.3.3",
"@tailwindcss/typography": "^0.4.1",
"autolinker": "^3.14.3",
"autoprefixer": "^10.3.1",
"axios": "^0.21",
"browser-sync": "^2.27.4",
"browser-sync-webpack-plugin": "^2.3.0",
"date-fns": "^2.22.1",
"dompurify": "^2.3.5",
"easymde": "^2.15.0",
"echarts": "^5.3.0",
"eslint": "^8.2.0",
"eslint-plugin-vue": "^8.1.1",
"laravel-echo": "^1.11.0",
"laravel-mix": "^6.0.25",
"lodash": "^4.17.21",
"millify": "^4.0.0",
"portal-vue": "^2.1.7",
"postcss": "^8.3.5",
"postcss-import": "^12.0.1",
"pusher-js": "^7.0.3",
"skinview3d": "^2.0.1",
"tailwindcss": "^2.2.4",
"v-calendar": "^2.3.1",
"vform": "^2.1.0",
"vue": "^2.6.14",
"vue-fragment": "1.5.1",
"vue-loader": "^15.9.7",
"vue-multiselect": "^2.1.6",
"vue-password-strength-meter": "^1.7.2",
"vue-template-compiler": "^2.6.14",
"vue-tippy": "^4.10.2",
"vue2-datepicker": "^3.9.1",
"vuejs-dialog": "^1.4.2",
"xterm": "^4.13.0",
"xterm-addon-attach": "^0.6.0",
"xterm-addon-fit": "^0.5.0",
"xterm-addon-web-links": "^0.4.0",
"zxcvbn": "^4.4.2"
}
}