-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.83 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
67
{
"name": "vite-plugin-vue2-jsx",
"version": "1.0.3",
"description": "Vite plugin for Vue2",
"main": "dist/index.js",
"scripts": {
"dev": "tsc -w -p . --incremental --skipLibCheck",
"test": "jest --clearCache && jest --runInBand --forceExit",
"build": "rm -rf dist && tsc -p . --skipLibCheck"
},
"files": [
"dist"
],
"keywords": [
"vite",
"vue2"
],
"license": "MIT",
"dependencies": {
"@babel/core": "^7.16.10",
"@babel/parser": "^7.16.10",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-decorators": "^7.16.7",
"@babel/plugin-transform-typescript": "^7.16.8",
"@rollup/pluginutils": "^4.1.1",
"@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",
"@vue/babel-preset-jsx": "^1.2.4",
"@vue/component-compiler-utils": "^3.2.2",
"consolidate": "^0.16.0",
"debug": "^4.3.2",
"fs-extra": "^9.1.0",
"hash-sum": "^2.0.0",
"magic-string": "^0.25.7",
"prettier": "^2.4.1",
"querystring": "^0.2.1",
"rollup": "^2.58.0",
"slash": "^3.0.0",
"source-map": "^0.7.3",
"vue-template-babel-compiler": "^1.2.0"
},
"peerDependencies": {
"vite": "^2.0.0-beta.23",
"vue-template-compiler": "^2.2.0"
},
"devDependencies": {
"@types/consolidate": "^0.14.1",
"@types/debug": "^4.1.7",
"@types/fs-extra": "^9.0.13",
"@types/hash-sum": "^1.0.0",
"@types/jest": "^27.0.2",
"@types/node": "^16.10.3",
"@types/puppeteer": "^5.4.4",
"acorn": "^8.7.0",
"acorn-jsx": "^5.3.2",
"bumpp": "^7.1.1",
"conventional-changelog-cli": "^2.1.1",
"execa": "^4.1.0",
"jest": "^26.6.3",
"lint-staged": "^10.5.4",
"puppeteer": "^10.4.0",
"ts-jest": "^26.5.6",
"typescript": "^4.4.3",
"vite": "^2.7.10",
"vue-template-compiler": "^2.6.14",
"yorkie": "^2.0.0"
}
}