-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.46 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
54
55
56
57
58
59
60
61
62
63
64
{
"name": "air-vue",
"version": "1.0.12",
"description": "Air Vue is a set of open source components library for Vue3",
"author": "franklioxygen",
"files": [
"dist"
],
"module": "./dist/build.es.ts",
"main": "./dist/build.umd.ts",
"exports": {
".": {
"import": "./dist/build.es.ts",
"require": "./dist/build.umd.ts"
},
"./dist/style.css": {
"import": "./dist/style.css",
"require": "./dist/style.css"
}
},
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/franklioxygen/air-vue.git"
},
"license": "MIT",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview --port 5050",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"peerDependencies": {
"vue": "^3.2.31"
},
"devDependencies": {
"@highlightjs/vue-plugin": "^2.1.0",
"@rushstack/eslint-patch": "^1.1.0",
"@vitejs/plugin-vue": "^2.2.2",
"@vue/eslint-config-prettier": "^7.0.0",
"eslint": "^8.5.0",
"eslint-plugin-vue": "^8.2.0",
"foundation-sites": "^6.7.4",
"node-sass": "^7.0.1",
"prettier": "^2.5.1",
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
"style-loader": "^3.3.1",
"vite": "^2.8.4",
"vue-router": "^4.0.14"
},
"keywords": [
"Web",
"Components",
"Directives",
"Vue",
"VueJS",
"Vue3",
"WebComponents",
"CSS",
"SASS",
"Composition"
]
}