forked from yarnpkg/berry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) Β· 2.76 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
{
"name": "@yarnpkg/monorepo",
"private": true,
"workspaces": [
"packages/*"
],
"dependencies": {
"@arcanis/sherlock": "^1.0.19",
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.3",
"@babel/plugin-proposal-class-properties": "^7.3.3",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"@babel/preset-typescript": "^7.3.3",
"@babel/register": "^7.5.5",
"@types/camelcase": "5.2.0",
"@types/chalk": "2.2.0",
"@types/cross-spawn": "6.0.0",
"@types/dateformat": "^1.0.1",
"@types/emscripten": "^1.38.0",
"@types/eslint": "4.16.6",
"@types/eventemitter3": "^2.0.2",
"@types/execa": "^0.9.0",
"@types/faker": "^4.1.4",
"@types/filesize": "4.1.0",
"@types/fs-extra": "^5.0.4",
"@types/git-url-parse": "9.0.0",
"@types/globby": "^8.0.0",
"@types/got": "^8.3.4",
"@types/inquirer": "^0.0.43",
"@types/joi": "^13.6.0",
"@types/lockfile": "^1.0.0",
"@types/lodash": "^4.14.136",
"@types/micromatch": "^3.1.0",
"@types/mkdirp": "^0.5.2",
"@types/node": "^10.12.0",
"@types/node-emoji": "^1.8.0",
"@types/node-fetch": "^2.1.2",
"@types/react": "^16.8.0",
"@types/react-redux": "^7.1.2",
"@types/redux-saga": "^0.10.5",
"@types/request": "^2.47.1",
"@types/semver": "^5.5.0",
"@types/ssri": "^6.0.1",
"@types/stream-to-promise": "^2.2.0",
"@types/supports-color": "^5.3.0",
"@types/tar": "^4.0.0",
"@types/tar-stream": "1.6.0",
"@types/tmp": "^0.0.33",
"@types/treeify": "^1.0.0",
"@types/tunnel": "^0.0.0",
"@types/webpack": "^4.32.1",
"@types/webpack-merge": "^4.1.5",
"@types/webpack-sources": "^0.1.5",
"@types/yup": "0.26.12",
"@typescript-eslint/eslint-plugin": "^1.7.0",
"@typescript-eslint/parser": "^1.6.0",
"@yarnpkg/pnpify": "workspace:2.0.0-rc.3",
"babel-jest": "^24.5.0",
"eslint": "^5.16.0",
"eslint-plugin-arca": "^0.9.0",
"eslint-plugin-react": "^7.14.3",
"github-api": "^3.2.2",
"jest": "^24.9.0",
"jest-environment-node": "^24.5.0",
"jest-junit": "^5.2.0",
"typescript": "^3.5.3"
},
"dependenciesMeta": {
"fsevents": {
"built": false
},
"svg2png": {
"unplugged": true
},
"webpack-cli": {
"built": false
}
},
"scripts": {
"gen-tssdk": "pnpify --sdk scripts",
"release:all": "./scripts/release.sh",
"test:lint": "eslint packages/*/sources/**/*.ts",
"test:unit": "jest"
},
"sherlock": {
"requireList": [
"scripts/actions/sherlock-prepare.js"
]
},
"nextVersion": {
"nonce": "6668117343518271"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]/yarnpkg/berry.git"
}
}