-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
36 lines (36 loc) · 979 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
34
35
36
{
"name": "oc-mall-theme",
"version": "1.0.0",
"description": "Official starter theme for the Mall e-commerce plugin",
"main": "Gulpfile.js",
"dependencies": {
"gulp-plumber": "^1.2.1"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"babelify": "^10.0.0",
"browser-sync": "^2.26.3",
"browserify": "^16.2.3",
"cssnano": "^4.1.8",
"gulp": "^4.0.0",
"gulp-cssnano": "^2.1.3",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^3.0.1",
"gulp-util": "^3.0.8",
"postcss": "^7.0.0",
"postcss-normalize.css": "^0.4.0",
"poststylus": "^1.0.0",
"tailwindcss": "^0.7.0",
"vinyl-source-stream": "^2.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Tobias Kuendig <[email protected]>",
"license": "MIT"
}