-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
52 lines (52 loc) · 1.41 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
{
"private": true,
"scripts": {
"build-force": "vite build --force",
"build": "vite build",
"preview": "vite preview",
"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"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.2",
"@headlessui/vue": "^1.7.21",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@vitejs/plugin-vue": "^4.6.2",
"axios": "^1.6.1",
"buffer": "^6.0.3",
"cross-env": "^7.0.3",
"gameap-file-manager": "4.0.0-dev3",
"laravel-mix": "^6.0.49",
"lodash": "^4.17.20",
"moment": "^2.29.4",
"pinia": "^2.1.7",
"sass": "^1.32.0",
"sass-loader": "^9.0.0",
"vue": "^3.3.8",
"vue-router": "^4.3.2",
"vuex": "^4.1.0"
},
"devDependencies": {
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@vue/compiler-sfc": "^3.1.0",
"css-loader": "^6.10.0",
"laravel-vite-plugin": "^0.7.4",
"naive-ui": "^2.38.1",
"postcss": "^8.4.38",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^9.5.0",
"resolve-url-loader": "^5.0.0",
"style-loader": "^3.3.4",
"tailwindcss": "^3.4.3",
"vite": "^4.5.3",
"vue-loader": "^16.0.0",
"webpack": "^5.64.4",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
}
}