theatre/packages/playground/package.json

37 lines
1 KiB
JSON
Raw Normal View History

2021-06-18 13:05:06 +02:00
{
"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 devEnv/cli.js --dev",
"build": "node devEnv/cli.js",
"build:static": "yarn build",
2021-06-18 13:05:06 +02:00
"typecheck": "yarn run build",
2022-02-28 13:15:27 +01:00
"test": "playwright test --config=devEnv/playwright.config.ts",
"test:ci": "percy exec -- playwright test --reporter=dot --config=devEnv/playwright.config.ts --project=chromium"
2021-06-18 13:05:06 +02:00
},
"devDependencies": {
2022-06-10 13:16:34 +02:00
"@percy/cli": "^1.3.0",
"@percy/playwright": "^1.0.4",
"@playwright/test": "^1.22.2",
2021-07-23 14:04:01 +02:00
"@react-three/drei": "^7.2.2",
"@react-three/fiber": "^7.0.6",
2021-06-18 13:05:06 +02:00
"@theatre/core": "workspace:*",
"@theatre/r3f": "workspace:*",
2021-06-18 13:05:06 +02:00
"@theatre/studio": "workspace:*",
"@types/jest": "^26.0.23",
"@types/lodash-es": "^4.17.4",
"@types/node": "^15.6.2",
"@types/react": "^17.0.9",
2022-02-27 21:25:15 +01:00
"@vitejs/plugin-react": "^1.2.0",
2021-07-23 14:04:01 +02:00
"three": "^0.130.1",
2022-02-27 21:25:15 +01:00
"typescript": "^4.4.2",
"vite": "^2.8.4"
2021-06-18 13:05:06 +02:00
}
}