{
"name": "@qiskit/platypus",
"version": "0.1.1",
"description": "Project Platypus",
"repository": "https://github.com/Qiskit/platypus",
"license": "Apache-2.0",
"main": "server/app.ts",
"scripts": {
"clean:studio": "rimraf node_modules/@mathigon/studio/public",
"clean:public": "rimraf public",
"clean:work": "rimraf working",
"clean": "npm-run-all --parallel clean:studio clean:public clean:work",
"build:vue": "cross-env VUE_CLI_SERVICE_CONFIG_PATH=./frontend/vue/vue.config.js vue-cli-service build --target lib --name textbooklib --dest public/lib frontend/vue/main.ts",
"build:nb": "ts-node -s converter/converter.ts",
"build:studio": "mgon-build --assets --minify --search",
"build": "npm-run-all build:nb build:vue build:studio",
"watch:vue": "cross-env VUE_CLI_SERVICE_CONFIG_PATH=./frontend/vue/vue.config.js vue-cli-service build --no-clean --watch --target lib --name textbooklib --dest public/lib frontend/vue/main.ts",
"watch:studio": "mgon-build --assets --watch",
"watch": "npm-run-all --parallel watch:vue watch:studio",
"start": "ts-node --transpile-only -I public -P server/tsconfig.json server/app.ts",
"start-dev": "nodemon --watch 'server/**/*.ts' --exec 'ts-node --files -I public -P server/tsconfig.json server/app.ts'",
"dev": "npm-run-all --parallel watch start-dev",
"thumbnails": "mgon-build --thumbnails",
"screenshots": "mgon-screenshots --output screenshots",
"patch": "patch-package",
"postbuild:studio": "ts-node -s converter/postbuild.ts",
"postinstall": "patch-package",
"prepare": "npx simple-git-hooks",
"cy:open": "cypress open",
"cy:run": "cypress run",
"test": "start-server-and-test start :8080/health cy:run",
"test:debug": "start-server-and-test start :8080/health cy:open",
"test:nb:meta": "python3 ./scripts/content_checks/blips.py && python3 ./scripts/content_checks/nb_metadata.py && python3 ./scripts/content_checks/nb_svg.py",
"test:nb:pylint": "./scripts/content_checks/nb_pylint.sh",
"test:nb:vale": "python3 ./scripts/content_checks/nb_vale.py",
"test:nb:fix": "python3 ./scripts/content_checks/nb_metadata.py --fix && python3 ./scripts/content_checks/nb_svg.py --fix",
"test:nb": "npm run test:nb:pylint && npm run test:nb:meta && python3 ./scripts/content_checks/nb_vale.py --CI",
"setup:secrets": "mgon-secrets"
},
"nano-staged": {
"*.{ts,tsx}": "eslint",
"*.ipynb": [
"python3 ./scripts/content_checks/nb_metadata.py --fix",
"python3 ./scripts/content_checks/nb_svg.py --fix"
]
},
"simple-git-hooks": {
"pre-commit": "./node_modules/.bin/nano-staged"
},
"engines": {
"node": ">=14 <16.18.0"
},
"dependencies": {
"@carbon/colors": "^10.36.0",
"@carbon/icons-vue": "~10.48.0",
"@carbon/themes": "^11.11.0",
"@carbon/vue": "^2.44.1",
"@ckeditor/ckeditor5-build-classic": "^34.2.0",
"@ckeditor/ckeditor5-vue": "^4.0.1",
"@codemirror/lang-python": "^6.0.4",
"@github/clipboard-copy-element": "^1.1.2",
"@ibm/plex": "^6.1.1",
"@jupyter-widgets/html-manager": "^0.20.1",
"@jupyter-widgets/jupyterlab-manager": "^3.1.0",
"@jupyterlab/mathjax2": "^3.5.0",
"@jupyterlab/outputarea": "^3.5.0",
"@jupyterlab/rendermime": "^3.5.0",
"@jupyterlab/services": "^6.5.0",
"@lumino/widgets": "^1.34.1",
"@mathigon/boost": "^1.1.1",
"@mathigon/euclid": "^1.1.1",
"@mathigon/studio": "0.1.16",
"@qiskit-community/qiskit-vue": "^3.4.0",
"@qiskit/web-components": "^0.9.2",
"@webcomponents/webcomponentsjs": "^2.6.0",
"carbon-components": "~10.58.3",
"carbon-web-components": "^1.21.0",
"class-validator": "^0.13.2",
"codemirror": "^6.0.1",
"got": "^11.8.5",
"lit-element": "^2.5.1",
"lodash": "^4.17.21",
"markdown-it": "^12.2.0",
"mathjax-full": "^3.2.2",
"mathjs": "^10.6.4",
"mongodb": "4.3.1",
"nanoid": "^3.3.4",
"patch-package": "^6.4.7",
"pino": "^7.11.0",
"pino-http": "^7.1.0",
"pino-pretty": "^7.6.1",
"ts-node": "9.1.1",
"typescript": "4.5.5",
"vue": "~3.1.5",
"vue-class-component": "^8.0.0-rc",
"vue-router": "4.0.12",
"vuedraggable": "^4.1.0",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "^10.0.0",
"@types/bcryptjs": "2.4.2",
"@types/codemirror": "^5.60.5",
"@types/express-flash": "0.0.2",
"@types/fs-extra": "^9.0.13",
"@types/jsdom": "^16.2.15",
"@types/lodash": "^4.14.189",
"@types/markdown-it": "^12.2.1",
"@types/node-fetch": "^2.6.2",
"@types/pug": "2.0.6",
"@types/validator": "13.7.10",
"@vue/cli-plugin-typescript": "4.5.19",
"@vue/cli-service": "4.5.19",
"@vue/compiler-sfc": "~3.1.5",
"axe-core": "^4.4.3",
"cross-env": "^7.0.3",
"cypress": "^9.7.0",
"cypress-axe": "^0.14.0",
"cypress-wait-until": "^1.7.2",
"eslint": "^8.11.0",
"fs-extra": "^10.0.0",
"js-yaml": "^4.1.0",
"jsdom": "^19.0.0",
"nano-staged": "^0.8.0",
"node-sass": "^6.0.0",
"nodemon": "^2.0.20",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"sass-loader": "^10.2.1",
"sass-mq": "^6.0.0",
"simple-git-hooks": "^2.8.1",
"start-server-and-test": "^1.14.0",
"tslib": "^2.3.1",
"vue-demi": "^0.12.1"
}
}