forked from JetBrains/ij-perf-report-aggregator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.58 KB
/
package.json
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
56
57
58
59
60
61
62
{
"private": true,
"ignorePatterns": [
"**/node_modules/**/*.*"
],
"type": "module",
"scripts": {
"dev": "vite serve",
"build": "vite build --emptyOutDir",
"preview": "vite preview",
"//": "pnpm vue-tsc --noEmit && ",
"lint": "NODE_ENV=production eslint 'dashboard/*/{src,tests}/**/*.{ts,vue}'",
"update-deps": "pnpm update -i -r --latest",
"test": "vitest run"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.8",
"@tailwindcss/typography": "^0.5.15",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"@vitejs/plugin-vue": "^5.1.3",
"@vue/compiler-sfc": "^3.4.38",
"@vue/eslint-config-typescript": "^13.0.0",
"add": "^2.0.6",
"autoprefixer": "^10.4.20",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-vue": "^9.27.0",
"lightningcss": "^1.26.0",
"postcss": "^8.4.41",
"rollup": "^4.21.2",
"sass": "^1.77.8",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"unplugin-vue-components": "^0.27.4",
"vite": "5.4.2",
"vite-plugin-static-copy": "^1.0.6",
"vue": "^3.4.38",
"vue-tsc": "^2.1.2"
},
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"vite": "4"
},
"ignoreMissing": [
"primeicons"
]
}
},
"engines": {
"pnpm": ">=9"
},
"dependencies": {
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-unicorn": "^55.0.0",
"isoworker": "^0.2.4",
"prettier": "^3.3.3",
"vitest": "^2.0.5"
}
}