forked from siteserver/cms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.17 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
{
"name": "sscms",
"version": "1.0.0",
"author": "sscms",
"description": "",
"main": "gulpfile.js",
"dependencies": { },
"devDependencies": {
"fs-extra": "^9.0.0",
"gulp": "^4.0.2",
"gulp-filter": "^6.0.0",
"gulp-minifier": "^3.5.0",
"gulp-minify": "^3.1.0",
"gulp-rename": "^2.0.0",
"gulp-rev": "^9.0.0",
"gulp-rev-all": "^2.0.2",
"gulp-string-replace": "^1.1.2",
"gulp4-run-sequence": "^1.0.1",
"through2": "^3.0.1",
"del": "^5.1.0"
},
"scripts": {
"build-osx-x64": "node ./node_modules/gulp/bin/gulp.js build-osx-x64",
"build-linux-x64": "node ./node_modules/gulp/bin/gulp.js build-linux-x64",
"build-win-x64": "node ./node_modules/gulp/bin/gulp.js build-win-x64",
"build-win-x86": "node ./node_modules/gulp/bin/gulp.js build-win-x86",
"copy-osx-x64": "node ./node_modules/gulp/bin/gulp.js copy-osx-x64",
"copy-linux-x64": "node ./node_modules/gulp/bin/gulp.js copy-linux-x64",
"copy-win-x64": "node ./node_modules/gulp/bin/gulp.js copy-win-x64",
"copy-win-x86": "node ./node_modules/gulp/bin/gulp.js copy-win-x86",
"watch-run": "dotnet watch --project ./src/SSCMS.Web/SSCMS.Web.csproj run"
}
}