-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.62 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.62 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
49
50
51
52
53
54
55
{
"name": "gravityforms-fallback",
"description": "Functionality to have a fallback system of forms for Gravity Forms if server is ever down.",
"version": "0.2.0",
"author": "National University System Agency",
"homepage": "https://www.nusagency.org/",
"repository": {
"type": "git",
"url": ""
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"scripts": "gulp scripts",
"styles": "gulp styles",
"lint": "gulp lint",
"dev": "gulp dev",
"build": "gulp build"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/eslint-parser": "^7.15.7",
"@babel/preset-env": "^7.15.6",
"@babel/register": "^7.15.3",
"@wordpress/eslint-plugin": "^9.1.2",
"axios": "^0.21.4",
"browser-sync": "^2.27.5",
"del": "^6.0.0",
"eslint": "^7.32.0",
"eslint-loader": "^4.0.2",
"eslint-webpack-plugin": "^3.0.1",
"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": "^6.0.1",
"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.2.4",
"vinyl-named": "^1.1.0",
"webpack": "^5.53.0",
"webpack-stream": "^7.0.0"
},
"dependencies": {}
}