-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.32 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
{
"name": "visumonit",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/10ten-me/visumonit"
},
"license": "GPL-3.0",
"description": "A beautiful monit dashboard",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "./node_modules/.bin/gulp",
"build": "./node_modules/.bin/gulp compile",
"lint": "./node_modules/.bin/eslint -c .eslintrc.js src/js/*"
},
"author": "10TEN",
"dependencies": {
"x2js": "3.4.0"
},
"devDependencies": {
"@babel/core": "7.11.6",
"@babel/preset-env": "7.11.5",
"@babel/register": "7.11.5",
"babelify": "10.0.0",
"browser-sync": "2.26.12",
"browserify": "16.5.2",
"del": "6.0.0",
"eslint": "7.10.0",
"eslint-config-airbnb-base": "14.2.0",
"eslint-config-standard": "14.1.1",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"gulp": "4.0.2",
"gulp-clean": "0.4.0",
"gulp-data": "1.3.1",
"gulp-nunjucks-render": "2.2.3",
"gulp-sass": "4.1.0",
"gulp-sourcemaps": "2.6.5",
"gulp-terser": "^1.4.0",
"vinyl-buffer": "1.0.1",
"vinyl-source-stream": "2.0.0"
},
"babel": {
"presets": [
"@babel/preset-env"
]
}
}