-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 811 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "iti-workspace",
"version": "0.0.1",
"description": "iti yarn monorepo root",
"private": true,
"workspaces": [
"iti",
"iti-react",
"examples/astro-playground",
"examples/cra",
"examples/node-cli",
"examples/vite-app"
],
"scripts": {
"test": "turbo run test",
"build": "turbo run build"
},
"devDependencies": {
"turbo": "^1.8.3"
},
"author": "Nick Olszanski <nick@dinosaurs-with-jetpacks.club>",
"license": "MIT",
"packageManager": "yarn@1.22.17",
"dependencies": {
"@ark/attest": "^0.48.2",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"arktype": "^2.1.20",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^2.7.1",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"typescript": "^5.9.2"
}
}