-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
60 lines (60 loc) · 1.89 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
51
52
53
54
55
56
57
58
59
60
{
"name": "@neos-project/redirecthandler-ui",
"version": "1.0.0",
"description": "React UI for managing redirects in Neos CMS",
"license": "GNU GPLv3",
"author": "Contributors of the Neos Project - www.neos.io",
"private": true,
"engines": {
"node": ">=16"
},
"scripts": {
"watch": "yarn workspace @neos-project/redirecthandler-ui-app watch",
"build": "yarn workspace @neos-project/redirecthandler-ui-app build",
"lint": "eslint Resources/Private/JavaScript/**/* && stylelint Resources/Private/Styles/**/*.scss"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neos/redirecthandler-ui.git"
},
"bugs": {
"url": "https://github.com/neos/redirecthandler-ui/issues"
},
"homepage": "https://github.com/neos/redirecthandler-ui#readme",
"workspaces": [
"Resources/Private/JavaScript"
],
"dependencies": {
"@neos-project/redirecthandler-ui-app": "*"
},
"devDependencies": {
"@neos-project/eslint-config-neos": "^2.3.0",
"@parcel/reporter-bundle-analyzer": "^2.8.3",
"@parcel/transformer-typescript-tsc": "^2.8.2",
"@parcel/transformer-typescript-types": "2.8.3",
"@parcel/transformer-sass": "2.8.3",
"@types/node": "^18.11.15",
"@types/react": "^18.0.27",
"@types/react-datepicker": "^2.9.5",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"parcel": "^2.8.3",
"prettier": "^2.8.1",
"stylelint": "^14.16.1",
"stylelint-config-recommended-scss": "^8.0.0",
"stylelint-prettier": "^2.0.0",
"stylelint-scss": "^4.3.0",
"typescript": "^4.9.4"
},
"browserslist": [
"> 0.5%",
"last 2 versions",
"not dead"
]
}