-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.31 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.31 KB
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
{
"name": "gravityforms-nus-customization",
"version": "2.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"scripts": "gulp scripts",
"styles": "gulp styles",
"watch": "gulp watchFiles",
"build": "gulp build"
},
"author": "Mike Estrada",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@babel/register": "^7.14.5",
"axios": "^0.21.1",
"del": "^6.0.0",
"eslint-config-wordpress": "^2.0.0",
"eslint-plugin-no-jquery": "^2.6.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-eslint": "^6.0.0",
"gulp-include": "^2.4.1",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.0.0",
"gulp-stylelint": "^13.0.0",
"gulp-uglify": "^3.0.2",
"node-sass": "^6.0.1",
"qs": "^6.10.1",
"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"
},
"dependencies": {
"bootstrap": "^4.3.1",
"popper.js": "^1.15.0"
}
}