-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 935 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
{
"name": "vue-skeleton-loader",
"version": "1.0.0",
"description": "Vue modern component loader",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch --mode=development",
"production": "webpack --mode=production",
"build": "webpack --mode=development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webcodebg/vue-skeleton-loader.git"
},
"keywords": [
"vue",
"loader",
"skeleton",
"js",
"vuejs",
"svg"
],
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"babel-loader": "^8.0.6",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"author": "webcodebg",
"license": "MIT",
"bugs": {
"url": "https://github.com/webcodebg/vue-skeleton-loader/issues"
},
"homepage": "https://github.com/webcodebg/vue-skeleton-loader#readme"
}