-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.24 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 2.24 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
66
67
{
"name": "templatiq",
"version": "0.0.3",
"main": "webpack.config.js",
"author": "wpWax",
"license": "(GPL-3.0)",
"scripts": {
"start": "wp-scripts start",
"start:hot": "wp-scripts start --hot",
"format": "wp-scripts format ./src",
"minify": "wp-scripts build",
"compress": "webpack --config tools/webpack.compress.js",
"git-compress": "webpack --config tools/webpack.compress.git.js",
"fixtextdomain": "grunt fixtextdomain",
"build:unminify": "yarn start --no-watch && yarn fixtextdomain && composer build && yarn compress",
"build": "yarn minify && composer build && grunt build && yarn compress",
"git-build": "yarn start --no-watch && grunt build && yarn git-compress",
"git-production-build": "yarn minify && grunt build && yarn git-compress"
},
"devDependencies": {
"@wordpress/e2e-test-utils": "^5.4.10",
"@wordpress/env": "^8.9.0",
"@wordpress/eslint-plugin": "^14.11.0",
"@wordpress/jest-puppeteer-axe": "^6.9.0",
"@wordpress/scripts": "^26.3.0",
"cross-env": "^7.0.3",
"eslint-plugin-jest": "^27.2.3",
"filemanager-webpack-plugin": "^8.0.0",
"grunt": "^1.6.1",
"grunt-bumpup": "^0.6.3",
"grunt-checktextdomain": "^1.0.1",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-rtlcss": "^2.0.2",
"grunt-text-replace": "^0.4.0",
"grunt-wp-i18n": "^1.0.3",
"grunt-wp-readme-to-markdown": "^2.0.1",
"jest-silent-reporter": "^0.5.0",
"load-grunt-tasks": "^5.1.0",
"prettier": "npm:wp-prettier@^2.2.1-beta-1",
"rtlcss-webpack-plugin": "^4.0.6",
"webpack": "^5.88.2"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.15.4",
"@szhsin/react-accordion": "^1.2.3",
"@wordpress/api-fetch": "^6.44.0",
"@wordpress/components": "^25.14.0",
"@wordpress/data": "^9.16.0",
"@wordpress/element": "^5.21.0",
"@wordpress/hooks": "^3.45.0",
"@wordpress/html-entities": "^3.38.0",
"@wordpress/i18n": "^4.41.0",
"@wordpress/url": "^3.42.0",
"canvas-confetti": "^1.9.0",
"copy-webpack-plugin": "^12.0.2",
"qs": "^6.10.2",
"react-inlinesvg": "^3.0.2",
"react-lottie-player": "^1.5.4",
"react-paginate": "^8.2.0",
"react-router-dom": "^6.21.1",
"styled-components": "^6.1.0"
}
}