-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.49 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
{
"name": "intl-helper-cli",
"version": "1.0.3",
"description": "",
"main": "index.js",
"bin": "lib/cli.js",
"scripts": {
"build": "babel src -d lib -x .ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/cli": "^7.15.7",
"@babel/code-frame": "^7.15.8",
"@babel/core": "^7.15.8",
"@babel/generator": "^7.15.8",
"@babel/parser": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@babel/register": "^7.15.3",
"@babel/template": "^7.15.4",
"@babel/traverse": "^7.15.4",
"@babel/types": "^7.15.6",
"@types/babel__generator": "^7.6.3",
"@types/babel__template": "^7.4.1",
"@types/glob": "^7.2.0",
"@types/md5": "^2.3.1",
"@types/prettier": "^2.4.2",
"@types/qs": "^6.9.7",
"@types/ramda": "^0.27.62",
"commander": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
"fs-extra": "^10.0.0",
"glob": "^7.2.0",
"jsonp-client": "^1.2.2",
"md5": "^2.3.0",
"prettier": "^2.5.1",
"qs": "^6.10.1",
"ramda": "^0.27.1",
"typescript": "^4.5.2"
},
"devDependencies": {
"@types/babel__traverse": "^7.14.2",
"@types/fs-extra": "^9.0.13",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"eslint": "^8.3.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.3"
}
}