-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.31 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
{
"name": "create-rn-app",
"version": "1.0.6",
"description": "Create React Native app",
"main": "index.js",
"author": "",
"license": "ISC",
"bin": {
"create-rn-app": "./dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"dev": "ncc build ./index.ts -o dist/",
"release": "ncc build ./index.ts -o ./dist/ --minify --no-cache --no-source-map-register"
},
"devDependencies": {
"@types/async-retry": "^1.4.8",
"@types/cross-spawn": "^6.0.6",
"@types/ejs": "^3.1.5",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.14.202",
"@types/node": "^20.9.4",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.6",
"@types/tar": "^6.1.10",
"@types/validate-npm-package-name": "^4.0.2",
"@vercel/ncc": "^0.34.0",
"async-retry": "^1.3.3",
"async-sema": "^3.1.1",
"commander": "2.20.3",
"conf": "10.2.0",
"cross-spawn": "^7.0.3",
"ejs": "^3.1.9",
"eslint": "^8.54.0",
"eslint-config-universe": "^12.0.0",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"got": "^10.7.0",
"lodash": "^4.17.21",
"picocolors": "^1.0.0",
"prettier": "^3.1.0",
"prompts": "^2.4.2",
"semver": "^7.5.4",
"tar": "^6.2.0",
"typescript": "^5.3.2",
"update-check": "^1.5.4",
"validate-npm-package-name": "^5.0.0"
}
}