-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 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
{
"name": "@gotoandplay/fractal-tsx-adapter",
"version": "0.13.0",
"description": "A React + TypeScript adapter for Fractal.",
"main": "src/index.js",
"scripts": {
"test": "npm run lint",
"lint": "eslint \"src/**/*.js\"",
"preversion": "npm run lint"
},
"repository": {
"type": "git",
"url": "https://github.com/gtap-dev/fractal-tsx-adapter.git"
},
"bugs": {
"url": "https://github.com/gtap-dev/fractal-tsx-adapter/issues"
},
"author": "Mihkel Eidast <mihkel@play.ee> (https://play.ee)",
"license": "MIT",
"dependencies": {
"callsite": "^1.0.0",
"lodash": "^4.17.20",
"react-jsx-parser": "^1.27.0",
"ts-node": "^9.0.0",
"tsconfig-paths": "^3.9.0"
},
"devDependencies": {
"@frctl/fractal": "^1.5.0",
"@types/react": "^16.9.56",
"@types/react-dom": "^16.9.9",
"eslint": "^7.13.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"typescript": "^4.0.5"
},
"peerDependencies": {
"@frctl/fractal": ">= 1.1.7 < 2",
"react": ">= 16.6.0",
"react-dom": ">= 16.6.0",
"typescript": ">= 2"
}
}