-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.58 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "@ever.leandros91/e-vue",
"version": "0.1.94",
"private": false,
"main": "./dist/e-vue.umd.js",
"files": [
"dist/*",
"types/*",
"styles/overrides/*",
"styles/override.scss"
],
"types": "./types/index.d.ts",
"scripts": {
"test-build-lib": "vue-cli-service build --target lib --name e-vue ./src/index.ts && npm pack && shx mv ../pack",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"webpack:build": "vue-cli-service build --target lib --name e-vue ./src/index.ts",
"test:unit": "vue-cli-service test:unit",
"chromatic": "chromatic --project-token=6f4f84d9a471",
"lint": "vue-cli-service lint",
"storybook:build": "vue-cli-service storybook:build -c config/storybook",
"build-storybook": "vue-cli-service storybook:build -c config/storybook",
"storybook:serve": "vue-cli-service storybook:serve -p 6006 -c config/storybook"
},
"dependencies": {
"core-js": "^3.6.5",
"vue": "^2.6.11"
},
"devDependencies": {
"@storybook/addon-essentials": "^6.0.26",
"@storybook/addon-knobs": "^6.3.1",
"@storybook/addon-links": "^6.0.26",
"@storybook/vue": "^6.0.26",
"@types/jest": "^24.0.19",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-unit-jest": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"@vue/test-utils": "^1.0.3",
"chromatic": "^6.1.0",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^6.2.2",
"prettier": "^2.2.1",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"typescript": "~4.1.5",
"vue-class-component": "^7.2.3",
"vue-cli-plugin-storybook": "~2.1.0",
"vue-property-decorator": "^9.1.2",
"vue-template-compiler": "^2.6.11"
},
"description": "vue components",
"repository": {
"type": "git",
"url": "git+https://github.com/everleandro/e-vue.git"
},
"keywords": [
"ui framework",
"vue framework",
"component framework",
"ui library",
"component library",
"material components",
"typescript",
"button",
"slider",
"vue",
"form",
"textfield",
"checkbox",
"radio",
"e-vue"
],
"author": "ever.leandros91",
"license": "ISC",
"bugs": {
"url": "https://github.com/everleandro/e-vue/issues"
},
"homepage": "https://github.com/everleandro/e-vue#readme"
}