-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 947 Bytes
/
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
{
"name": "laravel-nova-devtool",
"description": "Laravel Nova DevTool",
"main": "nova.mix.js",
"types": "types/index.d.ts",
"devDependencies": {
"@babel/preset-typescript": "^7.24.7",
"@inertiajs/vue3": "^2.0.0",
"axios": "^1.7.4",
"lodash": "^4.17.21",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"vue": "^3.5.0",
"vuex": "^4.1.0"
},
"dependencies": {
"@vue/compiler-sfc": "^3.5.0",
"autoprefixer": "^10.4.20",
"laravel-mix": "^6.0.49",
"postcss": "^8.4.44",
"postcss-import": "^14.1.0",
"prettier-plugin-tailwindcss": "^0.5.14",
"vue-loader": "^16.8.3"
},
"peerDependencies": {
"@inertiajs/core": "^2.0.0",
"@inertiajs/vue3": "^2.0.0",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.4",
"axios": "^1.7.4",
"lodash": "^4.17.21",
"tailwindcss": "^3.4.10",
"vue": "^3.5.0",
"vuex": "^4.1.0"
}
}