-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 852 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 852 Bytes
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
{
"description": "Repeatable Field",
"license": "GNU GPLv3",
"private": true,
"scripts": {
"build": "node build.mjs --production",
"watch": "node build.mjs --watch",
"dev": "node build.mjs"
},
"devDependencies": {
"@formkit/auto-animate": "^0.9.0",
"@neos-project/neos-ui-extensibility": "^8.4.0",
"@neos-project/positional-array-sorter": "^8.4.0",
"array-move": "^4.0.0",
"carbon-neos-loadinganimation": "^1.2.0",
"clsx": "^2.1.1",
"esbuild": "^0.27.2",
"esbuild-plugin-lightningcss-modules": "^0.1.2",
"nanoid": "^5.1.6",
"prettier": "^3.7.4",
"prop-types": "^15.8.1",
"react-sortable-hoc": "^2.0.0"
},
"packageManager": "pnpm@10.28.0+sha512.05df71d1421f21399e053fde567cea34d446fa02c76571441bfc1c7956e98e363088982d940465fd34480d4d90a0668bc12362f8aa88000a64e83d0b0e47be48"
}