-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.15 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
{
"name": "vue-moon",
"version": "1.0.7",
"packageManager": "[email protected]",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/gimyboya/vue-moon"
},
"main": "./dist/vue-moon.umd.js",
"module": "./dist/vue-moon.es.js",
"types": "./dist/vue-moon.es.d.ts",
"exports": {
".": {
"import": "./dist/vue-moon.es.js",
"require": "./dist/vue-moon.umd.js"
}
},
"scripts": {
"dev": "vite --open",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview",
"prepublishOnly": "nr build",
"semantic-release": "semantic-release",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@js-temporal/polyfill": "^0.4.3",
"@vueuse/core": "^9.13.0",
"vue": "^3.2.47"
},
"devDependencies": {
"@antfu/ni": "^0.20.0",
"@babel/types": "^7.18.9",
"@types/node": "^18.0.6",
"@types/web-bluetooth": "^0.0.16",
"@vitejs/plugin-vue": "^3.0.1",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.6",
"typescript": "^4.7.4",
"vite": "^4.1.2",
"vite-plugin-dts": "2.0.0-beta.1",
"vue-tsc": "^0.39.0"
}
}