forked from effector/effector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
160 lines (160 loc) · 5.17 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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
{
"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",
"perfsnake": "npx parcel serve --no-hmr --no-autoinstall tools/perfsnake/index.html",
"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": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/node": "^7.5.5",
"@babel/parser": "^7.5.5",
"@babel/plugin-proposal-async-generator-functions": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-proposal-export-namespace-from": "^7.5.2",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/plugin-transform-block-scoping": "^7.5.5",
"@babel/plugin-transform-flow-strip-types": "^7.4.4",
"@babel/plugin-transform-for-of": "^7.4.4",
"@babel/plugin-transform-modules-commonjs": "^7.5.0",
"@babel/preset-env": "^7.5.5",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@babel/register": "^7.5.5",
"@babel/traverse": "^7.5.5",
"@glennsl/bs-jest": "^0.4.8",
"@goodmind/flow-js": "^0.98.0-flow.d6ea0363b-build.43872d4",
"@testing-library/react": "^9.1.3",
"@types/babel-core": "^6.25.6",
"@types/chroma-js": "^1.4.1",
"@types/connect": "^3.4.32",
"@types/core-js": "^2.5.0",
"@types/jest": "^24.0.18",
"@types/ws": "^6.0.1",
"@wdio/cli": "^5.11.5",
"ast-types": "^0.13.1",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-literal-to-ast": "^2.1.0",
"babel-plugin-macros": "^2.6.1",
"babel-plugin-module-resolver": "^3.2.0",
"benchmark": "^2.1.4",
"browserstack-local": "^1.4.2",
"bs-platform": "^5.0.3",
"chalk": "^2.4.2",
"chroma-js": "^2.0.3",
"core-js": "^3.2.1",
"cross-env": "^5.2.0",
"cross-fetch": "^3.0.2",
"dotenv": "^8.0.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.12.1",
"eslint": "^5.16.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-flowtype": "^3.6.1",
"eslint-plugin-jest": "^22.16.0",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^2.0.1",
"execa": "^1.0.0",
"faker": "^4.1.0",
"flow-bin": "^0.112.0",
"flowgen": "^1.8.2",
"fs-extra": "^7.0.1",
"immer": "^3.1.1",
"immutable": "^4.0.0-rc.12",
"jest": "^24.9.0",
"jest-circus": "^24.9.0",
"jest-enzyme": "^7.1.0",
"jest-runner-eslint": "^0.7.4",
"js-yaml": "^3.13.1",
"jsdom": "^15.0.0",
"jsdom-global": "^3.0.2",
"markdown-table": "^1.1.2",
"most": "^1.7.3",
"nodemon": "^1.18.11",
"now": "^15.0.8",
"parcel-bundler": "^1.12.3",
"prettier": "^1.18.2",
"prettier-eslint": "^9.0.0",
"prettier-eslint-cli": "^5.0.0",
"pretty-hrtime": "^1.0.3",
"raf": "^3.4.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-test-renderer": "^16.9.0",
"react-testing-library": "^7.0.0",
"reason-react": "^0.7.0",
"recast": "^0.18.1",
"redux": "^4.0.1",
"rimraf": "^2.6.3",
"rollup": "^1.16.2",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-bucklescript": "^0.7.0",
"rollup-plugin-commonjs": "^10.0.1",
"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.1.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-size-snapshot": "^0.9.0",
"rollup-plugin-terser": "^5.0.0",
"rollup-plugin-visualizer": "^2.4.3",
"rxjs": "^6.5.1",
"serve": "^11.1.0",
"sharp": "^0.22.1",
"shelljs": "^0.8.3",
"symbol-observable": "^1.2.0",
"terser": "^3.17.0",
"typescript": "^3.7.2",
"viz.js": "^2.1.2",
"vue": "^2.6.10",
"webdriverio": "^5.11.7",
"webpack-cli": "^3.3.1"
},
"maintainers": [
{
"name": "Zero Bias",
"email": "[email protected]"
},
{
"name": "goodmind",
"email": "[email protected]"
}
],
"repository": "https://github.com/zerobias/effector",
"alias": {
"effector": "./src/effector/index.js",
"effector-react": "./src/react",
"effector-vue": "./src/vue",
"@effector/forms": "./src/forms",
"@effector/redux-adapter": "./src/redux",
"effector/flags": "./src/effector/flags.prod"
},
"devDependencies": {
"@types/react": "^16.9.2",
"eslint-config-prettier": "^6.0.0",
"funland": "^0.1.5",
"funland-laws": "^0.1.5",
"jsverify": "^0.8.4"
}
}