-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (47 loc) · 1010 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
41
42
43
44
45
46
47
{
"name": "web-component-amazing-loading",
"version": "1.0.9",
"author": "Gilad Shohat",
"description": "Lightweight loading overlay",
"homepage": "https://github.com/gshohat/web-component-amazing-loading#readme",
"license": "MIT",
"main": "./dist/amazing-loading.umd.js",
"module": "./dist/amazing-loading.es.js",
"files": [
"dist"
],
"exports": {
".": {
"import": "./dist/amazing-loading.es.js",
"require": "./dist/amazing-loading.umd.js"
},
"./dist/style.css": "./dist/style.css"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"path": "^0.12.7",
"vite": "^4.4.6"
},
"keywords": [
"vue",
"react",
"angular",
"cross framework",
"web component",
"component",
"customizable",
"lightweight",
"front-end",
"vanilla",
"loading",
"loader",
"fade",
"transition",
"spinner"
]
}