forked from aelbore/vite-plugin-test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.29 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": "vite-plugin-test",
"version": "0.0.5",
"description": "Vite plugin with puppeteer, mocha and vue-test-utils",
"scripts": {
"build": "aria-build -d --external esbuild"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aelbore/vite-plugin-test.git"
},
"keywords": [
"unit-test",
"test",
"vue",
"mocha",
"chai",
"rollup",
"typescript"
],
"author": "Arjay Elbore <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/aelbore/vite-plugin-test/issues"
},
"homepage": "https://github.com/aelbore/vite-plugin-test#readme",
"peerDependencies": {
"puppeteer": "^8.0.0"
},
"dependencies": {
"aria-mocha": "^0.7.3"
},
"devDependencies": {
"@open-wc/testing": "^2.5.32",
"@types/mocha": "^8.2.2",
"@types/node": "^14.14.35",
"@vitejs/plugin-react-refresh": "^1.3.1",
"@vitejs/plugin-vue": "^1.1.5",
"@vue/compiler-sfc": "^3.0.7",
"@vue/test-utils": "2.0.0-rc.0",
"aria-build": "^0.7.3",
"aria-fs": "^0.7.3",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"lit-element": "^2.4.0",
"puppeteer": "^8.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.2.3",
"vite": "^2.1.2",
"vue": "^3.0.5"
}
}