-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 921 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
38
39
40
{
"name": "sy-progressive-plugin",
"version": "0.0.1",
"description": "",
"type": "module",
"scripts": {
"dev": "vite build --watch",
"build": "vite build"
},
"keywords": [
"Learning",
"Progressive",
"Progressive Learning",
"Progressive Reading",
"Progressive Writing"
],
"author": "IAliceBobI",
"license": "MIT",
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@tsconfig/svelte": "^4.0.1",
"@types/node": "^20.12.7",
"fast-glob": "^3.2.12",
"glob": "^11.0.0",
"minimist": "^1.2.8",
"rollup-plugin-livereload": "^2.0.5",
"sass": "^1.75.0",
"siyuan": "^1.0.4",
"svelte": "^4.2.0",
"ts-node": "^10.9.1",
"typescript": "^5.4.5",
"vite": "^5.0.0",
"vite-plugin-static-copy": "^1.0.2",
"vite-plugin-zip-pack": "^1.2.3"
},
"dependencies": {
"@types/uuid": "^9.0.8",
"uuid": "^9.0.1"
}
}