forked from DeadFrostt/cider-convertarr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 887 Bytes
/
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
{
"name": "c3plugin-vite",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@paralleldrive/cuid2": "^2.2.2",
"lodash": "^4.17.21",
"vue": "^3.4.29"
},
"devDependencies": {
"@ciderapp/pluginkit": "github:ciderapp/pluginkit",
"@types/lodash": "^4.17.6",
"@types/node": "^20.14.9",
"@vitejs/plugin-vue": "^5.0.5",
"sass": "^1.77.6",
"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.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}