|
1 | 1 | { |
2 | | - "dependencies": { |
3 | | - "@instructure/ui": "^11.2.0", |
4 | | - "@instructure/ui-color-utils": "^10.2.0", |
5 | | - "react": "^19.2.0", |
6 | | - "react-dom": "^19.2.0" |
7 | | - }, |
8 | | - "devDependencies": { |
9 | | - "@instructure.ai/shared-configs": "workspace:^" |
10 | | - }, |
11 | | - "name": "@instructure.ai/roadmap", |
12 | | - "private": true, |
13 | | - "repository": { |
14 | | - "directory": "apps/roadmap", |
15 | | - "type": "git", |
16 | | - "url": "https://github.com/instructure/instructure.ai" |
17 | | - }, |
18 | | - "scripts": { |
19 | | - "build": "vite build", |
20 | | - "dev": "vite", |
21 | | - "lint": "pnpm biome check", |
22 | | - "preview": "vite preview", |
23 | | - "test": "pnpm vitest run", |
24 | | - "typecheck": "tsgo --noEmit" |
25 | | - }, |
26 | | - "type": "module", |
27 | | - "version": "1.0.2" |
| 2 | + "dependencies": { |
| 3 | + "@instructure/ui": "^11.2.0", |
| 4 | + "@instructure/ui-color-utils": "^10.2.0", |
| 5 | + "react": "^19.2.0", |
| 6 | + "react-dom": "^19.2.0" |
| 7 | + }, |
| 8 | + "devDependencies": { |
| 9 | + "@instructure.ai/shared-configs": "workspace:^" |
| 10 | + }, |
| 11 | + "name": "@instructure.ai/roadmap", |
| 12 | + "private": true, |
| 13 | + "repository": { |
| 14 | + "directory": "apps/roadmap", |
| 15 | + "type": "git", |
| 16 | + "url": "https://github.com/instructure/instructure.ai" |
| 17 | + }, |
| 18 | + "scripts": { |
| 19 | + "build": "vite build", |
| 20 | + "dev": "vite", |
| 21 | + "lint": "pnpm biome check", |
| 22 | + "preview": "vite preview", |
| 23 | + "test": "pnpm vitest run", |
| 24 | + "typecheck": "tsgo --noEmit" |
| 25 | + }, |
| 26 | + "type": "module", |
| 27 | + "version": "1.0.3" |
28 | 28 | } |
0 commit comments