-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.52 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
{
"name": "grigora-kit",
"version": "1.4.0",
"description": "Your only requirement to create a beautiful website. Import from many prebuilt templates, or build with scratch from blocks.",
"author": "Latracal Solutions",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"start": "concurrently --kill-others \"gulp\" \"wp-scripts start src/index.js --output-path=build\"",
"build": "wp-scripts build src/index.js --output-path=build",
"format": "wp-scripts format ./src",
"lint:php": "vendor\\bin\\phpcs",
"lint:php:fix": "vendor\\bin\\phpcbf",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip"
},
"devDependencies": {
"@wordpress/scripts": "^24.1.0",
"concurrently": "^7.3.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"react-ace": "^10.1.0",
"react-particles": "^2.1.4",
"sass": "^1.52.3",
"wp-scripts": "^0.0.1-security"
},
"dependencies": {
"@wordpress/dom-ready": "^3.18.0",
"@wordpress/icons": "^9.8.0",
"array-move": "^4.0.0",
"classnames": "^2.3.1",
"gulp-minify": "^3.1.0",
"html-react-parser": "^2.0.0",
"is-svg": "^4.3.2",
"lodash": "^4.17.21",
"react-countdown": "^2.3.2",
"react-countup": "^6.3.0",
"react-multi-select-component": "^4.3.3",
"react-sortable-hoc": "^2.0.0",
"react-responsive-masonry": "^2.1.6",
"react-tabs": "^4.2.1",
"tsparticles": "^2.1.4",
"webfontloader": "^1.6.28"
}
}