-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.46 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
57
{
"name": "larapress",
"version": "2.0.0-alpha",
"description": "Larapress is a developer-friendly WordPress theme based on Vulmix.",
"scripts": {
"dev": "mix watch",
"build": "mix --production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ojvribeiro/larapress.git"
},
"keywords": [
"larapress",
"vulmix",
"vue",
"laravel",
"mix",
"laravel"
],
"author": "Victor Ribeiro",
"license": "MIT",
"bugs": {
"url": "https://github.com/ojvribeiro/larapress/issues"
},
"homepage": "https://github.com/ojvribeiro/larapress#readme",
"devDependencies": {
"@iconify/vue": "^4.1.1",
"@types/node": "^20.2.1",
"@types/webpack-env": "^1.18.0",
"@vue/compiler-sfc": "^3.3.4",
"@vueuse/head": "^1.1.26",
"@vueuse/router": "^10.1.2",
"@wordpress/block-library": "^8.10.0",
"autoprefixer": "^10.4.14",
"browser-sync": "^2.29.3",
"browser-sync-webpack-plugin": "2.3.0",
"dotenv": "^16.0.3",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"laravel-mix": "^6.0.49",
"pinia": "^2.1.3",
"postcss": "^8.4.23",
"resolve-url-loader": "^5.0.0",
"sass-loader": "^13.2.2",
"ts-loader": "^9.4.2",
"typescript": "^5.0.4",
"unplugin-auto-import": "^0.16.0",
"unplugin-vue-components": "^0.24.1",
"vue": "^3.3.4",
"vue-loader": "^17.1.1",
"vue-router": "^4.2.1"
},
"dependencies": {
"sass": "^1.62.1",
"tailwindcss": "^3.3.2"
}
}