forked from OrchardCMS/OrchardCore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.22 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
40
41
42
{
"private": true,
"scripts": {
"build": "gulp build",
"watch": " gulp watch"
},
"devDependencies": {
"es6-promise": "4.2.6",
"file-system": "2.2.2",
"glob": "7.1.4",
"gulp": "4.0.2",
"gulp-cli": "2.2.0",
"gulp-concat": "2.6.1",
"gulp-cssnano": "2.1.3",
"gulp-debug": "4.0.0",
"gulp-eol": "0.2.0",
"gulp-header": "2.0.7",
"gulp-if": "2.0.2",
"gulp-less": "4.0.1",
"gulp-newer": "1.4.0",
"gulp-plumber": "1.2.1",
"gulp-print": "5.0.2",
"gulp-rename": "1.4.0",
"gulp-postcss": "^8.0.0",
"gulp-sass": "4.0.2",
"gulp-sourcemaps": "2.6.5",
"gulp-typescript": "5.0.1",
"gulp-terser": "1.1.7",
"gulp-util": "3.0.8",
"merge-stream": "1.0.1",
"path-posix": "1.0.0",
"postcss-rtl": "^1.3.3",
"typescript": "3.4.5"
},
"dependencies": {
"orchardcore.apis.graphql": "file:src/OrchardCore.Modules/OrchardCore.Apis.GraphQL",
"orchardcore.resources": "file:src/OrchardCore.Modules/OrchardCore.Resources",
"orchardcore.setup": "file:src/OrchardCore.Modules/OrchardCore.Setup",
"orchardcore.theadmin": "file:src/OrchardCore.Themes/TheAdmin",
"orchardcore.workflows": "file:src/OrchardCore.Modules/OrchardCore.Workflows"
}
}