-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.98 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 1.98 KB
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
72
{
"name": "tyco",
"version": "1.0.0",
"description": "Tyco Node Dependencies",
"main": "gulpfile.js",
"devDependencies": {
"async": "^1.5.2",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.24.1",
"browser-sync": "^2.23.6",
"exports-loader": "^0.7.0",
"glob": "^7.0.3",
"guid": "0.0.12",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.1",
"gulp-debug": "^2.1.2",
"gulp-exec": "^2.1.2",
"gulp-file-include": "^2.0.1",
"gulp-foreach": "^0.1.0",
"gulp-imagemin": "^4.1.0",
"gulp-inject": "^4.3.0",
"gulp-load-plugins": "^1.0.0",
"gulp-msbuild": "^0.4.4",
"gulp-newer": "^1.0.0",
"gulp-nuget-restore": "^0.4.0",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-rimraf": "^0.2.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-svgmin": "^1.2.4",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"jshint": "^2.9.5",
"jshint-loader": "^0.8.4",
"merge-stream": "^1.0.0",
"plop": "^2.1.0",
"rimraf": "^2.4.3",
"run-sequence": "^1.1.4",
"validator": "^9.4.1",
"vinyl": "^1.1.0",
"vinyl-named": "^1.1.0",
"webpack": "^4.16.3",
"webpack-cli": "^3.1.0",
"webpack-stream": "^4.0.2",
"xml2js": "^0.4.16",
"xmlpoke": "^0.1.12",
"yargs": "^6.4.0"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"bootstrap": "^4.1.1",
"es6-promise": "^4.2.4",
"headroom.js": "^0.9.4",
"jquery": "^3.3.1",
"nodelist-foreach-polyfill": "^1.2.0",
"popper.js": "^1.12.9"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"develop": "webpack --mode development --watch",
"build": "webpack --mode production"
}
}