-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.02 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
{
"name": "orchid-store",
"version": "1.0.0",
"description": "Orchid Store is a clean, flexible, stylish & dynamic e-commerce WordPress theme.",
"main": "gulpfile.js",
"scripts": {
"public": "gulp assets",
"zip": "gulp zip"
},
"repository": {
"type": "git",
"url": "git+https://github.com/themebeez/orchid-store.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/themebeez/orchid-store/issues"
},
"homepage": "https://github.com/themebeez/orchid-store#readme",
"devDependencies": {
"autoprefixer": "^10.4.4",
"cssnano": "^5.1.4",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-rtlcss": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-shell": "^0.8.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-wp-pot": "^2.5.0",
"gulp-zip": "^5.1.0",
"sass": "^1.49.9"
}
}