-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.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
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": "cardiolog-engage",
"version": "0.0.1",
"description": "CardioLog Engage JavaScript Agent",
"main": "gulpfile.js",
"dependencies": {
"aight": "^2.1.1",
"promise": "^7.1.1",
"underscore": "^1.8.3"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.0.0",
"babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
"babel-plugin-transform-es3-property-literals": "^6.22.0",
"babel-preset-env": "^1.4.0",
"babel-preset-es2015": "^6.24.1",
"bootstrap-sass": "^3.3.7",
"browser-sync": "^2.18.8",
"css-loader": "^0.28.0",
"cssnano": "^3.10.0",
"del": "^2.2.2",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-banner": "^0.1.3",
"gulp-filter": "^5.0.0",
"gulp-if": "^2.0.2",
"gulp-load-plugins": "^1.5.0",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.4.0",
"gulp-pug": "^3.3.0",
"gulp-sass": "^3.1.0",
"gulp-sass-inheritance": "^0.5.1",
"gulp-sass-lint": "^1.3.2",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^2.1.2",
"gulp-util": "^3.0.8",
"node-sass": "^4.5.2",
"path": "^0.12.7",
"postcss-class-prefix": "^0.3.0",
"postcss-loader": "^1.3.3",
"postcss-partial-import": "^3.1.1",
"pug-cli": "^1.0.0-alpha6",
"pug-loader": "^2.3.0",
"sanitize.css": "^5.0.0",
"sass-loader": "^6.0.3",
"style-loader": "^0.17.0",
"ts-loader": "^2.0.3",
"tslint": "^5.2.0",
"tslint-eslint-rules": "^4.0.0",
"tslint-loader": "^3.5.3",
"typescript": "^2.3.2",
"vinyl-named": "^1.1.0",
"webpack": "^2.4.1",
"webpack-stream": "github:jeroennoten/webpack-stream#patch-1"
},
"scripts": {
"dev": "set NODE_ENV=development && node node_modules/gulp/bin/gulp.js",
"prod": "set NODE_ENV=production && node node_modules/gulp/bin/gulp.js prod",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Intlock Ltd",
"license": "© 2005-2017 Intlock Ltd"
}