This repository was archived by the owner on Aug 22, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.59 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.59 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
{
"name": "transcoder",
"scripts": {
"build": "cross-env BABEL_ENV=default NODE_ENV=production webpack --mode production --progress",
"dev-test": "cross-env BABEL_ENV=default NODE_ENV=development webpack",
"dev": "cross-env BABEL_ENV=default webpack --watch --mode development --progress"
},
"devDependencies": {
"@babel/core": "7.26.9",
"@babel/eslint-parser": "7.26.8",
"@babel/plugin-transform-object-rest-spread": "7.25.9",
"@babel/plugin-transform-react-jsx": "7.25.9",
"@babel/plugin-transform-runtime": "7.26.9",
"@babel/preset-env": "7.26.9",
"@types/babel__plugin-transform-runtime": "7.9.5",
"@types/babel__preset-env": "7.10.0",
"autoprefixer": "10.4.20",
"babel-loader": "^9.2.1",
"babel-plugin-lodash": "3.3.4",
"classnames": "2.5.1",
"cross-env": "^7.0.3",
"diff": "7.0.0",
"eslint": "9.21.0",
"eslint-config-wordpress": "2.0.0",
"eslint-plugin-jest": "28.11.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-wordpress": "git+https://github.com/WordPress-Coding-Standards/eslint-plugin-wordpress.git",
"glob": "^11.0.1",
"grunt": "^1.6.1",
"grunt-checktextdomain": "^1.0.1",
"grunt-contrib-cssmin": "5.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-postcss": "0.9.0",
"grunt-wp-i18n": "1.0.3",
"jest": "29.7.0",
"load-grunt-tasks": "5.1.0",
"postcss": "8.5.3",
"postcss-cli": "11.0.0",
"serialize-javascript": "6.0.2",
"terser-webpack-plugin": "5.3.11",
"webpack": "5.98.0",
"webpack-cli": "6.0.1"
},
"dependencies": {
"@wordpress/api-fetch": "7.18.0"
}
}