-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
128 lines (128 loc) · 4.72 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "wp-special-textboxes",
"version": "6.0.0",
"description": "Special Text Boxes for Wordpress",
"main": "Application.js",
"author": "Konstantin Leonov aka minimus",
"license": "MIT",
"scripts": {
"build-dev": "DEV='dev' webpack --config webpack.main.config.js",
"build-production": "webpack --config webpack.main.config.js",
"makeAdminStyles": "postcss css-dev/stb-admin.scss -o plugin/css/stb-admin.css",
"makeCoreStyles": "postcss css-dev/stb-core.scss -o plugin/css/stb-core.css",
"makeCommonStyles": "postcss css-dev/stb-common.scss -o plugin/css/stb-common.css",
"makeColorsStyles": "postcss css-dev/stb-colors.scss -o plugin/css/stb-colors.css",
"startMySQL": "docker run --name stb6-mysql -d mysql:latest",
"startAdminer": "docker run --link stb6-mysql:db -p 8080:8080 adminer",
"buildBlock": "wp-scripts build --webpack-src-dir=js-src/editor/block --output-path=plugin/js/block"
},
"browserslist": [
">1%",
"last 4 versions",
"Firefox ESR",
"not ie < 9"
],
"dependencies": {
"@emotion/react": "11.9.0",
"@emotion/styled": "11.8.1",
"@minimus/simplelib-ui-kit": "0.1.6",
"@mui/icons-material": "5.8.3",
"@mui/material": "5.8.3",
"@mui/styled-engine": "npm:@mui/styled-engine-sc@latest",
"@wordpress/blocks": "11.9.0",
"@wordpress/block-editor": "9.2.0",
"@wordpress/components": "19.12.0",
"@wordpress/element": "4.8.0",
"@wordpress/i18n": "4.10.0",
"classnames": "2.3.1",
"notistack": "2.0.5",
"react": "18.1.0",
"react-color": "2.19.3",
"react-dom": "18.1.0",
"react-redux": "8.0.2",
"react-router-dom": "6.3.0",
"redux": "4.2.0",
"redux-devtools-extension": "2.13.9",
"redux-thunk": "2.4.1",
"styled-components": "5.3.5"
},
"devDependencies": {
"@babel/cli": "7.17.6",
"@babel/core": "7.17.9",
"@babel/plugin-proposal-decorators": "7.17.9",
"@babel/plugin-proposal-export-default-from": "7.16.7",
"@babel/plugin-proposal-export-namespace-from": "7.16.7",
"@babel/plugin-proposal-logical-assignment-operators": "7.16.7",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.16.7",
"@babel/plugin-proposal-optional-chaining": "7.16.7",
"@babel/plugin-proposal-pipeline-operator": "7.16.7",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-react-constant-elements": "7.17.6",
"@babel/plugin-transform-react-inline-elements": "7.16.7",
"@babel/plugin-transform-runtime": "7.17.0",
"@babel/preset-env": "7.16.11",
"@babel/preset-flow": "7.16.7",
"@babel/preset-react": "7.16.7",
"@babel/register": "7.17.7",
"@types/eslint": "8.4.2",
"@types/node": "17.0.31",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.3",
"@types/styled-components": "5.1.25",
"@typescript-eslint/eslint-plugin": "5.22.0",
"@typescript-eslint/parser": "5.22.0",
"@wordpress/scripts": "23.2.0",
"autoprefixer": "10.4.7",
"babel-eslint": "10.1.0",
"babel-jest": "27.5.1",
"babel-loader": "8.2.4",
"babel-minify-webpack-plugin": "0.3.1",
"babel-plugin-styled-components": "2.0.7",
"babel-plugin-transform-object-hasown": "1.1.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"babel-preset-react-app": "10.0.1",
"cssnano": "5.1.9",
"eslint": "7.32.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-prettier": "8.3.0",
"eslint-import-resolver-node": "0.3.6",
"eslint-import-resolver-typescript": "2.7.1",
"eslint-loader": "4.0.2",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-css-modules": "2.11.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react-hooks": "4.3.0",
"pixrem": "5.0.0",
"pleeease-filters": "4.0.0",
"postcss": "8.4.14",
"postcss-calc": "8.2.4",
"postcss-cli": "9.1.0",
"postcss-color-function": "4.1.0",
"postcss-custom-media": "8.0.0",
"postcss-custom-properties": "12.1.7",
"postcss-custom-selectors": "6.0.0",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-import": "14.1.0",
"postcss-loader": "7.0.0",
"postcss-media-minmax": "5.0.0",
"postcss-nested": "5.0.6",
"postcss-nesting": "10.1.7",
"postcss-pseudoelements": "5.0.0",
"postcss-selector-matches": "4.0.0",
"postcss-selector-not": "5.0.0",
"postcss-syntax": "0.36.2",
"prettier": "2.6.2",
"source-map-loader": "3.0.1",
"sugarss": "4.0.1",
"terser-webpack-plugin": "5.3.1",
"ts-loader": "9.3.0",
"typescript": "4.6.4",
"webpack": "5.72.1",
"webpack-assets-manifest": "5.1.0",
"webpack-cli": "4.9.2"
}
}