-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.13 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
{
"name": "vue-sfc-component",
"version": "0.0.21",
"description": "A library designed for compiling and mounting Vue Single File Components (SFCs) directly in the browser.",
"repository": {
"type": "git",
"url": "https://github.com/YouXam/vue-sfc-component.git"
},
"main": "dist/index.js",
"author": "YouXam",
"license": "MIT",
"dependencies": {
"@vue/compiler-sfc": "^3.4.15",
"hash-sum": "^2.0.0",
"mime-db": "^1.52.0",
"postcss-value-parser": "^4.2.0",
"sucrase": "^3.35.0",
"systemjs": "^6.14.3",
"systemjs-babel": "^0.3.2",
"vue": "^3.4.15"
},
"type": "module",
"scripts": {
"dev": "vite dev --open /test/",
"build": "tsc"
},
"files": [
"dist/"
],
"devDependencies": {
"@babel/types": "^7.23.9",
"@types/hash-sum": "^1.0.2",
"@types/mime-db": "^1.43.5",
"@types/systemjs": "^6.13.5",
"@vitejs/plugin-vue": "^5.0.3",
"typescript": "^5.3.3",
"vite": "^5.0.12"
},
"packageManager": "[email protected]+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a"
}