-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 928 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": "auto-marquee",
"version": "1.1.3",
"description": "displays text for a short time, and auto uses marquee for a long time",
"author": "MOONCOM",
"homepage": "https://github.com/MOONCOM/AutoMarquee",
"type": "module",
"main": "./dist/auto-marquee.umd.cjs",
"module": "./dist/auto-marquee.js",
"typings": "./index.d.ts",
"exports": {
".": {
"import": "./dist/auto-marquee.js",
"require": "./dist/auto-marquee.umd.cjs"
}
},
"scripts": {
"dev": "vite",
"build": "vite build",
"build-demo": "vite build --config build-demo.config.js",
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.4.29"
},
"devDependencies": {
"@vitejs/plugin-legacy": "^5.4.1",
"@vitejs/plugin-vue": "^5.0.5",
"vite": "^5.3.1",
"vite-plugin-css-injected-by-js": "^3.5.1"
},
"keywords": [
"marquee",
"auto",
"vue"
],
"license": "ISC"
}