@canva/cli
Version:
The official Canva CLI.
90 lines (89 loc) • 2.38 kB
JSON
{
"private": true,
"name": "base",
"version": "1.0.0",
"description": "All other templates should use this as the base. create-app/create-app-steps looks at the canvaCliMetadata when patching the package json outputs",
"license": "SEE LICENSE IN LICENSE.md",
"author": "Canva Pty Ltd.",
"dependencies": {
"@canva/app-ui-kit": "^4.10.0",
"@canva/asset": "^2.2.1",
"@canva/design": "^2.7.0",
"@canva/error": "^2.1.0",
"@canva/platform": "^2.2.0",
"@canva/user": "^2.1.1",
"cookie-parser": "1.4.7",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@canva/cli": ">= 0.0.1-beta.13 < 0.0.2",
"@ngrok/ngrok": "1.5.1",
"@svgr/webpack": "8.1.0",
"@types/debug": "4.1.12",
"@types/express": "4.17.21",
"@types/express-serve-static-core": "5.0.6",
"@types/jest": "29.5.14",
"@types/jsonwebtoken": "9.0.10",
"@types/node": "20.19.2",
"@types/node-fetch": "2.6.12",
"@types/node-forge": "1.3.11",
"@types/nodemon": "1.19.6",
"@types/prompts": "2.4.9",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/webpack-env": "1.18.8",
"chalk": "4.1.2",
"cli-table3": "0.6.5",
"css-loader": "7.1.2",
"css-modules-typescript-loader": "4.0.1",
"cssnano": "7.0.7",
"debug": "4.4.1",
"dotenv": "16.6.0",
"exponential-backoff": "3.1.2",
"express": "4.21.2",
"express-basic-auth": "1.2.1",
"jest": "29.7.0",
"jsonwebtoken": "9.0.2",
"jwks-rsa": "3.2.0",
"mini-css-extract-plugin": "2.9.2",
"node-fetch": "3.3.2",
"node-forge": "1.3.1",
"nodemon": "3.0.1",
"open": "8.4.2",
"postcss-loader": "8.1.1",
"prettier": "3.6.2",
"prompts": "2.4.2",
"style-loader": "4.0.0",
"terser-webpack-plugin": "5.3.14",
"tree-kill": "1.2.2",
"ts-jest": "29.4.0",
"ts-loader": "9.5.2",
"ts-node": "10.9.2",
"typescript": "5.8.2",
"url-loader": "4.1.1",
"webpack": "5.99.9",
"webpack-cli": "6.0.1",
"webpack-dev-server": "5.2.2",
"yargs": "17.7.2"
},
"keywords": [
"canva-apps-sdk"
],
"engines": {
"node": "^18 || ^20.10.0",
"npm": "^9 || ^10"
},
"canvaCliMetadata": {
"metaFields": [
"name",
"version"
],
"inheritable": [
"author",
"license",
"engines",
"keywords"
]
}
}