forked from effector/effector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
136 lines (136 loc) · 4.24 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "effector-dev",
"version": "0.0.1",
"description": "The state manager",
"private": true,
"scripts": {
"integration": "sh integrations/webpack/run.sh",
"browserstack": "npx jest --config='src/browserstack/jest.config.js' --runInBand",
"build:bs": "bsb -make-world",
"test": "npx jest --config=jest.config.js",
"coverage": "COVERAGE=yes jest --config=jest.config.js",
"bench": "node --expose-gc bench/bench.test.js",
"build": "node tools/build",
"test:watch": "npx jest --config=jest.config.js --watch",
"doc:update-readme": "npx doctoc README.md"
},
"author": "Zero Bias",
"license": "MIT",
"dependencies": {
"symbol-observable": "^1.2.0"
},
"maintainers": [
{
"name": "Zero Bias",
"email": "ribkatt@gmail.com"
}
],
"repository": "https://github.com/zerobias/effector",
"alias": {
"effector": "./src/effector/index.js",
"effector-react": "./src/react",
"effector-vue": "./src/vue",
"effector-dom": "./src/dom",
"@effector/forms": "./src/forms",
"@effector/redux-adapter": "./src/redux"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/helper-plugin-utils": "^7.8.3",
"@babel/parser": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-export-namespace-from": "^7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/preset-flow": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"@babel/preset-typescript": "^7.8.3",
"@babel/traverse": "^7.8.3",
"@glennsl/bs-jest": "^0.4.9",
"@rollup/plugin-alias": "^3.0.0",
"@rollup/plugin-typescript": "^2.1.0",
"@testing-library/react": "^9.3.2",
"@types/babel-core": "^6.25.6",
"@types/chroma-js": "^1.4.3",
"@types/connect": "^3.4.33",
"@types/core-js": "^2.5.2",
"@types/jest": "^24.9.0",
"@types/react": "^16.9.19",
"@wdio/cli": "^5.18.6",
"ast-types": "^0.13.2",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^25.1.0",
"babel-literal-to-ast": "^2.1.0",
"babel-plugin-module-resolver": "^3.2.0",
"benchmark": "^2.1.4",
"browserstack-local": "^1.4.4",
"bs-platform": "^5.0.3",
"chalk": "^2.4.2",
"chroma-js": "^2.1.0",
"core-js": "^3.6.4",
"cross-env": "^6.0.3",
"cross-fetch": "^3.0.4",
"dotenv": "^8.2.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-flowtype": "^4.6.0",
"eslint-plugin-jest": "^23.6.0",
"eslint-plugin-react": "^7.18.0",
"eslint-plugin-react-hooks": "^2.3.0",
"execa": "^1.0.0",
"faker": "^4.1.0",
"flow-bin": "^0.116.1",
"fs-extra": "^7.0.1",
"funland": "^0.1.5",
"funland-laws": "^0.1.5",
"jest": "^25.1.0",
"jest-enzyme": "^7.1.2",
"js-yaml": "^3.13.1",
"jsdom": "^16.0.1",
"jsverify": "^0.8.4",
"most": "^1.7.3",
"now": "^16.6.2",
"prettier": "^1.19.1",
"prettier-eslint": "^9.0.1",
"prettier-eslint-cli": "^5.0.0",
"pretty-hrtime": "^1.0.3",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-test-renderer": "^16.12.0",
"react-testing-library": "^7.0.0",
"reason-react": "^0.7.0",
"recast": "^0.18.5",
"redux": "^4.0.5",
"rimraf": "^2.6.3",
"rollup": "^1.29.1",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-bucklescript": "^0.7.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-gzip": "^2.2.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-size-snapshot": "^0.10.0",
"rollup-plugin-terser": "^5.2.0",
"rollup-plugin-visualizer": "^3.3.1",
"rxjs": "^6.5.4",
"serve": "^11.3.0",
"sharp": "^0.24.0",
"terser": "^4.6.3",
"typescript": "^3.7.5",
"viz.js": "^2.1.2",
"vue": "^2.6.11",
"webdriverio": "^5.18.6"
},
"engines": {
"node": ">=10.x"
}
}