-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 852 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
{
"name": "vue-sfc-split",
"version": "1.0.1",
"description": "Convert SFCs for use without build",
"homepage": "https://github.com/gVguy/vue-sfc-split#vue-sfc-split",
"repository": "https://github.com/gVguy/vue-sfc-split",
"bugs": "https://github.com/gVguy/vue-sfc-split/issues",
"main": "convert.js",
"bin": "convert.js",
"files": [
"convert.js"
],
"scripts": {
"serve": "http-server ./",
"build": "node convert.js --dest=example_output --alias=@:example_input/components --entry=example_input --publicPath=."
},
"author": "Ivan Che",
"license": "ISC",
"dependencies": {
"glob": "^7.2.0",
"minimist": "^1.2.5",
"node-html-parser": "^5.0.0",
"node-sass": "^6.0.1",
"postcss": "^8.3.11",
"vue-template-compiler": "^2.6.14"
},
"devDependencies": {
"http-server": "^14.0.0"
}
}