-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.71 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
{
"name": "nusa-info-theme",
"description": "An 'info' subdomain WordPress theme designed and developed specifically for NUSA.",
"version": "2.9.2",
"author": "National University System Agency",
"homepage": "https://www.nusagency.org/",
"repository": {
"type": "git",
"url": ""
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@babel/register": "^7.16.5",
"@wordpress/eslint-plugin": "^9.3.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.3",
"browser-sync": "^2.27.7",
"del": "^6.0.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-no-jquery": "^2.7.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": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-stylelint": "^13.0.0",
"node-sass": "^7.0.0",
"stylelint": "^13.13.1",
"stylelint-config-recommended-scss": "^4.3.0",
"stylelint-declaration-use-variable": "^1.7.3",
"stylelint-media-use-custom-media": "^2.0.0",
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.21.0",
"terser-webpack-plugin": "^5.3.0",
"vinyl-named": "^1.1.0",
"webpack": "^5.65.0",
"webpack-stream": "^7.0.0"
},
"dependencies": {
"bootstrap": "^4.4.1",
"mobile-detect": "^1.4.5",
"siema": "^1.5.1",
"vanilla-lazyload": "^17.5.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"scripts": "gulp scripts",
"styles": "gulp styles",
"dev": "gulp dev",
"build": "gulp build"
}
}