forked from pluginpal/strapi-webtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.15 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "@strapi-community/strapi-plugin-url-alias",
"version": "1.0.0-alpha.3",
"description": "Unique, autogenerated URL paths.",
"strapi": {
"displayName": "URL alias",
"name": "url-alias",
"icon": "path",
"description": "Unique, autogenerated URL paths.",
"required": false,
"kind": "plugin"
},
"scripts": {
"eslint": "eslint --max-warnings=0 './**/*.{js,jsx}'",
"eslint:fix": "eslint --fix './**/*.{js,jsx}'",
"test:unit": "jest --verbose",
"plugin:install": "yarn install && rm -rf node_modules/@strapi/helper-plugin"
},
"dependencies": {},
"author": {
"name": "Boaz Poolman",
"email": "[email protected]",
"url": "https://github.com/boazpoolman"
},
"maintainers": [
{
"name": "Boaz Poolman",
"email": "[email protected]",
"url": "https://github.com/boazpoolman"
}
],
"files": [
"admin",
"server",
"strapi-admin.js",
"strapi-server.js"
],
"peerDependencies": {
"@strapi/strapi": "^4.0.0"
},
"devDependencies": {
"@fortawesome/react-fontawesome": "^0.1.16",
"@strapi/design-system": "^1.2.0",
"@strapi/helper-plugin": "^4.2.3",
"@strapi/icons": "^1.2.0",
"@strapi/strapi": "^4.2.3",
"@strapi/utils": "^4.2.3",
"babel-eslint": "9.0.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-react-app": "^3.0.7",
"eslint-import-resolver-webpack": "^0.11.0",
"eslint-loader": "2.1.1",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-flowtype": "2.50.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^2.3.0",
"jest": "^26.0.1",
"jest-cli": "^26.0.1",
"jest-styled-components": "^7.0.2",
"lodash": "^4.17.11",
"react": "^17.0.2",
"react-intl": "^5.20.12",
"styled-components": "^5.2.3"
},
"bugs": {
"url": "https://github.com/strapi-community/strapi-plugin-url-alias/issues"
},
"homepage": "https://github.com/strapi-community/strapi-plugin-url-alias#readme",
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
},
"license": "MIT"
}