-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 1.05 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
{
"name": "wp-civitai",
"version": "1.0.0",
"description": "Plugin for the Civitai wordpress site",
"main": "index.js",
"scripts": {
"build": "wp-scripts build",
"start": "wp-scripts start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ostris/wp-civitai.git"
},
"author": "Jaret Burkett <jaretburkett@gmail.com>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ostris/wp-civitai/issues"
},
"homepage": "https://github.com/ostris/wp-civitai#readme",
"devDependencies": {
"@wordpress/scripts": "^26.7.0",
"prettier": "^2.8.8",
"prettier-basic": "^1.0.0"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@mantine/carousel": "^6.0.16",
"@mantine/core": "^6.0.16",
"@mantine/hooks": "^6.0.16",
"@wordpress/blocks": "^12.13.0",
"embla-carousel-react": "^8.0.0-rc07"
},
"prettier": "prettier-basic"
}