forked from RANUX/sedona
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 768 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 768 Bytes
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
{
"name": "sedona",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"scripts": {
"editorconfig": "editorconfig-cli",
"test": "npm run editorconfig",
"build": "gulp build",
"start": "npm run build",
"dev": "gulp serv-dev"
},
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^9.1.3",
"browser-sync": "^2.24.7",
"css-mqpacker": "^7.0.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-csso": "^3.0.1",
"gulp-imagemin": "^4.1.0",
"gulp-plumber": "^1.2.0",
"gulp-postcss": "^8.0.0",
"gulp-posthtml": "^3.0.4",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.1",
"gulp-svgstore": "^7.0.0",
"posthtml-include": "^1.2.0",
"run-sequence": "^2.2.1"
}
}