-
-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathpackage.json
55 lines (55 loc) · 1.38 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
{
"name": "rete-react-plugin",
"version": "2.0.7",
"description": "",
"scripts": {
"build": "rete build -c rete.config.ts",
"lint": "rete lint",
"doc": "rete doc --entries src/index.tsx"
},
"author": "Vitaliy Stoliarov",
"license": "MIT",
"keywords": [
"react",
"plugin",
"rete",
"Rete.js"
],
"homepage": "https://retejs.org",
"repository": {
"type": "git",
"url": "https://github.com/retejs/react-plugin.git"
},
"bugs": {
"url": "https://github.com/retejs/react-plugin/issues"
},
"peerDependencies": {
"react": "^16.8.6 || ^17 || ^18",
"react-dom": "^16.8.6 || ^17 || ^18",
"rete": "^2.0.1",
"rete-area-plugin": "^2.0.0",
"rete-render-utils": "^2.0.0",
"styled-components": "^5.3.6 || ^6"
},
"devDependencies": {
"@babel/preset-react": "^7.18.6",
"@rollup/plugin-commonjs": "^23.0.2",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/styled-components": "^5.1.26",
"eslint-plugin-react": "^7.35.0",
"globals": "^15.9.0",
"react": "^18.2.0",
"rete": "^2.0.1",
"rete-area-plugin": "^2.0.0",
"rete-cli": "~2.0.1",
"rete-render-utils": "^2.0.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-sass": "^1.2.2",
"styled-components": "^5.3.6"
},
"dependencies": {
"@babel/runtime": "^7.21.0",
"usehooks-ts": "^3.1.0"
}
}