theatre/packages/playground/package.json
2022-06-13 09:22:14 -04:00

36 lines
1.1 KiB
JSON

{
"name": "playground",
"version": "1.0.0-dev",
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"scripts": {
"serve": "node -r esbuild-register devEnv/build.ts --dev",
"build": "node -r esbuild-register devEnv/build.ts",
"build:static": "yarn build",
"typecheck": "yarn run build",
"test": "playwright test --config=devEnv/playwright.config.ts",
"test:ci": "percy exec -- playwright test --reporter=dot --config=devEnv/playwright.config.ts --project=chromium"
},
"devDependencies": {
"@percy/cli": "^1.3.0",
"@percy/playwright": "^1.0.4",
"@playwright/test": "^1.22.2",
"@react-three/drei": "^7.2.2",
"@react-three/fiber": "^7.0.6",
"@theatre/core": "workspace:*",
"@theatre/r3f": "workspace:*",
"@theatre/studio": "workspace:*",
"@types/jest": "^26.0.23",
"@types/lodash-es": "^4.17.4",
"@types/node": "^15.6.2",
"@types/react": "^17.0.9",
"@vitejs/plugin-react": "^1.2.0",
"three": "^0.130.1",
"typescript": "^4.4.2",
"vite": "^2.8.4"
}
}