-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.21 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
{
"name": "jetpack-connection-manager-ui",
"version": "2.4.18-alpha",
"description": "Jetpack Connection Manager UI",
"main": "_inc/admin.jsx",
"repository": {
"type": "git",
"url": "https://github.com/Automattic/jetpack",
"directory": "projects/packages/connection-ui"
},
"author": "Automattic",
"license": "GPL-2.0-or-later",
"scripts": {
"build": "pnpm run clean && pnpm run build-client && pnpm run validate",
"build-client": "webpack",
"clean": "rm -rf build/",
"validate": "pnpm exec validate-es build/",
"watch": "pnpm run build && webpack watch"
},
"browserslist": "extends @wordpress/browserslist-config",
"dependencies": {
"@automattic/jetpack-api": "^0.13",
"@automattic/jetpack-connection": "^0.21",
"@wordpress/data": "7.0.0"
},
"devDependencies": {
"@automattic/jetpack-webpack-config": "^1.3",
"@babel/core": "7.18.13",
"@babel/preset-env": "7.18.10",
"@babel/register": "7.18.9",
"@babel/runtime": "7.18.9",
"@wordpress/browserslist-config": "5.0.0",
"@wordpress/data": "7.0.0",
"@wordpress/i18n": "4.16.0",
"jest": "28.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"sass": "1.43.3",
"sass-loader": "12.4.0",
"webpack": "5.72.1",
"webpack-cli": "4.9.1"
}
}