-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
70 lines (70 loc) · 2.43 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
60
61
62
63
64
65
66
67
68
69
70
{
"name": "carbon-fields-leaflet-map",
"version": "1.0.0",
"scripts": {
"start": "npm run development -- --watch",
"build": "npm run development && npm run production",
"development": "cross-env NODE_ENV=development webpack --mode development",
"production": "cross-env NODE_ENV=production webpack --mode production",
"release": "node release.js"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-syntax-async-generators": "^7.8.4",
"@babel/plugin-syntax-jsx": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.4",
"@babel/preset-env": "^7.23.5",
"@babel/preset-react": "^7.23.3",
"@types/leaflet": "^1.9.8",
"@wordpress/babel-plugin-makepot": "^5.31.0",
"@wordpress/browserslist-config": "^5.30.0",
"assert": "^2.1.0",
"autoprefixer": "^10.4.16",
"babel-loader": "^9.1.3",
"babel-plugin-module-resolver": "^5.0.0",
"callbag-basics": "^4.0.0",
"cross-env": "^7.0.3",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"mini-css-extract-plugin": "^2.7.6",
"node-sass": "^9.0.0",
"postcss-loader": "^7.3.3",
"postcss-preset-env": "^9.3.0",
"replace-in-file": "^7.0.2",
"sass-loader": "^13.3.2",
"sass-resources-loader": "^2.2.5",
"terser-webpack-plugin": "^5.3.9",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@babel/runtime": "^7.23.5",
"@ronilaukkarinen/stylelint-a11y": "^1.2.7",
"@ronilaukkarinen/stylelint-declaration-strict-value": "^1.9.2",
"@ronilaukkarinen/stylelint-value-no-unknown-custom-properties": "^4.0.1",
"@wordpress/compose": "^6.24.0",
"@wordpress/data": "^9.17.0",
"@wordpress/element": "^5.24.0",
"@wordpress/hooks": "^3.47.0",
"@wordpress/i18n": "^4.47.0",
"callbag-of": "^2.0.1",
"classnames": "^2.3.2",
"leaflet": "^1.9.4",
"leaflet-geosearch": "^3.11.0",
"lodash": "^4.17.21",
"observe-resize": "^1.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-leaflet": "^4.2.1",
"refract-callbag": "^5.0.0-rc.0",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "^11.1.0",
"stylelint-file-max-lines": "^1.0.0",
"stylelint-order": "^6.0.3",
"stylelint-rem-over-px": "^1.0.1"
}
}