-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.68 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": "bb-design-system",
"version": "0.1.1",
"description": "Design System",
"author": "memellow85",
"license": "MIT",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/memellow85/bb-design-system.git"
},
"homepage": "https://github.com/memellow85/bb-design-system.git",
"keywords": ["design-system", "components", "form", "input", "text", "checkbox", "radio", "button", "field", "loader", "icon", "tab"],
"files": [
"package/*",
"src/assets/scss/libs/*"
],
"main": "./package/bb-design-system.bundle.js",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"rollup": "rollup -c ./rollup.config.js",
"generate": "yarn publish",
"update_package": "rm yarn.lock && yarn cache clean && yarn install"
},
"devDependencies": {
"@mdi/font": "6.5.95",
"@rollup/plugin-alias": "3.1.9",
"@rollup/plugin-commonjs": "21.0.1",
"@vue/cli-plugin-eslint": "4.5.15",
"@vue/cli-plugin-babel": "4.5.15",
"@vue/cli-service": "4.5.15",
"@vue/compiler-sfc": "3.2.26",
"@vue/eslint-config-prettier": "6.0.0",
"babel-eslint": "10.1.0",
"bourbon": "7.0.0",
"core-js": "3.17.3",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-vue": "7.18.0",
"node-sass": "6.0.1",
"prettier": "2.4.1",
"rollup": "2.57.0",
"rollup-plugin-vue": "5.1.9",
"rollup-plugin-auto-external": "2.0.0",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-scss": "3.0.0",
"sass-loader": "10.2.0",
"vue": "2.6.14",
"vue-template-compiler": "2.6.14"
}
}