-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.25 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
{
"name": "@givewp/form-builder-library",
"version": "1.7.0",
"description": "An assortment of components and hooks for working in the GiveWP Form Builder",
"type": "module",
"main": "build/index.js",
"types": "build/index.d.ts",
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/impress-org/form-builder-library.git"
},
"scripts": {
"build": "rollup -c"
},
"dependencies": {
"@wordpress/components": "^25.10.0",
"@wordpress/compose": "^6.21.0",
"@wordpress/element": "^5.21.0",
"react-beautiful-dnd": "^13.1.1",
"react-currency-input-field": "^3.6.11"
},
"peerDependencies": {
"@wordpress/components": "^25.10.0",
"@wordpress/compose": "^6.21.0",
"@wordpress/element": "^5.21.0",
"react-beautiful-dnd": "^13.1.1",
"react-currency-input-field": "^3.6.11"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.5",
"@types/react": "^18.2.67",
"@types/react-beautiful-dnd": "^13.1.7",
"node-sass": "^9.0.0",
"postcss": "^8.4.32",
"rollup": "^4.7.0",
"rollup-plugin-postcss": "^4.0.2",
"typescript": "^5.3.3"
}
}