-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
54 lines (54 loc) · 1.24 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
45
46
47
48
49
50
51
52
53
54
{
"name": "vue-layout-system",
"version": "1.1.7",
"description": "Vue components that solve daily layout problems",
"main": "dist/vue-layout-system.common.js",
"module": "dist/vue-layout-system.common.js",
"unpkg": "dist/vue-layout-system.umd.min.js",
"scripts": {
"build": "rimraf dist && vue-cli-service build --target lib ./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LeeBoYin/vue-layout-system.git"
},
"keywords": [
"align",
"column",
"component",
"container",
"flex",
"gap",
"grid",
"layout",
"list",
"padding",
"remain",
"row",
"space",
"spacing",
"vue",
"vuejs"
],
"author": {
"name": "BoYin Lee",
"email": "leeboyin945@gmail.com",
"url": "https://leeboy.in/"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/LeeBoYin/vue-layout-system/issues"
},
"homepage": "https://leeboyin.github.io/vue-layout-system",
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/preset-env": "^7.14.1",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.2",
"node-sass": "^5.0.0",
"rimraf": "^3.0.2",
"sass-loader": "^10",
"vue": "^2.6.12",
"webpack": "^5.36.2"
}
}