@iqmo/browser
Version:
Browser Stlite
90 lines (89 loc) • 2.42 kB
JSON
{
"name": "@iqmo/browser",
"version": "0.89.0",
"type": "module",
"description": "Browser Stlite",
"keywords": [
"stlite",
"streamlit",
"pyodide",
"webassembly",
"wasm"
],
"bugs": {
"url": "https://github.com/whitphx/stlite/issues"
},
"license": "Apache-2.0",
"author": {
"name": "Yuichiro Tachibana (Tsuchiya)",
"url": "https://www.whitphx.info/"
},
"files": [
"build/"
],
"exports": {
".": {
"import": {
"types": "./build/stlite.d.ts",
"default": "./build/stlite.js"
}
},
"./wheels/*.whl": "./build/wheels/*.whl"
},
"browser": "./build/stlite.js",
"types": "./build/stlite.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/whitphx/stlite.git",
"directory": "packages/browser"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.13.5",
"@eslint/js": "^9.32.0",
"@stlite/common": "workspace:^",
"@stlite/common-react": "workspace:^",
"@stlite/devutils": "workspace:^",
"@stlite/kernel": "workspace:^",
"@streamlit/app": "workspace:^",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@vitejs/plugin-react": "^4.3.4",
"codedent": "^0.1.2",
"eslint": "^9.32.0",
"eslint-plugin-prettier": "^5.5.3",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^6.0.0-rc.1",
"prettier": "^3.6.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.90.0",
"typescript": "^5.9.2",
"typescript-eslint": "^8.38.0",
"vite": "^7.0.6",
"vite-plugin-dts": "^4.5.3",
"vite-plugin-static-copy": "^3.0.0",
"vite-plugin-top-level-await": "^1.4.4",
"vite-plugin-wasm": "^3.4.1",
"vitest": "^3.2.4",
"web-vitals": "^4.2.4"
},
"scripts": {
"start": "vite",
"build": "tsc --noEmit && vite build",
"test": "vitest",
"test:e2e": "cd e2e-tests && yarn test",
"test:e2e:headed": "cd e2e-tests && yarn run test:headed",
"test:e2e:ui": "cd e2e-tests && yarn run test:ui",
"test:e2e:setup": "cd e2e-tests && yarn install && yarn run install:browsers",
"fix:eslint": "eslint --fix 'src/**/*.{ts,tsx}'",
"fix:prettier": "prettier --write .",
"check:eslint": "eslint 'src/**/*.{ts,tsx}'",
"check:prettier": "prettier --check ."
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}