-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1003 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
38
{
"name": "vue-compiler-sfc-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "esno src/build.ts"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.0.0",
"esbuild": "^0.14.47",
"esbuild-plugin-external-global": "^1.0.1",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.7.1",
"esno": "^0.16.3",
"prettier": "^2.7.1",
"rollup": "^2.75.7",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-order": "^4.1.0",
"typescript": "^4.7.3",
"vue": "^3.2.37",
"vue-tsc": "^0.29.8"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@vue/compiler-sfc": "^3.2.37",
"fs-extra": "^10.1.0"
}
}