@codesandbox/sandpack-themes
Version:
<img style="width:100%" src="https://user-images.githubusercontent.com/4838076/165913019-2903e055-0399-4b2a-ba10-db9ae9ded1e2.jpg" alt="Component toolkit for live running code editing experiences" />
34 lines (33 loc) • 794 B
JSON
{
"name": "@codesandbox/sandpack-themes",
"version": "1.17.0",
"description": "",
"keywords": [],
"repository": {
"type": "git",
"url": "https://github.com/codesandbox/sandpack"
},
"license": "Apache-2.0",
"author": "CodeSandbox",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"sideEffects": false,
"scripts": {
"clean": "rm -rf dist",
"prebuild": "yarn run clean",
"build": "node build.js && yarn run build:types",
"build:types": "tsc -p tsconfig.json",
"build:publish": "yarn build",
"typecheck": "tsc"
},
"devDependencies": {
"typescript": "4.0.3"
},
"files": [
"dist",
"package.json",
"README.md"
],
"gitHead": "5279a53bd7c34663730d5f1ead21c7949bb2742e"
}