-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 887 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
{
"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.12.4",
"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",
"vue": "^3.0.5",
"vue-prism-editor": "^2.0.0-alpha.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.3.0",
"@vue/compiler-sfc": "^3.0.5",
"vite": "^2.4.4"
}
}