qiskit.org/package.json

58 lines
2.0 KiB
JSON
Raw Normal View History

2018-04-14 02:31:32 +08:00
{
"name": "qiskit.org",
2019-06-06 14:30:22 +08:00
"private": true,
"description": "Qiskit is an open-source SDK for working with quantum computers at the level of pulses, circuits, and application modules.",
"repository": "Qiskit/qiskit.org",
"license": "Apache-2.0",
"engines": {
2023-04-13 17:51:01 +08:00
"node": "18"
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"format": "npm run format:eslint && npm run format:prettier && npm run format:stylelint",
"format:eslint": "npm run lint:eslint -- --fix",
"format:prettier": "prettier . --ignore-path .gitignore --write",
"format:stylelint": "npm run lint:stylelint -- --fix",
"generate": "nuxt generate",
"lint": "npm run lint:eslint && npm run lint:stylelint",
"lint:eslint": "eslint . --ext .ts,.js,.vue",
"lint:stylelint": "stylelint '**/*.{css,scss,vue}' --ignore-path .gitignore",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"test": "vitest --coverage"
2018-06-30 05:51:51 +08:00
},
"devDependencies": {
"@carbon/icons-vue": "^10.49.1",
"@carbon/styles": "^1.30.0",
"@carbon/type": "^11.19.0",
"@carbon/web-components": "^1.28.0",
"@ibm/plex": "^6.3.0",
"@nuxt/content": "^2.6.0",
"@nuxt/image-edge": "^1.0.0-28089462.3520a62",
"@nuxt/test-utils": "^3.5.3",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
Providers page release (#3044) * feat(providers): add page and remove overview page (#2964) * feat(providers): add page, remove overview * feat(providers): revert import path, add placeholder content * Add providers json file (#2968) * add qiskit-ibm-runtime provider info * add qiskit-ibm-provider info and use sampler.run(bell) as example for qiskit-ibm-runtime * add qiskit-ionq * add azure-quantum * add qiskit-braket-provider * rename providers.json to hardware.json and add simulators.json * refactor json file structure * add qiskit-aer to simulators.json * add cuQuantum to simulators * move azure quantum and amazon braket to multiplatforms * add empty line EOF * remove \n, replace empty line with &nbsp, change docCta to docsCta * change docCta to docsCta * [Providers] use json data in page (#3000) * feat(providers): use json data in Providers page * feat(providers): refactor Providers page layout * feat(providers): reorder accordion content * feat(providers): use code cell styling * feat(providers): add copy code button * feat(providers): use Carbon accordion web component * feat(providers): style copy button * feat(providers): remove unused styles * feat(providers): clean nav items and unused class * feat(providers): clean mobile styles,update to consistent buttons * feat(providers): add copy button feedback * feat(providers): instrument copy buttons * feat(providers): abstract CodeSnippet component, refactor provider content * feat(providers): fix lint issues * feat(providers): update CodeSnippet props * feat(providers): update code to use new json structure * feat(providers): updated w/ latest json structure * feat(providers): update img path * chore: remove empty line * chore: remove unused code --------- Co-authored-by: Eddybrando Vásquez <eddybrando.vasquez@gmail.com> * [Providers] add new homepage Quick Start section (#3020) * feat(providers): update homepage quick start feature * feat(providers): refactor providers and algorithms lists * feat(providers): refactor to use CodeSnippet component * feat(providers): rename component classes * feat(providers): use GeneralLink interface * feat(providers): add segment info for quick start cta * feat(providers): fix lint issue * feat(providers): update CodeSnippet props * feat(providers): homepage algorithms tabs use carbon web-components * feat(providers): updated using latest json structure * feat(providers): update interactive styles * feat(providers): use first algorithm tab * feat(providers): use separate quick-start.json data * feat(providers): update json to use installation array * feat(providers): add theme color overrides * feat(providers): update providers list to be keyboard useable * feat(providers): set default first algo tab and update algo name * feat(providers): update main.scss empty lines * feat(providers): update provider segment code snippet title * feat(providers): use algorithm name for unique attr * feat(providers): use interface instead of type * Update components/landing/TheQuickStart/ProvidersList.vue Co-authored-by: Eddybrando Vásquez <eddybrando.vasquez@gmail.com> * Update pages/providers.vue Co-authored-by: Eddybrando Vásquez <eddybrando.vasquez@gmail.com> --------- Co-authored-by: Eddybrando Vásquez <eddybrando.vasquez@gmail.com> * feat(code-snippet): update component oveflow (#3043) * [Providers] add CTAs linking to provider documentation (#3041) * feat(providers): add how-to-guide CTAs * feat(providers): remove images * feat(providers): fix lint issue * Update provider installation code to multiline (#3053) * feat(providers): update provider installation code to multiline * Update content/providers/quick-start.json Co-authored-by: Eddybrando Vásquez <eddybrando.vasquez@gmail.com> --------- Co-authored-by: Eddybrando Vásquez <eddybrando.vasquez@gmail.com> * feat(providers): improve layout of Quick Start widget (#3061) * feat(providers): update copy * feat(providers): fix lint issues * feat(providers): reorder providers in menu and on page * update providers and quick-start json (#3077) * update providers and quick-start json * add transpiling tab * manually fix Qiskit Stand-alone entry * add more cloud simulators * feat(providers): remove unused assets * add primitives category (#3087) * add primitives category * remove runtime category * remove runtime category * correct code examples t ouse sampler * add transpiling example to qiskit-ibm-runtime * update json files (#3097) * feat(providers): remove heading in Quick Start widget * feat(providers): add deprecated overview page redirect (#3091) * feat(providers): rename component and update layout spacing * Remove IBM provider, duplicated in `quick-start.json` (#3114) * duplicated entry * add comment on how to get token * tokens * style: fix lint issues * fix(landing): undefined sass variable * feat(providers): update quick start content and styles (#3113) * feat(providers): update quick start content and styles * feat(providers): update quick start json content * feat(providers): update content and tab order * fix(landing): undefined sass variable * add providers info in YAML format (#3126) * yamls * delete file * feat(providers): move css variable to component file * feat(providers): yaml content (#3130) * feat(ui-code-snippet): support YAML code * feat: setup Nuxt Content module * feat(quick-start): fetch YAML data * chore(providers): add TODO * refactor: move "quick start" file * feat(providers): get providers data from YAMLs * chore: remove unnecessary file ending * refactor(providers): rename types file * refactor(providers): rename interface * feat(providers): add typing as recommended * feat(providers): add typing as recommended --------- Co-authored-by: Eddybrando Vásquez <eddybrando.vasquez@gmail.com> Co-authored-by: Luciano Bello <bel@zurich.ibm.com> * feat(providers): change link URL * test(providers): content files (#3139) * test(providers): at least one provider file exists * test(providers): providers list files are valid * test(providers): quick start file is valid * refactor(test): DRY variables * test(providers): quick start file is valid * feat(providers): change "quick start" copy * Update content/providers/quick-start/data.yaml * Fix quickstart code examples (#3145) * merge Rigetti and Rigetti Quantum Virtual Machine in quickstart * update ibm quantum token comment and code * update ibm quantum token comment and code in providers page and not use save_account method * feat(deps): update @qiskit/web-components --------- Co-authored-by: Junye Huang <h.jun.ye@gmail.com> Co-authored-by: Eddybrando Vásquez <eddybrando.vasquez@gmail.com> Co-authored-by: Luciano Bello <bel@zurich.ibm.com>
2023-04-20 16:03:35 +08:00
"@qiskit/web-components": "^0.15.0",
"@types/lodash": "^4.14.195",
"@types/node": "^18.16.9",
"@typescript-eslint/parser": "^5.59.11",
"@vitest/coverage-c8": "^0.32.0",
"airtable": "^0.12.1",
"axios": "^1.4.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.14.1",
"lodash": "^4.17.21",
"nuxt": "^3.5.3",
"nuxt-schema-org": "^2.2.0",
"prettier": "^2.8.8",
"sass": "^1.63.3",
"stylelint": "^15.6.1",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard-scss": "^9.0.0",
"vitest": "^0.31.4",
"yaml": "^2.2.2"
2019-06-06 14:30:22 +08:00
}
2018-04-14 02:31:32 +08:00
}