This repository has been archived by the owner on Mar 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
79 lines (79 loc) · 2.79 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
{
"name": "@creativecommons/vue-vocabulary",
"version": "1.0.0-beta.10",
"description": "Vue components implementing a cohesive design system to unite the web facing Creative Commons",
"author": "Creative Commons (https://creativecommons.org)",
"scripts": {
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit",
"index": "node library/build.js",
"build": "npm run index && vue-cli-service build --target lib --name vue-vocabulary --dest ./dist --entry ./src/index.js",
"watch": "npm run build -- --watch",
"storybook": "vue-cli-service storybook:serve --ci -s ./src/assets -p 8080",
"build:documentation": "npm run build && vue-cli-service storybook:build -s ./src/assets -o ./docs"
},
"dependencies": {
"@creativecommons/vocabulary": "^2020.8.5",
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/free-regular-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/vue-fontawesome": "^0.1.10",
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
"@vue/babel-preset-jsx": "^1.1.2",
"core-js": "^3.4.4",
"lodash": "^4.17.20",
"twemoji": "^12.1.6",
"vue": "^2.6.10",
"vue-i18n": "^8.20.0"
},
"devDependencies": {
"@kazupon/vue-i18n-loader": "^0.5.0",
"@storybook/addon-backgrounds": "^6.0.15",
"@storybook/addon-docs": "^6.0.15",
"@storybook/addon-knobs": "^6.0.15",
"@storybook/addon-notes": "^5.3.19",
"@storybook/addon-viewport": "^6.0.15",
"@storybook/addons": "^6.0.15",
"@storybook/components": "^6.0.15",
"@storybook/theming": "^6.0.15",
"@storybook/vue": "^6.0.16",
"@vue/cli-plugin-babel": "^4.4.6",
"@vue/cli-plugin-eslint": "^4.4.6",
"@vue/cli-plugin-unit-jest": "^4.4.6",
"@vue/cli-service": "^4.5.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.3",
"babel-jest": "^26.2.2",
"babel-loader": "^8.0.6",
"chalk": "^2.4.2",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.2.3",
"fs-extra": "^9.0.1",
"husky": "^4.2.3",
"lerna": "^3.22.1",
"react": "^16.12.0",
"react-is": "^16.12.0",
"storybook-addon-designs": "^5.4.1",
"stylus": "^0.54.8",
"stylus-loader": "^3.0.2",
"vue-cli-plugin-i18n": "^0.6.0",
"vue-cli-plugin-storybook": "^1.3.0",
"vue-template-compiler": "^2.6.10"
},
"bugs": "https://github.com/creativecommons/vue-vocabulary/issues/",
"homepage": "https://creativecommons.github.io/vue-vocabulary/",
"keywords": [
"ui",
"ux",
"design",
"design system",
"components",
"vue components",
"library"
],
"license": "MIT",
"repository": "github:creativecommons/vue-vocabulary"
}