Files

51 lines
2.0 KiB
JSON

{
"name": "thinkloom",
"version": "0.5.11",
"author": "Christopher Chambers",
"license": "AGPL-3.0-only",
"repository": "https://github.com/Labyricorn/thinkloom-openai-hackathon.git",
"homepage": "https://github.com/Labyricorn/thinkloom-openai-hackathon",
"private": true,
"type": "module",
"engines": {
"node": ">=22.13.0"
},
"scripts": {
"dev": "vite --port 1420 --strictPort",
"build": "npm run typecheck && vite build",
"preview": "vite preview",
"typecheck": "tsc --noEmit",
"lint": "eslint src tests scripts vite.config.ts",
"test": "npm run typecheck && node tests/native-app.test.mjs && node tests/native-cpl.test.mjs && node tests/project-format.test.mjs && node tests/phase1-provenance.test.mjs && node tests/composition-provenance.test.mjs && node tests/contribution-map.test.mjs && node tests/harp-generation.test.mjs && node tests/provenance-ui.test.mjs && node tests/harp-export.test.mjs && node tests/verification-matrix.test.mjs && npm run provenance:schema:test",
"test:windows-package": "node tests/windows-package.test.mjs",
"verify:windows-package": "npm run tauri build && npm run test:windows-package",
"tauri": "tauri",
"provenance:schema:generate": "node scripts/generate-provenance-stage2.mjs",
"provenance:schema:test": "node tests/provenance-schema.test.mjs"
},
"dependencies": {
"@tiptap/markdown": "^3.28.0",
"@tiptap/pm": "^3.28.0",
"@tiptap/react": "^3.28.0",
"@tiptap/starter-kit": "^3.28.0",
"react": "19.2.6",
"react-dom": "19.2.6"
},
"devDependencies": {
"@eslint/js": "9.39.4",
"@tauri-apps/cli": "^2.11.4",
"@types/node": "22.19.19",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "6.0.2",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"eslint": "9.39.4",
"eslint-plugin-react-hooks": "7.1.1",
"globals": "14.0.0",
"typescript": "5.9.3",
"typescript-eslint": "8.59.3",
"vite": "8.0.13"
}
}