forked from gitcrtn/misskey-play-debugger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 939 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
{
"name": "aiscript-playground",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@discordapp/twemoji": "^14.0.2",
"@rollup/plugin-json": "^6.0.0",
"@rollup/pluginutils": "^5.0.2",
"@syuilo/aiscript": "^0.16.0",
"broadcast-channel": "^4.20.2",
"eventemitter3": "^5.0.0",
"js-yaml": "^4.1.0",
"json5": "^2.2.3",
"lodash": "^4.17.21",
"mfm-js": "^0.23.3",
"misskey-js": "^0.0.14",
"path": "^0.12.7",
"prismjs": "^1.24.1",
"punycode": "^2.3.0",
"rollup": "^3.11.0",
"sass": "^1.57.1",
"throttle-debounce": "^5.0.0",
"tinycolor2": "^1.5.2",
"uuid": "^9.0.1",
"vue": "^3.0.5",
"vue-prism-editor": "^2.0.0-alpha.2"
},
"devDependencies": {
"@types/node": "^20.6.2",
"@vitejs/plugin-vue": "^4.3.4",
"@vue/compiler-sfc": "^3.0.5",
"vite": "^4.4.9"
}
}