theatre/packages/playground/package.json
2022-03-18 15:58:26 +01:00

37 lines
1.2 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": "vite --config ./devEnv/vite.config.ts",
"build:static": "vite --config ./devEnv/vite.config.ts build",
"build:preview": "vite --config ./devEnv/vite.config.ts preview",
"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",
"build": "tsc --build ./tsconfig.json"
},
"devDependencies": {
"@percy/cli": "^1.0.0-beta.76",
"@percy/playwright": "^1.0.1",
"@playwright/test": "^1.19.1",
"@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"
}
}