-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
74 lines (74 loc) · 2.24 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
{
"name": "@wcpos/settings",
"scripts": {
"build": "NODE_ENV=production ../../node_modules/.bin/webpack",
"start": "../../node_modules/.bin/webpack --watch"
},
"dependencies": {
"@tanstack/react-query": "^4.24.10",
"@transifex/native": "^5.1.0",
"@transifex/react": "^5.1.0",
"@wordpress/api-fetch": "6.25.0",
"@wordpress/components": "^23.5.0",
"@wordpress/element": "5.5.0",
"@wordpress/url": "3.29.0",
"classnames": "2.3.2",
"lodash": "4.17.21",
"react": "18.2.0",
"react-beautiful-dnd": "13.1.1",
"react-dom": "18.2.0",
"react-error-boundary": "3.1.4"
},
"devDependencies": {
"@babel/core": "7.21.0",
"@babel/plugin-transform-runtime": "7.21.0",
"@babel/preset-env": "7.20.2",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.21.0",
"@babel/runtime": "7.21.0",
"@svgr/webpack": "6.5.1",
"@tanstack/react-query-devtools": "^4.26.1",
"@transifex/cli": "^5.1.0",
"@types/jest": "29.4.0",
"@types/lodash": "4.14.191",
"@types/react": "18.0.28",
"@types/react-beautiful-dnd": "13.1.3",
"@types/react-dom": "18.0.11",
"@types/wordpress__components": "^23.0.1",
"@typescript-eslint/eslint-plugin": "5.54.0",
"@typescript-eslint/parser": "5.54.0",
"@wcpos/eslint-config": "*",
"@wordpress/env": "5.13.0",
"autoprefixer": "10.4.13",
"babel-loader": "9.1.2",
"css-loader": "6.7.3",
"css-minimizer-webpack-plugin": "^4.2.2",
"file-loader": "6.2.0",
"fork-ts-checker-webpack-plugin": "7.3.0",
"html-webpack-plugin": "5.5.0",
"husky": "8.0.3",
"jest": "29.4.3",
"jsdoc": "4.0.2",
"mini-css-extract-plugin": "2.7.2",
"node-sass": "8.0.0",
"npm-run-all": "4.1.5",
"postcss": "8.4.21",
"postcss-cli": "10.1.0",
"postcss-loader": "7.0.2",
"prettier": "2.8.4",
"sass-loader": "13.2.0",
"style-loader": "3.3.1",
"tailwindcss": "3.2.7",
"terser-webpack-plugin": "5.3.6",
"typescript": "4.9.5",
"webpack": "5.75.0",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-cli": "5.0.1",
"webpack-livereload-plugin": "3.0.2",
"wp-hookdoc": "0.2.0"
},
"packageManager": "[email protected]",
"eslintConfig": {
"extends": "@wcpos/eslint-config"
}
}