-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
71 lines (71 loc) · 1.98 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"private": true,
"name": "statcan.orchardcore",
"description": "StatCan OrchardCore modules and themes",
"version": "1.0.0",
"main": "",
"repository": {
"type": "git",
"url": ""
},
"author": "Jean-Philippe Tissot",
"license": "MIT",
"scripts": {
"build": "gulp build",
"rebuild": "gulp rebuild",
"help": "gulp help",
"watch": " gulp watch",
"postinstall": "run-s install:*",
"install:portaltheme": "cd src/Themes/PortalTheme && npm install",
"install:digitaltheme": "cd src/Themes/DigitalTheme && npm install",
"install:bootstraptheme": "cd src/Themes/BootstrapTheme && npm install",
"install:vueforms": "cd src/Modules/StatCan.OrchardCore.VueForms && npm install",
"install:vuetifytheme": "cd src/Themes/VuetifyTheme && npm install"
},
"devDependencies": {
"@babel/core": "^7.14.2",
"@babel/preset-env": "^7.14.2",
"@vue/cli-plugin-babel": "~4.5.13",
"@vue/cli-service": "~4.5.13",
"glob": "^7.1.7",
"graceful-fs": "4.2.6",
"gulp": "4.0.2",
"gulp-babel": "8.0.0",
"gulp-cli": "2.3.0",
"gulp-concat": "2.6.1",
"gulp-dart-sass": "1.0.2",
"gulp-debug": "4.0.0",
"gulp-eol": "0.2.0",
"gulp-exec": "^5.0.0",
"gulp-header": "2.0.9",
"gulp-if": "3.0.0",
"gulp-less": "4.0.1",
"gulp-minifier": "^3.5.0",
"gulp-newer": "1.4.0",
"gulp-plumber": "1.2.1",
"gulp-postcss": "^9.0.0",
"gulp-print": "5.0.2",
"gulp-rename": "2.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-terser": "2.0.1",
"gulp-typescript": "5.0.1",
"gulp-util": "3.0.8",
"merge-stream": "2.0.0",
"npm-run-all": "^4.1.5",
"path-posix": "1.0.0",
"postcss": "8.2.15",
"rimraf": "^2.7.1",
"sass": "^1.32.13",
"sass-loader": "^8.0.0",
"typescript": "^4.2.4",
"vue": "^2.6.14",
"vue-cli-plugin-vuetify": "~2.4.1",
"vue-template-compiler": "^2.6.14",
"vuetify-loader": "^1.7.2"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}