-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.76 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
{
"name": "@engage/website",
"description": "Project for Engage's DNN Platform website",
"version": "0.1.0",
"private": true,
"dependencies": {
"engage-dnn-javascript-libraries": "git://github.com/engagesoftware/DNN-JavaScript-Libraries.git"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-preset-es2015": "^6.9.0",
"browser-sync": "^2.12.8",
"elm": "^0.17.0",
"elm-test": "^0.17.3",
"eslint": "^5.16.0",
"eslint-formatter-vso": "^0.1.0",
"fs-extra": "^0.30.0",
"glob": "^7.0.4",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-bless": "^3.1.0",
"gulp-cli": "^1.2.1",
"gulp-cssnano": "^2.1.2",
"gulp-debug": "^2.1.2",
"gulp-elm": "^0.5.0",
"gulp-elm-test": "^1.0.0",
"gulp-eslint": "^3.0.1",
"gulp-filter": "^4.0.0",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.3",
"gulp-jscs": "^4.0.0",
"gulp-less": "^4.0.1",
"gulp-msbuild": "^0.3.2",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.1.1",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.5.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"ignore": "^3.1.5",
"jscs": "^3.0.4",
"jscs-reporter-vso": "^0.1.0",
"lodash": "^4.15.0",
"merge-stream": "^1.0.0",
"minimist": "^1.2.0",
"postcss-less": "^0.14.0",
"postcss-reporter": "^1.3.3",
"request": "^2.72.0",
"run-sequence": "^1.2.0",
"stylelint": "^7.0.3",
"through2": "^2.0.1",
"typings": "^1.0.4"
},
"engines": {
"node": ">=5.0.0"
},
"scripts": {
"build": "gulp build",
"package": "gulp package",
"start": "gulp watch",
"test": "gulp test"
},
"author": "Engage Software"
}