-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 876 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 876 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
{
"name": "yskra-plugins",
"version": "0.0.1",
"description": "",
"type": "module",
"scripts": {
"build": "node build.js",
"dev:MyPlugin": "TARGET=MyPlugin/ vite build --mode development"
},
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748",
"author": "Yskra Team",
"license": "",
"devDependencies": {
"@antfu/eslint-config": "^5.1.0",
"eslint": "^9.32.0",
"eslint-plugin-format": "^1.0.1",
"eslint-plugin-jsdoc": "^52.0.2",
"eslint-plugin-vue": "^10.4.0",
"pinia": "^3.0.3",
"vue": "^3.5.18",
"vue-router": "^4.5.1"
},
"dependencies": {
"@vitejs/plugin-vue": "^6.0.1",
"glob": "^11.0.3",
"postcss": "^8.5.6",
"postcss-nested": "^7.0.2",
"rollup-plugin-replace-imports-with-vars": "^1.1.0",
"vite": "^7.0.6"
}
}