-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.98 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.98 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
56
57
58
59
60
61
62
63
64
65
{
"name": "michel-blocks",
"version": "1.0.2",
"description": "Gutenberg Blocks for LDC2020 Theme",
"scripts": {
"start": "webpack --mode=development",
"watch": "webpack --mode=production --watch",
"build": "webpack --mode=production",
"new-block": "node ./generate.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@react-google-maps/api": "^1.8.0",
"@wordpress/blocks": "^6.7.2",
"axios": "0.19.1",
"bootstrap": "^4.4.1",
"es6-promise": "^4.2.8",
"isotope-layout": "^3.0.6",
"react": "^16.8.6",
"react-baidu-maps": "1.0.11",
"react-bootstrap": "^1.0.0-beta.16",
"url-search-params-polyfill": "8.0.0",
"react-device-detect": "1.11.14",
"react-dom": "^16.8.6",
"react-player": "1.14.2",
"react-select": "^3.0.8"
},
"devDependencies": {
"@babel/cli": "^7.7.5",
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.0.0",
"@wordpress/browserslist-config": "^2.3.0",
"@wordpress/components": "^8.3.2",
"@wordpress/editor": "^9.7.3",
"autoprefixer": "^9.5.1",
"babel-loader": "^8.0.5",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "^2.2.2",
"browserslist": "^4.5.4",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^2.1.1",
"css-vars-ponyfill": "^2.1.2",
"file-loader": "^5.0.2",
"generate-template-files": "2.2.0",
"mini-css-extract-plugin": "^0.6.0",
"node-sass": "^4.13.1",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"progress-bar-webpack-plugin": "^1.12.1",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"url-loader": "^3.0.0",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0"
},
"browserslist": [
"extends @wordpress/browserslist-config"
]
}