forked from yarnpkg/berry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.6 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
{
"name": "@berry/monorepo",
"private": true,
"workspaces": [
"packages/*"
],
"dependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.3",
"@babel/plugin-proposal-class-properties": "^7.3.3",
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"@babel/preset-typescript": "^7.1.0",
"@types/dateformat": "^1.0.1",
"@types/emscripten": "^0.0.31",
"@types/eventemitter3": "^2.0.2",
"@types/execa": "^0.9.0",
"@types/faker": "^4.1.4",
"@types/fs-extra": "^5.0.4",
"@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.116",
"@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.4.14",
"@types/react-redux": "^6.0.9",
"@types/redux-saga": "^0.10.5",
"@types/request": "^2.47.1",
"@types/semver": "^5.5.0",
"@types/stream-to-promise": "^2.2.0",
"@types/supports-color": "^5.3.0",
"@types/tar": "^4.0.0",
"@types/tmp": "^0.0.33",
"@types/treeify": "^1.0.0",
"@types/tunnel": "^0.0.0",
"babel-jest": "^24.1.0",
"jest": "^24.1.0",
"jest-environment-node": "^24.0.0",
"jest-junit": "^5.2.0",
"jest-pnp-resolver": "^1.1.0",
"ts-node": "^7.0.1",
"typescript": "^3.3.3333"
},
"dependenciesMeta": {
"fsevents": {
"built": false
},
"webpack-cli": {
"built": false
}
},
"scripts": {
"test:unit": "jest"
}
}