-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.02 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
{
"name": "http-vue3-loader",
"version": "1.0.0",
"main": "dist/index.min.js",
"scripts": {
"pack": "webpack",
"publish": "webpack-dev-server --output-public-path=/dev/",
"dev": "npm run build && webpack && npm run open"
},
"keywords": [
"vue",
"vuejs",
"vue3",
"component-loader",
"nobuild"
],
"browserslist": "since 2015, not dead, not ie 11, Firefox ESR",
"author": {
"name": "DEDDY LASMONO PUTRO",
"email": "caphodel@gmail.com"
},
"license": "MIT",
"description": "",
"devDependencies": {
"@babel/cli": "^7.18.6",
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"babel-loader": "^8.2.5",
"concurrently": "^7.2.2",
"http-server": "^14.1.1",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3"
},
"dependencies": {
"browserslist": "^4.21.1",
"core-js": "^3.23.3",
"vue": "^3.2.37"
},
"repository": {
"type": "git",
"url": "https://github.com/caphodel/http-vue3-loader"
}
}