forked from neos/neos-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.56 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
{
"description": "Root package + shared dev dependencies for @neos-project packages, managed by yarn",
"repository": "neos/neos-ui",
"bugs": "https://github.com/neos/neos-ui/issues",
"homepage": "https://github.com/neos/neos-ui/blob/master/README.md",
"license": "GNU GPLv3",
"version": "8.2.14",
"private": true,
"resolutions": {
"moment": "^2.20.1",
"vfile-message": "^2.0.2",
"[email protected]": "patch:isemail@npm:3.2.0#./patches/isemail-npm-3.2.0-browserified.patch",
"[email protected]": "patch:react-codemirror2@npm:7.2.1#./patches/react-codemirror2-npm-7.2.1-browserified.patch"
},
"scripts": {
"lint": "tsc --noemit"
},
"engines": {
"node": "~16"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@neos-project/build-essentials": "workspace:*",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"check-dependencies": "^1.0.1",
"cpx": "^1.3.1",
"cross-env": "^6.0.3",
"editorconfig-checker": "^4.0.2",
"esbuild": "^0.15.10",
"esbuild-style-plugin": "^1.6.0",
"eslint": "^8.27.0",
"eslint-plugin-jest": "^27.1.5",
"jest": "^27.0.0",
"rimraf": "^2.5.4",
"sass": "^1.55.0",
"stylelint": "^13.7.2",
"testcafe": "^2.1.0",
"testcafe-browser-provider-saucelabs": "^1.9.0",
"testcafe-react-selectors": "^5.0.2",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.15.0",
"tslint-react": "^3.6.0",
"typescript": "^4.6.4"
},
"workspaces": [
"packages/*"
],
"packageManager": "[email protected]"
}