-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.12 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
{
"name": "erost-framed",
"version": "2.0.2",
"description": "Canvas-based picture framing application",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest watch",
"test:ui": "vitest --ui",
"test:coverage": "vitest --coverage",
"lint": "eslint . --max-warnings=0",
"lint:fix": "eslint . --fix",
"format": "prettier --write \"src/**/*.{js,css,html}\""
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@tailwindcss/postcss": "^4.1.14",
"@vitejs/plugin-vue": "^6.0.1",
"@vitest/coverage-v8": "^4.0.18",
"@vitest/ui": "^4.0.18",
"@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.21",
"canvas": "^3.2.0",
"eslint": "^10.0.2",
"eslint-plugin-vue": "^10.8.0",
"globals": "^17.4.0",
"happy-dom": "^20.0.0",
"jsdom": "^29.0.0",
"postcss": "^8.5.25",
"prettier": "^3.6.2",
"tailwindcss": "^4.1.4",
"vite": "^8.0.16",
"vitest": "^4.0.18"
},
"dependencies": {
"konva": "^10.0.2",
"vue": "^3.5.22",
"vue-konva": "^3.2.6"
}
}