-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 978 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
29
30
31
32
33
{
"name": "advanced-image-comparison-for-elementor",
"version": "2.0.3",
"description": "Advanced Image Comparison for Elementor WordPress Plugin",
"main": "index.js",
"dependencies": {
"laravel-mix": "^6.0.13",
"node-sass": "^5.0.0",
"postcss": "^8.2.6",
"resolve-url-loader": "^3.1.2",
"sass": "^1.32.8",
"sass-loader": "^10.1.1"
},
"devDependencies": {},
"scripts": {
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ruhel241/advanced-image-comparison-for-elementor.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ruhel241/advanced-image-comparison-for-elementor/issues"
},
"homepage": "https://github.com/ruhel241/advanced-image-comparison-for-elementor#readme"
}