-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.14 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
{
"name": "cider-butterchurn",
"version": "1.0.1",
"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",
"@vueuse/core": "^10.11.0",
"butterchurn": "^2.6.7",
"butterchurn-presets": "^2.4.7",
"lodash": "^4.17.21",
"vue": "^3.5.3"
},
"devDependencies": {
"@ciderapp/pluginkit": "github:ciderapp/pluginkit",
"@types/lodash": "^4.17.6",
"@types/node": "^20.14.9",
"@vitejs/plugin-vue": "^5.1.3",
"adm-zip": "^0.5.14",
"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"
},
"trustedDependencies": [
"core-js"
],
"packageManager": "[email protected]+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
}