Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quantum-kittens
GitHub Repository: quantum-kittens/platypus
Path: blob/main/package.json
3328 views
1
{
2
"name": "@qiskit/platypus",
3
"version": "0.1.1",
4
"description": "Project Platypus",
5
"repository": "https://github.com/Qiskit/platypus",
6
"license": "Apache-2.0",
7
"main": "server/app.ts",
8
"scripts": {
9
"clean:studio": "rimraf node_modules/@mathigon/studio/public",
10
"clean:public": "rimraf public",
11
"clean:work": "rimraf working",
12
"clean": "npm-run-all --parallel clean:studio clean:public clean:work",
13
"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",
14
"build:nb": "ts-node -s converter/converter.ts",
15
"build:studio": "mgon-build --assets --minify --search",
16
"build": "npm-run-all build:nb build:vue build:studio",
17
"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",
18
"watch:studio": "mgon-build --assets --watch",
19
"watch": "npm-run-all --parallel watch:vue watch:studio",
20
"start": "ts-node --transpile-only -I public -P server/tsconfig.json server/app.ts",
21
"start-dev": "nodemon --watch 'server/**/*.ts' --exec 'ts-node --files -I public -P server/tsconfig.json server/app.ts'",
22
"dev": "npm-run-all --parallel watch start-dev",
23
"thumbnails": "mgon-build --thumbnails",
24
"screenshots": "mgon-screenshots --output screenshots",
25
"patch": "patch-package",
26
"postbuild:studio": "ts-node -s converter/postbuild.ts",
27
"postinstall": "patch-package",
28
"prepare": "npx simple-git-hooks",
29
"cy:open": "cypress open",
30
"cy:run": "cypress run",
31
"test": "start-server-and-test start :8080/health cy:run",
32
"test:debug": "start-server-and-test start :8080/health cy:open",
33
"test:nb:meta": "python3 ./scripts/content_checks/blips.py && python3 ./scripts/content_checks/nb_metadata.py && python3 ./scripts/content_checks/nb_svg.py",
34
"test:nb:pylint": "./scripts/content_checks/nb_pylint.sh",
35
"test:nb:vale": "python3 ./scripts/content_checks/nb_vale.py",
36
"test:nb:fix": "python3 ./scripts/content_checks/nb_metadata.py --fix && python3 ./scripts/content_checks/nb_svg.py --fix",
37
"test:nb": "npm run test:nb:pylint && npm run test:nb:meta && python3 ./scripts/content_checks/nb_vale.py --CI",
38
"setup:secrets": "mgon-secrets"
39
},
40
"nano-staged": {
41
"*.{ts,tsx}": "eslint",
42
"*.ipynb": [
43
"python3 ./scripts/content_checks/nb_metadata.py --fix",
44
"python3 ./scripts/content_checks/nb_svg.py --fix"
45
]
46
},
47
"simple-git-hooks": {
48
"pre-commit": "./node_modules/.bin/nano-staged"
49
},
50
"engines": {
51
"node": ">=14 <16.18.0"
52
},
53
"dependencies": {
54
"@carbon/colors": "^10.36.0",
55
"@carbon/icons-vue": "~10.48.0",
56
"@carbon/themes": "^11.11.0",
57
"@carbon/vue": "^2.44.1",
58
"@ckeditor/ckeditor5-build-classic": "^34.2.0",
59
"@ckeditor/ckeditor5-vue": "^4.0.1",
60
"@codemirror/lang-python": "^6.0.4",
61
"@github/clipboard-copy-element": "^1.1.2",
62
"@ibm/plex": "^6.1.1",
63
"@jupyter-widgets/html-manager": "^0.20.1",
64
"@jupyter-widgets/jupyterlab-manager": "^3.1.0",
65
"@jupyterlab/mathjax2": "^3.5.0",
66
"@jupyterlab/outputarea": "^3.5.0",
67
"@jupyterlab/rendermime": "^3.5.0",
68
"@jupyterlab/services": "^6.5.0",
69
"@lumino/widgets": "^1.34.1",
70
"@mathigon/boost": "^1.1.1",
71
"@mathigon/euclid": "^1.1.1",
72
"@mathigon/studio": "0.1.16",
73
"@qiskit-community/qiskit-vue": "^3.4.0",
74
"@qiskit/web-components": "^0.9.2",
75
"@webcomponents/webcomponentsjs": "^2.6.0",
76
"carbon-components": "~10.58.3",
77
"carbon-web-components": "^1.21.0",
78
"class-validator": "^0.13.2",
79
"codemirror": "^6.0.1",
80
"got": "^11.8.5",
81
"lit-element": "^2.5.1",
82
"lodash": "^4.17.21",
83
"markdown-it": "^12.2.0",
84
"mathjax-full": "^3.2.2",
85
"mathjs": "^10.6.4",
86
"mongodb": "4.3.1",
87
"nanoid": "^3.3.4",
88
"patch-package": "^6.4.7",
89
"pino": "^7.11.0",
90
"pino-http": "^7.1.0",
91
"pino-pretty": "^7.6.1",
92
"ts-node": "9.1.1",
93
"typescript": "4.5.5",
94
"vue": "~3.1.5",
95
"vue-class-component": "^8.0.0-rc",
96
"vue-router": "4.0.12",
97
"vuedraggable": "^4.1.0",
98
"xml2js": "^0.4.23"
99
},
100
"devDependencies": {
101
"@nuxtjs/eslint-config-typescript": "^10.0.0",
102
"@types/bcryptjs": "2.4.2",
103
"@types/codemirror": "^5.60.5",
104
"@types/express-flash": "0.0.2",
105
"@types/fs-extra": "^9.0.13",
106
"@types/jsdom": "^16.2.15",
107
"@types/lodash": "^4.14.189",
108
"@types/markdown-it": "^12.2.1",
109
"@types/node-fetch": "^2.6.2",
110
"@types/pug": "2.0.6",
111
"@types/validator": "13.7.10",
112
"@vue/cli-plugin-typescript": "4.5.19",
113
"@vue/cli-service": "4.5.19",
114
"@vue/compiler-sfc": "~3.1.5",
115
"axe-core": "^4.4.3",
116
"cross-env": "^7.0.3",
117
"cypress": "^9.7.0",
118
"cypress-axe": "^0.14.0",
119
"cypress-wait-until": "^1.7.2",
120
"eslint": "^8.11.0",
121
"fs-extra": "^10.0.0",
122
"js-yaml": "^4.1.0",
123
"jsdom": "^19.0.0",
124
"nano-staged": "^0.8.0",
125
"node-sass": "^6.0.0",
126
"nodemon": "^2.0.20",
127
"npm-run-all": "^4.1.5",
128
"rimraf": "^3.0.2",
129
"sass-loader": "^10.2.1",
130
"sass-mq": "^6.0.0",
131
"simple-git-hooks": "^2.8.1",
132
"start-server-and-test": "^1.14.0",
133
"tslib": "^2.3.1",
134
"vue-demi": "^0.12.1"
135
}
136
}
137
138