-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.4 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
{
"name": "woo-solo-api",
"version": "3.3.0",
"description": "This plugin provides integration of the SOLO API service with WooCommerce.",
"authors": [
{
"name": "Denis Žoljom",
"email": "[email protected]",
"homepage": "https://madebydenis.com/",
"role": "Owner/Lead developer"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/dingo-d/woo-solo-api.git"
},
"keywords": [
"plugin",
"WordPress"
],
"bugs": {
"url": "https://github.com/dingo-d/woo-solo-api/issues"
},
"homepage": "https://github.com/dingo-d/woo-solo-api#readme",
"scripts": {
"lintJs": "eslint 'assets/dev/**/*.js'",
"lintStyle": "stylelint 'assets/dev/**/*.scss'",
"lint": "npm run lintJs && npm run lintStyle",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@wordpress/api-fetch": "^6.35.0",
"@wordpress/components": "^25.4.0",
"@wordpress/data": "^9.8.0",
"@wordpress/element": "^5.15.0",
"@wordpress/i18n": "^4.38.0",
"buffer": "^6.0.3",
"classnames": "^2.3.2",
"form-urlencoded": "^6.1.0",
"php-serialize": "^4.1.1"
},
"devDependencies": {
"@kucrut/vite-for-wp": "^0.5.2",
"@rollup/plugin-inject": "^5.0.3",
"@wordpress/eslint-plugin": "^14.11.0",
"@wordpress/stylelint-config": "^21.21.0",
"eslint": "^8.46.0",
"rollup-plugin-external-globals": "^0.8.0",
"sass": "^1.64.2",
"vite": "^4.5.3"
}
}