-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
56 lines (56 loc) · 1.48 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
{
"name": "react-native-oss-license",
"version": "0.7.0",
"description": "License list generator for react-native app",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:prod": "webpack --mode=production",
"build:dev": "webpack --mode=development",
"lint": "eslint 'src/**/*.ts'",
"lint:fix": "eslint 'src/**/*.ts' --fix",
"prepare": "npm run build:prod"
},
"bin": {
"react-native-oss-license": "./bin/react-native-oss-license.js"
},
"author": "k-tomoyasu",
"license": "MIT",
"keywords": [
"react-native",
"license"
],
"repository": {
"type": "git",
"url": "https://github.com/k-tomoyasu/react-native-oss-license"
},
"dependencies": {
"commander": "^4.0.0",
"fs-extra": "^8.1.0",
"glob": "^7.1.5",
"he": "^1.2.0",
"install": "^0.13.0",
"path": "^0.12.7",
"read-installed": "^4.0.3",
"yaml": "^2.2.2"
},
"devDependencies": {
"@types/fs-extra": "^8.0.1",
"@types/glob": "^7.1.1",
"@types/he": "^1.1.2",
"@types/node": "^12.12.5",
"@typescript-eslint/eslint-plugin": "^6.x",
"@typescript-eslint/parser": "^6.x",
"eslint": "^8.0.0",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-prettier": "^3.1.1",
"prettier": "^1.19.1",
"size-plugin": "^2.0.1",
"ts-loader": "^9.0.0",
"typescript": "^5.4.2",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-merge": "^4.2.2",
"yarn": "^1.19.1"
}
}