forked from openneno/neno
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 955 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
31
32
33
34
35
36
37
{
"name": "sttv",
"version": "0.0.0",
"scripts": {
"dev": "cross-env NODE_ENV=development vite",
"build": "vite build",
"serve": "vite preview"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.11",
"autoprefixer": "^10.2.5",
"cross-env": "^7.0.3",
"cssnano": "^5.0.6",
"postcss": "^8.2.7",
"postcss-load-config": "^3.0.1",
"svelte": "^3.42.1",
"svelte-preprocess": "^4.10.1",
"typescript": "^4.2.3",
"vite": "^2.1.0",
"vite-plugin-pwa": "^0.11.13"
},
"dependencies": {
"@octokit/endpoint": "^6.0.1",
"@octokit/request-error": "^2.0.0",
"@octokit/types": "^6.7.1",
"dayjs": "^1.10.7",
"html2canvas": "^1.0.0-rc.7",
"idb": "^7.0.0",
"is-plain-object": "^5.0.0",
"js-base64": "^2.6.4",
"quill": "^1.3.7",
"remixicon": "^2.5.0",
"tailwindcss": "^3.0.7",
"universal-user-agent": "^7.0.0",
"wangeditor": "^4.6.6"
}
}