-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.65 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "wp-identigraf",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "webpack serve --hot -c assets-dev/webpack.config.ts",
"build": "webpack --mode=production -c assets-dev/webpack.config.ts",
"watch": "webpack watch --mode=development -c assets-dev/webpack.config.ts",
"lint": "eslint -f gha assets-dev",
"typecheck": "tsc --noEmit"
},
"keywords": [],
"author": "Myrotvorets <support@myrotvorets.center> (https://myrotvorets.center/)",
"license": "MIT",
"dependencies": {
"@preact/signals": "^2.0.0",
"@wordpress/api-fetch": "6.32.1",
"@wordpress/i18n": "4.35.1",
"bootstrap": "^5.3.3",
"react": "18.3.1",
"react-bootstrap": "^2.10.4",
"react-dom": "18.3.1",
"react-router-dom": "^7.0.0",
"yet-another-react-lightbox": "^3.21.4"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-transform-class-properties": "^7.25.4",
"@babel/plugin-transform-numeric-separator": "^7.24.7",
"@babel/plugin-transform-optional-chaining": "^7.24.8",
"@babel/plugin-transform-react-jsx": "^7.25.2",
"@babel/plugin-transform-typescript": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/preset-typescript": "^7.24.7",
"@myrotvorets/eslint-config-myrotvorets-ts": "^2.27.2",
"@myrotvorets/po2json": "^1.0.3",
"@types/node": "^22.5.0",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@wordpress/babel-plugin-makepot": "^6.6.0",
"@wordpress/eslint-plugin": "^22.0.0",
"autoprefixer": "^10.4.20",
"babel-loader": "^10.0.0",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^7.1.2",
"cssnano": "^7.0.5",
"eslint": "^8.56.0",
"eslint-formatter-gha": "^1.5.0",
"eslint-plugin-disable": "^2.0.3",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"mini-css-extract-plugin": "^2.9.1",
"postcss": "^8.4.41",
"postcss-loader": "^8.1.1",
"sass": "^1.77.8",
"sass-loader": "^16.0.1",
"style-loader": "^4.0.0",
"svgo-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.10",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"webpack": "^5.94.0",
"webpack-cli": "^6.0.0",
"webpack-dev-server": "^5.0.4",
"webpack-merge": "^6.0.1",
"webpack-remove-empty-scripts": "^1.0.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/myrotvorets/wp-plugin-identigraf.git"
},
"bugs": {
"url": "https://github.com/myrotvorets/wp-plugin-identigraf/issues"
},
"homepage": "https://github.com/myrotvorets/wp-plugin-identigraf#readme",
"description": "",
"overrides": {
"@types/react": "$@types/react",
"@types/react-dom": "$@types/react-dom"
}
}