-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.41 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.41 KB
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": "stax-elementor",
"version": "1.0.0",
"description": "Awesome Elementor widgets",
"main": "index.js",
"scripts": {
"build:admin:css": "npx tailwindcss -i ./assets/scss/admin.scss -o ./assets/css/admin.css --minify",
"watch:scss": "gulp watch:styles",
"build:scss": "gulp build:styles",
"build:js": "gulp build:scripts"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/sq-plugins/stax-elementor.git"
},
"author": "StaxWP",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/sq-plugins/stax-elementor/issues"
},
"homepage": "https://gitlab.com/sq-plugins/stax-elementor#readme",
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"autoprefixer": "^10.2.5",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-build": "^0.5.3",
"gulp-csso": "^4.0.1",
"gulp-notify": "^3.2.0",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.2",
"path": "^0.12.7",
"postcss": "^8.4.5",
"postcss-cli": "^9.1.0",
"postcss-import": "^14.0.1",
"tailwindcss": "^3.0.16",
"tailwindcss-cli": "^0.1.2"
},
"browserslist": [
">= 0.5%",
"chrome >= 42",
"and_chr >= 42",
"and_ff >= 38",
"android >= 4.4",
"edge >= 12",
"firefox >= 38",
"ie >= 11",
"ios_saf >= 9",
"safari >= 9",
"node 10"
]
}