-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.64 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
{
"name": "google-sheets-map",
"version": "1.0.0",
"author": "Miguel Estrada",
"description": "Google Map with markers from Google Sheet data",
"license": "MIT",
"main": "index.php",
"keywords": [
"Google Maps",
"Google Sheets"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"scripts": "gulp scripts",
"styles": "gulp styles",
"dev": "gulp dev",
"build": "gulp build"
},
"dependencies": {
"@google/markerclusterer": "^2.0.9",
"papaparse": "^5.3.1"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.14.5",
"@babel/register": "^7.14.5",
"@wordpress/eslint-plugin": "^8.0.2",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"browser-sync": "^2.27.5",
"del": "^6.0.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-no-jquery": "^2.6.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": "^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.20.1",
"terser-webpack-plugin": "^5.1.1",
"vinyl-named": "^1.1.0",
"webpack": "^5.26.1",
"webpack-stream": "^6.1.2"
}
}