-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.39 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
55
56
57
58
59
60
61
62
{
"name": "@berhalak/vue-layout",
"version": "0.1.21",
"private": false,
"description": "vue layout components",
"main": "dist/vue-layout.umd.min.js",
"unpkg": "dist/vue-layout.umd.min.js",
"types": "src/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/berhalak/vue-layout.git"
},
"keywords": [
"vue",
"vue-component",
"flexbox",
"grid",
"responsive",
"layout",
"components"
],
"author": "berhalak",
"license": "ISC",
"bugs": {
"url": "https://github.com/berhalak/vue-layout/issues"
},
"homepage": "https://github.com/berhalak/vue-layout#readme",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --target lib --name vue-layout ./src/index.ts",
"deploy": "npm run build && npm publish --access public",
"tags": "ts-node ./src/tags.ts",
"update": "ncu -x @types/node"
},
"dependencies": {
"aphrodite": "^2.4.0",
"vue": "^2.6.12"
},
"devDependencies": {
"@types/aphrodite": "^2.0.0",
"@types/node": "13.13.48",
"@vue/cli-plugin-typescript": "^4.5.12",
"@vue/cli-service": "^4.5.12",
"node-sass": "^4.14.1",
"sass-loader": "^8.0.2",
"ts-node": "^8.10.2",
"typescript": "^4.2.3",
"vue-template-compiler": "^2.6.12"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"last 2 Chrome versions"
],
"vetur": {
"tags": "tags.json",
"attributes": "attributes.json"
}
}