-
Notifications
You must be signed in to change notification settings - Fork 6
/
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": "dxstarter",
"version": "1.5.1",
"description": "Quick settings for developing themes.",
"main": "Gulpfile.js",
"repository": "https://github.com/DevriX/DX-Starter",
"sasslintConfig": ".sass-lint.yml",
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"babel-preset-env": "^1.7.0",
"child_process": "^1.0.2",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-filter": "^6.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-livereload": "^4.0.2",
"gulp-newer": "^1.4.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-sass-lint": "^1.4.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"replace-in-file": "^6.1.0",
"sass-lint": "^1.13.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp": "./node_modules/.bin/gulp",
"ziptheme": "bash zip.sh"
},
"author": "DevriX",
"license": "ISC",
"keywords": [],
"babel": {
"presets": [
"@babel/preset-env"
]
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"foundation-sites": "^6.6.3"
}
}