47 lines
1.4 KiB
JSON
47 lines
1.4 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",
|
|
"serve:ci": "vite build && vite preview",
|
|
"build": "vite build --force",
|
|
"build:static": "echo 'building for vercel' && yarn run build",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "playwright test --config=devEnv/playwright.config.ts",
|
|
"test:ci": "playwright test --reporter=dot --config=devEnv/playwright.config.ts --project=chromium"
|
|
},
|
|
"devDependencies": {
|
|
"@percy/cli": "^1.16.0",
|
|
"@percy/playwright": "^1.0.4",
|
|
"@playwright/test": "^1.36.2",
|
|
"@react-three/drei": "^9.80.1",
|
|
"@react-three/fiber": "^8.13.6",
|
|
"@theatre/core": "workspace:*",
|
|
"@theatre/dataverse": "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": "^18.2.18",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@types/styled-components": "^5.1.26",
|
|
"@vitejs/plugin-react": "^4.0.0",
|
|
"@vitejs/plugin-react-swc": "^3.3.2",
|
|
"fast-glob": "^3.3.0",
|
|
"lodash-es": "^4.17.21",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"styled-components": "^5.3.11",
|
|
"theatric": "workspace:*",
|
|
"three": "^0.155.0",
|
|
"typescript": "4.6.4",
|
|
"vite": "^4.3.9"
|
|
}
|
|
}
|