-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
71 lines (71 loc) · 1.9 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
{
"name": "@unbabel/ui",
"version": "3.4.0",
"description": "Samora Design System - The component library for Unbabel User Interfaces",
"main": "index.js",
"scripts": {
"test": "jest --coverage",
"test-verbose": "jest --coverage --verbose --watch",
"lint": "eslint src test",
"fix-lint": "eslint --fix src test",
"storybook": "start-storybook -p 9001 -c .storybook",
"storybook-build": "build-storybook -c .storybook -o storybook-dist",
"build": "npm run storybook-build"
},
"repository": "github:Unbabel/ui",
"keywords": [
"component",
"library",
"ui",
"vuejs",
"frontend",
"unbabel"
],
"author": {
"name": "Unbabel",
"url": "https://unbabel.com"
},
"contributors": [
{
"name": "Sofia Rocha",
"email": "[email protected]"
},
{
"name": "João Sardinha",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Unbabel/ui/issues"
},
"homepage": "https://unbabel.gitlab.io/ui/",
"devDependencies": {
"@storybook/addon-actions": "^3.4.12",
"@storybook/addon-knobs": "^3.4.12",
"@storybook/addon-notes": "^3.4.12",
"@storybook/addon-options": "^3.4.12",
"@storybook/vue": "^3.4.12",
"@vue/test-utils": "^1.0.0-beta.29",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.5",
"babel-jest": "^23.6.0",
"codacy-coverage": "^3.4.0",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-import-resolver-webpack": "^0.10.1",
"eslint-plugin-html": "^4.0.6",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-vue": "^4.7.1",
"jest": "^23.6.0",
"node-sass": "^4.11.0",
"sass-loader": "^6.0.7",
"storybook-addon-vue-info": "^0.6.2",
"vue-jest": "^2.6.0",
"vue-loader": "^14.2.4",
"vue-template-compiler": "^2.6.10"
},
"dependencies": {
"vue": "^2.6.10"
}
}