-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 827 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
{
"name": "paver-for-wordpress",
"version": "0.0.2",
"description": "Block based drag and drop editor built with Alpinejs.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jeffreyvr/paver-for-wordpress.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/jeffreyvr/paver-for-wordpress/issues"
},
"homepage": "https://github.com/jeffreyvr/paver-for-wordpress#readme",
"devDependencies": {
"laravel-mix": "^6.0.49",
"postcss": "^8.4.41",
"postcss-nested": "^6.0.1",
"postcss-css-variables": "^0.19.0",
"postcss-import": "^16.1.0",
"postcss-prefixer": "^3.0.0"
}
}