forked from tdeekens/flopflip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
151 lines (151 loc) · 5.51 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
{
"private": true,
"name": "flopflip",
"description": "Monorepository for flipflop and its projects e.g. react-redux, react and the wrapper",
"scripts": {
"postinstall": "check-node-version --package --print",
"develop": "jest --projects .jestrc.*.json --watch",
"lint": "jest --config .jestrc.lint.json --maxWorkers 5",
"type-check": "tsc --noEmit",
"format": "npm run format:ts && npm run format:md && npm run format:yaml",
"format:ts": "jest --config .jestrc.prettier.json",
"format:md": "prettier --parser markdown --write '**/*.md'",
"format:yaml": "prettier --parser yaml --write '**/*.{yml,yaml}'",
"fix:eslint": "eslint --fix --format=node_modules/eslint-formatter-pretty",
"test": "cross-env NODE_ENV=test jest --config .jestrc.test.json",
"test:sizes": "bundlesize",
"test:ci": "cross-env NODE_ENV=test yarn test --no-watchman --maxWorkers 5 --no-cache",
"test:ci:coverage": "cross-env NODE_ENV=test yarn test:ci --coverage && codecov",
"test:watch": "cross-env NODE_ENV=test yarn test --watch",
"test:coverage": "cross-env NODE_ENV=test yarn test --coverage",
"build": "cross-env NODE_ENV=production lerna run build",
"build:watch": "cross-env NODE_ENV=development lerna run --parallel build:watch",
"release": "cross-env NODE_ENV=production npm run build && lerna publish --registry=https://registry.npmjs.org/",
"release:latest": "npm run release -- --dist-tag latest",
"release:next": "npm run release -- --dist-tag next --exact --canary --preid next --yes",
"release:mv": "lerna exec --no-bail --no-private --no-sort --stream -- '[ -n \"$(npm v . dist-tags.next)\" ] && npm dist-tag add ${LERNA_PACKAGE_NAME}@$(npm v . dist-tags.next) latest'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tdeekens/flopflip.git"
},
"author": "Tobias Deekens <nerd@tdeekens.name>",
"license": "MIT",
"engines": {
"node": ">=6",
"npm": ">=3"
},
"bugs": {
"url": "https://github.com/tdeekens/flopflip/issues"
},
"homepage": "https://github.com/tdeekens/flopflip#readme",
"devDependencies": {
"@babel/cli": "7.6.0",
"@babel/core": "7.6.0",
"@babel/plugin-external-helpers": "7.2.0",
"@babel/plugin-proposal-class-properties": "7.5.5",
"@babel/plugin-proposal-export-default-from": "7.5.2",
"@babel/plugin-proposal-export-namespace-from": "7.5.2",
"@babel/plugin-proposal-object-rest-spread": "7.5.5",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/plugin-transform-destructuring": "7.6.0",
"@babel/plugin-transform-modules-commonjs": "7.6.0",
"@babel/plugin-transform-react-constant-elements": "7.6.0",
"@babel/plugin-transform-regenerator": "7.4.5",
"@babel/plugin-transform-runtime": "7.6.0",
"@babel/polyfill": "7.6.0",
"@babel/preset-env": "7.6.0",
"@babel/preset-react": "7.0.0",
"@babel/preset-typescript": "7.6.0",
"@commercetools/jest-enzyme-matchers": "1.1.2",
"@commitlint/cli": "8.1.0",
"@commitlint/config-conventional": "8.1.0",
"@types/jest": "24.0.18",
"@types/node": "12.7.5",
"@typescript-eslint/eslint-plugin": "2.1.0",
"@typescript-eslint/parser": "2.1.0",
"babel-eslint": "10.0.3",
"babel-jest": "24.9.0",
"babel-plugin-transform-dynamic-import": "2.1.0",
"bundlesize": "0.18.0",
"check-node-version": "4.0.1",
"core-js": "3.2.1",
"cross-env": "5.2.1",
"eslint": "6.4.0",
"eslint-config-prettier": "6.3.0",
"eslint-config-xo": "0.26.0",
"eslint-config-xo-react": "0.20.0",
"eslint-config-xo-typescript": "0.18.0",
"eslint-formatter-pretty": "2.1.1",
"eslint-plugin-jest": "22.17.0",
"eslint-plugin-prettier": "3.1.0",
"eslint-plugin-react": "7.14.3",
"eslint-plugin-react-hooks": "2.0.1",
"husky": "3.0.5",
"lerna": "3.16.4",
"lint-staged": "9.2.5",
"mri": "1.1.4",
"prettier": "1.18.2",
"raf": "3.4.1",
"read-pkg-up": "6.0.0",
"regenerator-runtime": "0.13.3",
"replace": "1.1.1",
"rimraf": "3.0.0",
"rollup": "1.21.0",
"rollup-plugin-babel": "4.3.3",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-filesize": "6.1.1",
"rollup-plugin-includepaths": "0.2.3",
"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-terser": "5.1.1",
"rollup-watch": "4.3.1",
"ts-jest": "24.0.2",
"typescript": "3.6.2"
},
"keywords": [
"react",
"redux",
"feature-flags",
"feature-toggles",
"LaunchDarkly",
"HoC",
"store-enhancer"
],
"workspaces": [
"packages/*"
],
"bundlesize": [
{
"path": "./packages/launchdarkly-adapter/dist/@flopflip-launchdarkly-adapter.es.js",
"threshold": "2.5Kb"
},
{
"path": "./packages/localstorage-adapter/dist/@flopflip-localstorage-adapter.es.js",
"threshold": "900B"
},
{
"path": "./packages/memory-adapter/dist/@flopflip-memory-adapter.es.js",
"threshold": "600B"
},
{
"path": "./packages/splitio-adapter/dist/@flopflip-splitio-adapter.es.js",
"threshold": "95Kb"
},
{
"path": "./packages/react/dist/@flopflip-react.es.js",
"threshold": "4.5Kb"
},
{
"path": "./packages/react-broadcast/dist/@flopflip-react-broadcast.umd.min.js",
"threshold": "3.75Kb"
},
{
"path": "./packages/react-redux/dist/@flopflip-react-redux.umd.min.js",
"threshold": "3.75Kb"
}
]
}