-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
66 lines (66 loc) · 1.71 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
65
66
{
"name": "@overlastic/monorepo",
"version": "0.8.1",
"private": true,
"packageManager": "[email protected]",
"keywords": [
"unified",
"overlay",
"component",
"popup",
"notifications",
"prompt"
],
"scripts": {
"play:vue": "npm -C playgrounds/vue run dev",
"play:svelte": "npm -C playgrounds/svelte run dev",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs",
"publish:ci": "pnpm -r publish --no-git-checks --access public",
"test": "vitest",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@testing-library/dom": "^10.1.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.5.2",
"@vue/test-utils": "^2.4.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vue": "^3.4.27",
"vue-demi": "^0.14.7"
},
"devDependencies": {
"@antfu/eslint-config": "^2.4.6",
"@eslint-react/eslint-plugin": "^1.5.11",
"@manypkg/get-packages": "^2.2.1",
"@types/fs-extra": "^11.0.4",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-c8": "^0.33.0",
"@vueuse/core": "^10.9.0",
"bumpp": "^9.4.1",
"eslint": "^9.2.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"fs-extra": "^11.2.0",
"jsdom": "^24.0.0",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vitepress": "^1.3.1",
"vitest": "^1.6.0"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search",
"@types/react",
"react",
"react-dom"
]
}
}
}