-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 935 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
{
"name": "vue-pointbreak",
"repository": "https://github.com/akobrinsky/vue-pointbreak",
"private": false,
"version": "1.0.4",
"author": "Aryeh Kobrinsky",
"type": "module",
"keywords": ["vue", "vue3", "tailwind", "responsive", "matchMedia"],
"files": [
"dist"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"test": "vitest --environment jsdom --root test/"
},
"dependencies": {
"json2mq": "^0.2.0",
"vue": "^3.2.45"
},
"devDependencies": {
"@types/css-mediaquery": "^0.1.1",
"@types/jsdom": "^20.0.1",
"@types/json2mq": "^0.2.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/test-utils": "^2.2.7",
"css-mediaquery": "^0.1.2",
"jsdom": "^21.0.0",
"typescript": "^4.9.3",
"vite": "^4.0.0",
"vite-plugin-dts": "^1.7.1",
"vitest": "^0.27.2",
"vue-tsc": "^1.0.11"
}
}