-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.28 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
{
"name": "fractal-typo3",
"version": "1.1.0",
"author": "Joschi Kuphal <[email protected]> (https://jkphl.is)",
"description": "TYPO3 bridge for the Fractal component library tool",
"homepage": "https://github.com/tollwerk/fractal-typo3",
"repository": {
"type": "git",
"url": "https://github.com/tollwerk/fractal-typo3.git"
},
"license": "MIT",
"engines": {
"node": ">= 4.0"
},
"main": "index.js",
"scripts": {
"lint": "eslint index.js lib/**/*.js"
},
"files": [
"docs",
"lib",
"res"
],
"keywords": [
"fractal",
"fractal-adapter",
"fractal-plugin",
"frctl",
"typo3",
"fluid",
"extbase",
"typoscript"
],
"dependencies": {
"@frctl/fractal": "^1.5.2",
"@frctl/handlebars": "^1.2.5",
"chalk": "^4.1.0",
"dashify": "^2.0.0",
"delete-empty": "^3.0.0",
"mkdirp": "^1.0.4",
"request": "^2.88.2",
"request-promise": "^4.2.6"
},
"devDependencies": {
"eslint": "^7.17.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "^7.22.0"
}
}