-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.82 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
57
58
59
60
61
62
63
64
65
66
67
{
"name": "nusa",
"description": "A custom base WordPress theme designed and developed specifically for NUSA sites.",
"version": "2.2.0",
"author": "National University System Agency",
"homepage": "https://www.nusagency.org/",
"repository": {
"type": "git",
"url": "https://github.com/NationalUniversitySystem/nusa-base-wptheme.git"
},
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"scripts": "gulp scripts",
"styles": "gulp styles",
"develop": "gulp dev",
"build": "gulp build"
},
"contributors": [
{
"name": "Mike Estrada",
"email": "[email protected]"
},
{
"name": "Chris Maust",
"email": "[email protected]"
},
{
"name": "Alex Gamero",
"email": "[email protected]"
}
],
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"@babel/register": "^7.13.16",
"@wordpress/eslint-plugin": "^9.0.6",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"browser-sync": "^2.26.14",
"del": "^6.0.0",
"eslint-loader": "^4.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-eslint": "^6.0.0",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-stylelint": "^13.0.0",
"node-sass": "^6.0.0",
"stylelint": "^13.13.1",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-declaration-use-variable": "^1.7.3",
"stylelint-media-use-custom-media": "^2.0.0",
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.19.0",
"terser-webpack-plugin": "^2.3.5",
"vinyl-named": "^1.1.0",
"webpack-stream": "^6.1.2"
},
"dependencies": {
"bootstrap": "^4.4.1",
"vanilla-lazyload": "^17.4.0"
}
}