-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
40 lines (40 loc) · 1.34 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
{
"private": true,
"scripts": {
"start": "npm install && npm run watch && npm run watch:form-extension",
"dev": "mix",
"watch": "mix watch",
"build": "mix --production && npm run build:form-extension",
"dev:form-extension": "wp-scripts build",
"watch:form-extension": "wp-scripts start",
"build:form-extension": "wp-scripts build",
"env": "wp-env"
},
"devDependencies": {
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/wordpress__block-editor": "^11.5.1",
"@types/wordpress__components": "^23.0.1",
"@types/wordpress__element": "^2.14.1",
"@types/wordpress__i18n": "^3.11.0",
"@wordpress/scripts": "^25.2.0",
"interweave": "^13.0.0",
"laravel-mix": "^6.0.34",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"resolve-url-loader": "^4.0.0",
"sass": "^1.43.3",
"sass-loader": "^12.2.0",
"ts-loader": "^9.2.6",
"typescript": "^4.5.4",
"typescript-plugin-css-modules": "^3.4.0",
"wp-pot": "^1.7.0",
"wp-textdomain": "^1.0.1"
},
"dependencies": {
"@givewp/form-builder-library": "^1.6.1",
"@wordpress/api-fetch": "^6.26.0",
"@wordpress/i18n": "^4.30.0",
"@wordpress/icons": "^9.32.0"
}
}