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": {
|
2023-07-16 22:19:21 +02:00
|
|
|
"serve": "vite",
|
|
|
|
"serve:ci": "vite build && vite preview",
|
|
|
|
"build": "vite build --force",
|
2022-07-25 10:37:34 +02:00
|
|
|
"build:static": "echo 'building for vercel' && yarn run build",
|
|
|
|
"typecheck": "tsc --noEmit",
|
2022-02-28 13:15:27 +01:00
|
|
|
"test": "playwright test --config=devEnv/playwright.config.ts",
|
2023-01-04 20:03:47 +01:00
|
|
|
"test:ci": "playwright test --reporter=dot --config=devEnv/playwright.config.ts --project=chromium"
|
2021-06-18 13:05:06 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-08-03 10:53:33 +02:00
|
|
|
"@playwright/test": "^1.36.2",
|
2023-08-03 20:42:40 +02:00
|
|
|
"@react-three/drei": "^9.80.1",
|
|
|
|
"@react-three/fiber": "^8.13.6",
|
2021-06-18 13:05:06 +02:00
|
|
|
"@theatre/core": "workspace:*",
|
2023-08-03 20:42:40 +02:00
|
|
|
"@theatre/dataverse": "workspace:*",
|
2021-09-06 10:19:10 +02:00
|
|
|
"@theatre/r3f": "workspace:*",
|
2023-08-08 10:50:29 +02:00
|
|
|
"@theatre/react": "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",
|
2023-08-03 20:42:40 +02:00
|
|
|
"@types/react": "^18.2.18",
|
|
|
|
"@types/react-dom": "^18.2.7",
|
2023-08-04 10:54:17 +02:00
|
|
|
"@types/styled-components": "^5.1.26",
|
2023-07-16 22:19:21 +02:00
|
|
|
"@vitejs/plugin-react": "^4.0.0",
|
|
|
|
"@vitejs/plugin-react-swc": "^3.3.2",
|
2023-08-03 20:42:40 +02:00
|
|
|
"fast-glob": "^3.3.0",
|
|
|
|
"lodash-es": "^4.17.21",
|
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
2023-08-04 10:54:17 +02:00
|
|
|
"styled-components": "^5.3.11",
|
2023-08-03 20:42:40 +02:00
|
|
|
"theatric": "workspace:*",
|
|
|
|
"three": "^0.155.0",
|
2023-08-08 08:43:24 +02:00
|
|
|
"typescript": "5.1.6",
|
2023-08-03 10:53:33 +02:00
|
|
|
"vite": "^4.3.9"
|
2021-06-18 13:05:06 +02:00
|
|
|
}
|
|
|
|
}
|