forked from airbnb/ts-migrate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.4 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
{
"name": "ts-migrate",
"version": "0.0.0",
"repository": {
"type": "git",
"url": "https://github.com/airbnb/ts-migrate.git",
"directory": "packages/ts-migrate-server"
},
"bugs": {
"url": "https://github.com/airbnb/ts-migrate/issues"
},
"private": true,
"description": "ts-migrate monorepo",
"scripts": {
"bootstrap": "lerna bootstrap",
"build": "lerna run build",
"lint": "lerna run lint",
"test": "lerna run test"
},
"devDependencies": {
"@types/eslint": "^7.2.2",
"@types/jest": "^26.0.9",
"@types/jscodeshift": "^0.6.3",
"@types/json5": "0.0.30",
"@types/node": "^9.6.55",
"@types/react": "^16.9.16",
"@types/rimraf": "^2.0.3",
"@types/yargs": "^13.0.3",
"@typescript-eslint/eslint-plugin": "^4.9.0",
"@typescript-eslint/parser": "^4.9.0",
"babel-jest": "^26.3.0",
"eslint": "^7.14.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.2.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"glob": "^7.1.6",
"jest": "^26.4.0",
"lerna": "^3.22.1",
"prettier": "^2.2.1",
"react": "^16.12.0",
"rimraf": "^3.0.0",
"ts-jest": "^26.3.0",
"typescript": "4.1.2"
},
"workspaces": [
"packages/*"
],
"license": "MIT"
}