-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.38 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
{
"name": "wp-bingo",
"version": "1.1.1",
"author": "Miguel Estrada",
"description": "WP Bingo game plugin",
"license": "MIT",
"main": "wp-bingo.php",
"repository": {
"type": "git",
"url": "https://github.com/mae829/wp-bingo"
},
"keywords": [
"wordpress",
"bingo"
],
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/register": "^7.9.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"browser-sync": "^2.26.7",
"del": "^5.1.0",
"eslint-config-wordpress": "^2.0.0",
"eslint-loader": "^3.0.3",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean-css": "^4.3.0",
"gulp-eslint": "^6.0.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.0.2",
"gulp-sass-lint": "^1.4.0",
"gulp-stylelint": "^13.0.0",
"node-sass": "^4.13.1",
"stylelint": "^13.2.1",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-declaration-use-variable": "^1.7.2",
"stylelint-media-use-custom-media": "^1.0.0",
"stylelint-order": "^4.0.0",
"stylelint-scss": "^3.16.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"vinyl-named": "^1.1.0",
"webpack-stream": "^5.2.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp": "gulp"
}
}