-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.54 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.54 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "react-vite-ts-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "npx @ton-ai-core/vibecode-linter src/",
"test": "npm run lint && npm run build && npx @ton-ai-core/vibecode-linter test/ && vitest run",
"preview": "vite preview"
},
"dependencies": {
"@effect/schema": "^0.75.5",
"effect": "^3.19.4",
"fflate": "^0.8.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"ts-morph": "^27.0.2",
"ts-pattern": "^5.9.0"
},
"devDependencies": {
"@biomejs/biome": "^2.3.6",
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
"@eslint/js": "^9.39.1",
"@ton-ai-core/eslint-plugin-suggest-members": "^1.6.17",
"@ton-ai-core/vibecode-linter": "^1.0.6",
"@types/node": "^24.10.1",
"@types/react": "^19.2.6",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"eslint-plugin-vitest": "^0.5.4",
"globals": "^16.5.0",
"lovable-tagger": "^1.1.11",
"picomatch": "^4.0.3",
"typescript": "~5.9.3",
"typescript-eslint": "^8.47.0",
"vite": "^7.2.2",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^4.0.12"
},
"description": "A React application built with Vite and TypeScript",
"keywords": [
"react",
"vite",
"typescript",
"javascript",
"frontend"
],
"author": "Created with Qwen Code",
"license": "MIT"
}