forked from cc-archive/vue-vocabulary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.56 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
{
"name": "cc-vocabulary",
"verboseName": "CC Vocabulary",
"description": "A cohesive design system to unite the web facing Creative Commons",
"homepage": "https://creativecommons.github.io/cc-vocabulary/",
"repository": "github:creativecommons/cc-vocabulary",
"bugs": "https://github.com/creativecommons/cc-vocabulary/issues/",
"license": "MIT",
"author": "Dhruv Bhanushali (https://dhruvkb.github.io/)",
"keywords": [
"ui",
"ux",
"design",
"design system",
"components",
"vue components",
"library"
],
"private": true,
"scripts": {
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit",
"serve:website": "vue-cli-service serve",
"serve:styleguide": "vue-cli-service styleguidist",
"build:tokens": "theo ./src/tokens/tokens.yml --transform web --format styl,scss,raw.json --dest ./src/assets/tokens",
"build:library": "node library/build.js",
"serve:storybook": "vue-cli-service storybook:serve -p 6006 -c storybook -s src/assets --ci",
"build:documentation": "node documentation/build.js"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-brands-svg-icons": "^5.9.0",
"@fortawesome/free-regular-svg-icons": "^5.9.0",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@fortawesome/vue-fontawesome": "^0.1.6",
"core-js": "^2.6.5",
"lodash": "^4.17.11",
"vue": "^2.6.10",
"vue-i18n": "^8.0.0"
},
"devDependencies": {
"@kazupon/vue-i18n-loader": "^0.3.0",
"@storybook/addon-a11y": "^4.1.0 || ^5.0.0",
"@storybook/addon-actions": "^4.1.0 || ^5.0.0",
"@storybook/addon-backgrounds": "^4.1.0 || ^5.0.0",
"@storybook/addon-knobs": "^4.1.0 || ^5.0.0",
"@storybook/addon-links": "^4.1.0 || ^5.0.0",
"@storybook/addon-notes": "^4.1.0 || ^5.0.0",
"@storybook/addon-viewport": "^4.1.0 || ^5.0.0",
"@vue/cli-plugin-babel": "^3.8.0",
"@vue/cli-plugin-eslint": "^3.8.0",
"@vue/cli-plugin-unit-jest": "^3.8.0",
"@vue/cli-service": "^3.8.4",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/test-utils": "1.0.0-beta.29",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.2",
"babel-jest": "^23.6.0",
"chalk": "^2.4.2",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"fs-extra": "^8.0.1",
"lerna": "^3.15.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"theo": "^8.1.3",
"vue-cli-plugin-i18n": "^0.6.0",
"vue-cli-plugin-storybook": "^0.6.1",
"vue-cli-plugin-styleguidist": "^3.14.5",
"vue-template-compiler": "^2.6.10"
}
}