forked from Moonvy/OpenPromptStudio
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.1 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
{
"name": "sd-prompt-tool",
"version": "1.5.1.local",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "npm run sync && vite build",
"sync": "node ./build/syncPromptLib.js"
},
"devDependencies": {
"@iconify/vue2": "2.1.0",
"@types/lodash": "4.14.189",
"@types/node": "16",
"@vitejs/plugin-vue2": "1.1.2",
"autoprefixer": "10.4.14",
"sass": "1.59.2",
"typescript": "4.9",
"vite": "4.3.1",
"vite-plugin-html": "3.2.0",
"vite-plugin-progress": "^0.0.6",
"xlsx-js-style": "^1.2.0"
},
"dependencies": {
"@moonvy/app-core": "*",
"@vueuse/core": "10.1.0",
"axios": "1.3.4",
"copy-image-clipboard": "^2.1.2",
"cors": "2.8.5",
"crypto-js": "4.1.1",
"dotenv": "16.0.3",
"downloadjs": "^1.4.7",
"floating-vue": "1.0.0-beta.19",
"fzz": "*",
"html-to-image": "1.11.11",
"jiti": "1.16.0",
"lodash": "4.17.21",
"npm-run-all": "4.1.5",
"postcss": "8.4.21",
"v-tooltip": "2.1.3",
"vue": "2.7.14",
"vue-router": "3.6.5",
"vue-smooth-dnd": "0.8.1"
}
}