-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
72 lines (72 loc) · 1.87 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
{
"name": "@fnpen/effector-devtools",
"version": "0.4.0",
"description": "Devtools for Effector",
"repository": "https://github.com/fnpen/effector-devtools",
"license": "MIT",
"keywords": [
"effector",
"devtools",
"development"
],
"main": "./index.js",
"type": "commonjs",
"typings": "./devtools.d.ts",
"scripts": {
"tscheck": "tsc --noEmit",
"start": "node scripts/server",
"build": "node scripts/build",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@fastify/deepmerge": "^1.3.0",
"clsx": "^1.2.1",
"deep-object-diff": "^1.1.9",
"diff2html": "^3.4.22",
"effector": "^22.5.0",
"effector-react": "^22.4.0",
"fast-clone": "^1.5.13",
"fast-memoize": "^2.5.2",
"highlight.js": "^11.7.0",
"json5": "^2.2.3",
"jsonpath-plus": "^7.2.0",
"line-awesome": "^1.3.0",
"lodash.debounce": "^4.0.8",
"p-limit": "^4.0.0",
"patronum": "^1.14.1",
"pretty-ms": "^8.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-fast-compare": "^3.2.0",
"react-hotkeys-hook": "^4.3.2",
"react-json-tree": "^0.17.0",
"react-use": "^17.4.0",
"react-virtuoso": "^3.1.5",
"rempl": "1.0.0-alpha.24",
"traverse": "^0.6.7"
},
"devDependencies": {
"@babel/core": "^7.20.7",
"@babel/helper-plugin-utils": "^7.20.2",
"@babel/types": "^7.20.7",
"@types/babel__helper-plugin-utils": "^7.10.0",
"@types/express": "^4.17.14",
"@types/lodash.debounce": "^4.0.7",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"autoprefixer": "^10.4.13",
"chokidar": "^3.5.3",
"esbuild": "^0.15.10",
"esbuild-plugin-svgr": "^1.0.1",
"postcss": "^8.4.20",
"postcss-preset-env": "^7.8.3",
"prettier": "^2.7.1",
"typescript": "^4.9.4"
},
"files": [
"dist",
"devtools.d.ts",
"babel-plugin.js",
"index.js"
]
}