-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.04 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
{
"name": "plugin-template",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"prepare-marketplace": "tsx ./scripts/market-pack.cts"
},
"dependencies": {
"@paralleldrive/cuid2": "^2.2.2",
"lodash": "^4.17.21",
"vue": "^3.5.0"
},
"devDependencies": {
"@ciderapp/pluginkit": "github:ciderapp/pluginkit",
"@types/lodash": "^4.17.6",
"@types/node": "^20.14.9",
"@types/musickit": "ciderapp/musickit-types",
"@vitejs/plugin-vue": "^5.0.5",
"adm-zip": "0.5.9",
"pinia": "^2.2.0",
"sass": "^1.77.6",
"tsx": "^4.16.5",
"typescript": "^5.2.2",
"unplugin-auto-import": "^0.17.6",
"vite": "^5.3.1",
"vite-plugin-css-injected-by-js": "^3.5.1",
"vite-tsconfig-paths": "^4.3.2",
"vue-tsc": "^2.0.21",
"yaml": "^2.4.5"
},
"packageManager": "[email protected]+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
}