-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.74 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
{
"name": "channel-event",
"version": "3.4.0",
"main": "lib/index.js",
"module": "lib/index.js",
"repository": "[email protected]:zpxp/channel-event.git",
"author": "brendo",
"license": "MIT",
"files": [
"dist/**/*",
"lib/**/*"
],
"keywords": [
"events",
"async",
"channel-event",
"pub sub",
"saga"
],
"scripts": {
"analyze": "source-map-explorer dist/js/main.*",
"build": "yarn install && node scripts/build.js",
"prepare": "install-peers -f",
"test": "node scripts/test.js --passWithNoTests --forceExit --runInBand",
"new-version-patch": " yarn version --new-version patch",
"new-version": " yarn version"
},
"peerDependencies": {},
"sideEffects": false,
"devDependencies": {
"@babel/preset-env": "^7.16.11",
"@types/jest": "^27.4.0",
"@types/node": "^17.0.17",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"babel-jest": "^27.5.1",
"chalk": "2.4.1",
"css-loader": "^6.6.0",
"eslint": "^8.9.0",
"eslint-plugin-react": "^7.28.0",
"eslint-webpack-plugin": "^3.1.1",
"file-loader": "^6.2.0",
"fs": "^0.0.1-security",
"fs-extra": "^10.0.0",
"install-peers-cli": "^2.2.0",
"jest": "^27.5.1",
"jest-pnp-resolver": "^1.2.2",
"jest-resolve": "^27.5.1",
"jsdom": "^19.0.0",
"mini-css-extract-plugin": "^2.5.3",
"node-fetch": "^3.2.0",
"node-sass": "^7.0.1",
"path": "^0.12.7",
"pnp-webpack-plugin": "1.4.1",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^6.2.1",
"postcss-preset-env": "^7.3.3",
"sass-loader": "^12.4.0",
"source-map-loader": "^3.0.1",
"terser-webpack-plugin": "^5.3.1",
"ts-jest": "^27.1.3",
"ts-loader": "^9.2.6",
"typescript": "^4.5.5",
"webpack": "^5.68.0"
},
"dependencies": {}
}