-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.08 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-store",
"version": "1.1.2",
"main": "lib/index.js",
"repository": "https://github.com/zpxp/channel-store.git",
"author": "brendo",
"license": "MIT",
"files": [
"dist/**/*",
"lib/**/*"
],
"keywords": [
"channel-event",
"store",
"redux"
],
"scripts": {
"analyze": "source-map-explorer dist/js/main.*",
"build": "yarn install && node scripts/build.js",
"test": "node scripts/test.js --passWithNoTests",
"new-version-patch": " yarn version --new-version patch",
"new-version": " yarn version",
"prepare": "install-peers -f"
},
"sideEffects": false,
"devDependencies": {
"@babel/core": "7.4.3",
"@babel/plugin-proposal-class-properties": "7.4.0",
"@babel/plugin-proposal-decorators": "7.4.0",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/preset-env": "7.4.3",
"@babel/preset-react": "7.0.0",
"@babel/preset-typescript": "7.3.3",
"@types/jest": "24.0.11",
"@types/node": "11.13.4",
"@types/webpack": "4.4.27",
"babel": "6.23.0",
"babel-core": "6.26.3",
"babel-jest": "24.7.1",
"babel-loader": "8.0.5",
"babel-polyfill": "6.26.0",
"chalk": "2.4.2",
"css-loader": "2.1.1",
"file-loader": "3.0.1",
"fs": "0.0.1-security",
"fs-extra": "7.0.1",
"install-peers-cli": "^2.2.0",
"jest": "24.7.1",
"jest-pnp-resolver": "1.2.1",
"jest-resolve": "24.7.1",
"jsdom": "14.0.0",
"mini-css-extract-plugin": "0.6.0",
"node-sass": "4.12.0",
"path": "0.12.7",
"pnp-webpack-plugin": "1.4.1",
"postcss-flexbugs-fixes": "4.1.0",
"postcss-loader": "3.0.0",
"postcss-preset-env": "6.6.0",
"sass-loader": "7.1.0",
"terser-webpack-plugin": "1.2.3",
"ts-loader": "5.3.3",
"typescript": "3.4.3",
"webpack": "4.30.0"
},
"peerDependencies": {
"channel-event": "^3.1.*"
}
}