-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
56 lines (56 loc) · 1.38 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
{
"name": "mesh",
"version": "1.4.1",
"description": "A way to display, manage, and control front end notifications for users, globally or individually, in the header,footer, by shortcode or by page.",
"main": "gulpfile.babel.js",
"scripts": {
"start": "gulp",
"build": "gulp build --production"
},
"author": "Linchpin <[email protected]>",
"license": "GPL-2.0-or-later",
"dependencies": {
"lodash": "^4.17.21",
"node-sass": "^6.0.1",
"save-dev": "^0.0.1-security",
"through2": "^4.0.2"
},
"devDependencies": {
"gulp": "4.0.2",
"gulp-bump": "3.2.0",
"gulp-clean-css": "4.3.0",
"gulp-cli": "2.3.0",
"gulp-concat": "2.6.1",
"gulp-extname": "0.2.2",
"gulp-if": "3.0.0",
"gulp-load-plugins": "2.0.7",
"gulp-postcss": "9.0.0",
"gulp-replace": "1.1.3",
"gulp-sass": "5.0.0",
"gulp-sourcemaps": "3.0.0",
"gulp-uglify": "3.0.2",
"js-yaml": "4.1.0",
"kind-of": "6.0.3",
"postcss": "^8.3.6",
"rimraf": "3.0.2",
"vinyl-named": "1.1.0",
"yargs": "17.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/linchpin/mesh.git"
},
"bugs": {
"url": "https://github.com/linchpin/mesh/issues",
"email": "[email protected]"
},
"engines": {
"node": "^16"
},
"browserslist": [
"last 1 version",
"> 1%",
"maintained node versions",
"not dead"
]
}