-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
36 lines (36 loc) · 865 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
{
"name": "esbuild-vue",
"author": "Albert Peschar <[email protected]> (https://peschar.net)",
"license": "ISC",
"repository": "github:apeschar/esbuild-vue",
"homepage": "https://github.com/apeschar/esbuild-vue",
"bugs": {
"url": "https://github.com/apeschar/esbuild-vue/issues"
},
"main": "src/index.js",
"files": [
"src"
],
"scripts": {
"test": "jest"
},
"dependencies": {
"@vue/component-compiler": "^4.2.4",
"lodash.escaperegexp": "^4.1.2",
"piscina": "^2.2.0",
"postcss": ">=6.0.0"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"babel-jest": "^26.6.3",
"esbuild": "^0.9.2",
"eslint": "^8.6.0",
"jest": "^26.6.3",
"postcss-url": "9",
"prettier": "^2.3.2",
"vue-template-compiler": "^2.6.12"
},
"peerDependencies": {
"vue-template-compiler": "^2.6.12"
}
}