@canva/create-app
Version:
A command line tool for creating Canva Apps.
89 lines (88 loc) • 2.35 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.7.1",
"@canva/asset": "^2.1.0",
"@canva/design": "^2.3.0",
"@canva/error": "^2.1.0",
"@canva/platform": "^2.1.0",
"@canva/user": "^2.1.0",
"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.4.1",
"@svgr/webpack": "8.1.0",
"@types/debug": "4.1.12",
"@types/express": "4.17.21",
"@types/express-serve-static-core": "4.19.6",
"@types/jest": "29.5.14",
"@types/jsonwebtoken": "9.0.7",
"@types/node": "20.10.0",
"@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.5",
"chalk": "4.1.2",
"cli-table3": "0.6.5",
"css-loader": "7.1.2",
"css-modules-typescript-loader": "4.0.1",
"cssnano": "7.0.6",
"debug": "4.4.0",
"dotenv": "16.4.7",
"exponential-backoff": "3.1.1",
"express": "4.21.2",
"express-basic-auth": "1.2.1",
"jest": "29.7.0",
"jsonwebtoken": "9.0.2",
"jwks-rsa": "3.1.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.4.2",
"prompts": "2.4.2",
"style-loader": "4.0.0",
"terser-webpack-plugin": "5.3.11",
"ts-jest": "29.2.5",
"ts-loader": "9.5.2",
"ts-node": "10.9.2",
"typescript": "5.5.4",
"url-loader": "4.1.1",
"webpack": "5.97.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.2.0",
"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"
]
}
}