forked from olcxjas-softworks/LarpixClient
Add capacitorjs runtime
This commit is contained in:
parent
d0ece489ee
commit
f90c0e6c40
8362 changed files with 1502407 additions and 1 deletions
79
node_modules/@trapezedev/project/package.json
generated
vendored
Normal file
79
node_modules/@trapezedev/project/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,79 @@
|
|||
{
|
||||
"name": "@trapezedev/project",
|
||||
"version": "7.1.3",
|
||||
"description": "Trapeze mobile configuration API for managing projects through code",
|
||||
"author": "Ionic Team <hi@ionic.io> (https://ionicframework.com) ",
|
||||
"license": "SEE LICENSE",
|
||||
"private": false,
|
||||
"files": [
|
||||
"dist",
|
||||
"README.md"
|
||||
],
|
||||
"scripts": {
|
||||
"clean": "rimraf ./dist",
|
||||
"build": "npm run clean && tsc",
|
||||
"watch": "tsc -w",
|
||||
"test": "jest"
|
||||
},
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
"dependencies": {
|
||||
"@ionic/utils-fs": "^3.1.5",
|
||||
"@ionic/utils-subprocess": "^2.1.8",
|
||||
"@prettier/plugin-xml": "^2.2.0",
|
||||
"@trapezedev/gradle-parse": "7.1.3",
|
||||
"@xmldom/xmldom": "^0.7.5",
|
||||
"conventional-changelog": "^3.1.4",
|
||||
"cross-spawn": "^7.0.3",
|
||||
"diff": "^5.1.0",
|
||||
"env-paths": "^3.0.0",
|
||||
"gradle-to-js": "^2.0.0",
|
||||
"ini": "^2.0.0",
|
||||
"kleur": "^4.1.5",
|
||||
"lodash": "^4.17.21",
|
||||
"mergexml": "^1.2.3",
|
||||
"plist": "^3.0.4",
|
||||
"prettier": "^2.7.1",
|
||||
"prompts": "^2.4.2",
|
||||
"replace": "^1.1.0",
|
||||
"tempy": "^1.0.1",
|
||||
"tmp": "^0.2.1",
|
||||
"ts-node": "^10.2.1",
|
||||
"xcode": "^3.0.1",
|
||||
"xml-js": "^1.6.11",
|
||||
"xpath": "^0.0.32",
|
||||
"yargs": "^17.2.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/ionic-team/capacitor-configure.git"
|
||||
},
|
||||
"jest": {
|
||||
"preset": "ts-jest",
|
||||
"testTimeout": 30000,
|
||||
"moduleFileExtensions": [
|
||||
"ts",
|
||||
"tsx",
|
||||
"js",
|
||||
"mjs"
|
||||
],
|
||||
"testMatch": [
|
||||
"**/test/**/*.test.(ts|tsx|js|mjs)"
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/cross-spawn": "^6.0.2",
|
||||
"@types/diff": "^5.0.2",
|
||||
"@types/fs-extra": "^9.0.13",
|
||||
"@types/ini": "^1.3.31",
|
||||
"@types/jest": "^27.0.2",
|
||||
"@types/lodash": "^4.14.175",
|
||||
"@types/plist": "^3.0.2",
|
||||
"@types/slice-ansi": "^5.0.0",
|
||||
"jest": "^27.2.5",
|
||||
"rimraf": "^3.0.2",
|
||||
"ts-jest": "^27.0.7",
|
||||
"typescript": "^4.4.4"
|
||||
},
|
||||
"gitHead": "3b4f9f02d6a74247a5606fe1c0688c9a1ec3fd4b"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue