forked from Moonvy/OpenPromptStudio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.72 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
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "@moonvy/open-prompt-studio",
"version": "1.4.4",
"license": "MIT",
"type": "module",
"scripts": {
"start": "npm-run-all --parallel dev serve",
"dev": "vite --host 0.0.0.0",
"build": "vite build",
"preview": "vite serve",
"serve": "jiti ./server/index.ts",
"fetch": "node ./data/build.js",
"publish": "npm run build && node ./build/publish.js"
},
"devDependencies": {
"@iconify/vue2": "2.1.0",
"@notionhq/client": "2.2.4",
"@types/express": "4.17.17",
"@types/jest": "29.5.1",
"@types/lodash": "4.14.189",
"@types/node": "16",
"@vitejs/plugin-legacy": "1.8.2",
"@vitejs/plugin-vue2": "1.1.2",
"autoprefixer": "10.4.14",
"csvtojson": "2.0.10",
"sass": "1.59.2",
"typescript": "4.9",
"vite": "4.3.1",
"vite-plugin-html": "3.2.0",
"vite-plugin-progress": "^0.0.6"
},
"dependencies": {
"@fontsource/fira-code": "4.5.13",
"@fontsource/jetbrains-mono": "4.5.12",
"@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",
"express": "4.18.2",
"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",
"tencentcloud-sdk-nodejs": "4.0.578",
"v-tooltip": "2.1.3",
"vue": "2.7.14",
"vue-router": "3.6.5",
"vue-smooth-dnd": "0.8.1"
}
}