-
Notifications
You must be signed in to change notification settings - Fork 63
/
package.json
41 lines (41 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
36
37
38
39
40
41
{
"name": "natural-language-ui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"fast-build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons": "^0.0.11",
"dompurify": "^3.0.1",
"element-plus": "^2.3.2",
"eventsource-parser": "^1.0.0",
"expiry-map": "^2.0.0",
"fabric": "^5.3.0",
"file-saver": "^2.0.5",
"html2canvas": "^1.4.1",
"jszip": "^3.10.1",
"localforage": "^1.10.0",
"pinia": "^2.0.33",
"sobel": "^0.0.11",
"uuid": "^9.0.0",
"vue": "^3.2.47",
"vue-deepunref": "^1.0.1"
},
"devDependencies": {
"@types/dompurify": "^3.0.0",
"@types/file-saver": "^2.0.5",
"@vitejs/plugin-vue": "^4.1.0",
"sass": "^1.60.0",
"typescript": "^4.9.3",
"vite": "^4.2.0"
},
"description": "A quick demo of Natural-Language-UI-Programming, implemented purely on the front end and powered by GPT-3.5",
"main": "index.js",
"author": "",
"license": "ISC"
}