This repository has been archived by the owner on Sep 4, 2023. It is now read-only.
forked from studiopress/atomic-blocks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.54 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
{
"name": "lsx-blocks",
"version": "1.3.3",
"private": true,
"scripts": {
"start": "cgb-scripts start",
"build": "cgb-scripts build",
"eject": "cgb-scripts eject",
"makepot": "wp i18n make-pot . languages/lsx-blocks.pot --include=src,dist/getting-started",
"compile:css": "sass src/styles/deprecated.scss dist/deprecated.css"
},
"dependencies": {
"@wordpress/api-fetch": "^6.0.0",
"@wordpress/block-library": "^8.17.0",
"@wordpress/data": "^9.10.0",
"@wordpress/edit-post": "^7.17.0",
"@wordpress/element": "^5.0.0",
"@wordpress/html-entities": "^3.1.0",
"@wordpress/i18n": "^4.1.0",
"@wordpress/plugins": "^6.8.0",
"babel-preset-es2015": "^6.24.1",
"cgb-scripts": "1.23.1",
"classnames": "^2.2.6",
"cryptiles": "^4.1.3",
"deep-extend": "^0.6.0",
"har-validator": "^5.1.5",
"hex-to-rgba": "^2.0.1",
"hoek": "^6.1.3",
"lazysizes": "^5.2.2",
"lodash": "^4.17.20",
"lodash.assign": "^4.2.0",
"md5": "^2.3.0",
"moment": "^2.27.0",
"node-sass": "^9.0.0",
"querystringify": "^2.2.0",
"randomatic": "^3.1.1",
"re-resizable": "^6.5.4",
"react": "18.2.0",
"react-lazy-load": "^4.0.0",
"react-lazyload": "^3.0.0",
"react-slick": "^0.29.0",
"slick-carousel": "^1.8.1",
"sshpk": "^1.16.1",
"styled-components": "^6.0.0"
},
"devDependencies": {
"@wordpress/babel-plugin-makepot": "^5.0.0",
"babel-cli": "^6.26.0",
"babel-loader": "^9.0.0",
"babel-plugin-lodash": "^3.3.4",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.24.1",
"grunt-wp-i18n": "^1.0.3",
"sass": "^1.51.0"
}
}