-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.45 KB
/
package.json
File metadata and controls
90 lines (90 loc) · 2.45 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "alarisprime.com",
"version": "3.0.0",
"description": "The website for Alaris Prime",
"private": true,
"scripts": {
"deploy": "gulp build && s3_website push",
"build": "gulp build",
"test": "npm run build",
"start": "gulp serve",
"qgen": "qgen"
},
"repository": {
"type": "git",
"url": "git@github.com:alarisprime/alarisprime.com.git"
},
"contributors": [
"Saneef Ansari <saneef@alarisprime.com> (https://saneef.com/)",
"Brajeshwar Oinam <brajeshwar@alarisprime.com> (https://brajeshwar.me/)"
],
"license": "CC0 1.0 Universal",
"homepage": "https://alarisprime.com",
"dependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"@babel/register": "^7.0.0",
"autoprefixer": "^9.0.0",
"babel-loader": "^8.0.5",
"browser-sync": "^2.23.3",
"del": "^3.0.0",
"fontfaceobserver": "^2.0.13",
"gulp": "^3.9.1",
"gulp-cssnano": "^2.1.2",
"gulp-filter": "^5.1.0",
"gulp-htmlmin": "^4.0.0",
"gulp-if": "^2.0.2",
"gulp-load-plugins": "^1.5.0",
"gulp-plumber": "^1.2.0",
"gulp-postcss": "^8.0.0",
"gulp-print": "^5.0.0",
"gulp-replace": "^1.0.0",
"gulp-rev": "^8.1.1",
"gulp-rev-replace": "^0.4.3",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.3",
"gulp-uglify": "^3.0.0",
"gulp-useref": "^3.1.4",
"gulp-util": "^3.0.8",
"gulp-xo": "^0.19.0",
"imports-loader": "^0.8.0",
"jstransformer-nunjucks": "^0.5.0",
"md5": "^2.2.1",
"metalsmith": "2.3.0",
"metalsmith-collections": "^0.9.0",
"metalsmith-define": "2.0.1",
"metalsmith-hyphenate": "^1.1.0",
"metalsmith-ignore": "^0.1.2",
"metalsmith-in-place": "^4.0.0",
"metalsmith-markdownit": "^0.5.0",
"metalsmith-permalinks": "0.5.0",
"metalsmith-sitemap": "^1.2.0",
"postcss-cssnext": "^3.0.2",
"postcss-mixins": "^6.2.0",
"postcss-modular-scale": "^2.5.2",
"postcss-reporter": "^5.0.0",
"postcss-smart-import": "^0.7.6",
"run-sequence": "^2.2.1",
"stylelint": "^9.0.0",
"stylelint-config-property-sort-order-smacss": "^4.0.0",
"stylelint-config-standard": "^18.0.0",
"through2": "^2.0.3",
"turbolinks": "^5.0.3",
"webpack": "^4.0.0"
},
"devDependencies": {
"gulp-insert": "^0.5.0",
"merge-stream": "^1.0.1",
"qgen": "^2.1.5",
"slugify": "^1.2.9"
},
"xo": {
"parserOptions": {
"ecmaVersion": 6
},
"envs": [
"node",
"browser"
]
}
}