-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.13 KB
/
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
48
49
50
51
52
53
{
"name": "@mustafadalga/loading-spinner",
"version": "0.0.3",
"type": "module",
"exports": {
".": "./dist/index.js",
"./style.css": "./dist/style.css"
},
"browser": {
"./style.css": "./dist/style.css"
},
"repository": {
"type": "git",
"url": "https://github.com/mustafadalga/loading-spinner"
},
"files": [
"dist"
],
"license": "GNU General Public License v3.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"keywords": [
"loading-component",
"loader-component",
"loading-spinner",
"loader-spinner",
"loader",
"loaders",
"loading",
"vue",
"vue.js",
"vue-spinner",
"spinner",
"css-spinner"
],
"dependencies": {
"vue": "^3.2.41"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.4",
"@vitejs/plugin-vue": "^3.1.2",
"@vue/eslint-config-prettier": "^7.0.0",
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.3.0",
"prettier": "^2.7.1",
"sass": "^1.56.0",
"vite": "^3.1.8"
}
}