forked from siteserver/cms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.06 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
{
"name": "siteserver",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.2",
"gulp": "^3.9.1",
"gulp-filter": "^5.1.0",
"gulp-minifier": "^0.1.4",
"gulp-minify": "^3.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-rev": "^7.1.2",
"gulp-rev-all": "^0.9.7",
"gulp-zip": "^4.0.0",
"rimraf": "^2.5.4",
"run-sequence": "^2.2.1"
},
"scripts": {
"test:api": "dotnet test tests/SS.CMS.Api.Tests",
"test:cli": "dotnet test tests/SS.CMS.Cli.Tests",
"test:core": "dotnet test tests/SS.CMS.Core.Tests",
"test:data": "dotnet test tests/SS.CMS.Data.Tests",
"test:utils": "dotnet test tests/SS.CMS.Utils.Tests",
"dotnet": "dotnet watch --project src/SS.CMS.Api run",
"nuxt": "cd ClientApp && yarn dev",
"publish:cli": "dotnet publish src/SS.CMS.Cli -c Release -r win-x64 --self-contained true"
},
"author": "",
"license": "ISC"
}