-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.49 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": "osdxp-dashboard",
"version": "1.1.0",
"main": "gulpfile.js",
"private": true,
"scripts": {
"build": "gulp build --development",
"prod": "gulp build --production",
"watch": "gulp watch",
"watch-prod": "gulp watch-prod"
},
"repository": {
"type": "git",
"url": "git://github.com/osDXP/osdxp-dashboard"
},
"keywords": [
"opensourcedxp-dashboard"
],
"author": "osDXP",
"license": "GPLv2",
"bugs": {
"url": "https://github.com/osDXP/osdxp-dashboard/issues"
},
"homepage": "https://github.com/osDXP/osdxp-dashboard#readme",
"devDependencies": {
"@babel/core": "^7.13.16",
"acorn": "^6.4.2",
"autoprefixer": "^9.8.6",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-preset-airbnb": "^3.3.2",
"browserslist": "^4.16.4",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.22.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^5.0.0",
"gulp-if": "^2.0.2",
"gulp-mode": "1.0.2",
"gulp-newer": "^1.4.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-string-replace": "^1.1.2",
"gulp-uglify": "^3.0.2",
"js-yaml": "^3.14.1",
"lodash.template": ">=4.5.0",
"node-bourbon": "~4.2.8",
"node-sass": "^4.14.1"
}
}