forked from boxybird/wordpress-inertia-starter-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 782 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
{
"name": "wordpress-inertia-starter-theme",
"version": "1.0.0",
"description": "A bare-bones example theme using Inertia with Vue, and the WordPress Inertia adapter.",
"scripts": {
"dev": "npx mix",
"watch": "npx mix watch",
"build": "npx mix -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/boxybird/wordpress-inertia-starter-theme.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"homepage": "https://github.com/boxybird/wordpress-inertia-starter-theme#readme",
"devDependencies": {
"laravel-mix": "^6.0.43"
},
"dependencies": {
"@inertiajs/inertia": "^0.11.0",
"@inertiajs/inertia-vue3": "^0.6.0",
"@inertiajs/progress": "^0.2.7",
"vue": "^3.2.31",
"vue-loader": "^17.0.0"
}
}