UNPKG

2.95 kBJSONView Raw
1{
2 "name": "@creativecommons/vue-vocabulary",
3 "version": "2020.9.4",
4 "description": "Vue components implementing a cohesive design system to unite the web facing Creative Commons",
5 "author": "Creative Commons (https://creativecommons.org)",
6 "scripts": {
7 "lint": "vue-cli-service lint",
8 "test:unit": "vue-cli-service test:unit",
9 "index": "node library/build.js",
10 "build": "npm run index && vue-cli-service build --target lib --name vue-vocabulary --dest ./dist --entry ./src/index.js",
11 "watch": "npm run build -- --watch",
12 "storybook": "vue-cli-service storybook:serve --ci -s ./src/assets -p 8082",
13 "build:documentation": "npm run build && vue-cli-service storybook:build -s ./src/assets -o ./docs"
14 },
15 "dependencies": {
16 "@creativecommons/vocabulary": "^2020.9.4",
17 "@fortawesome/fontawesome-svg-core": "^1.2.30",
18 "@fortawesome/free-brands-svg-icons": "^5.14.0",
19 "@fortawesome/free-regular-svg-icons": "^5.14.0",
20 "@fortawesome/free-solid-svg-icons": "^5.14.0",
21 "@fortawesome/vue-fontawesome": "^2.0.0",
22 "@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
23 "@vue/babel-preset-jsx": "^1.1.2",
24 "core-js": "^3.6.5",
25 "lodash": "^4.17.20",
26 "twemoji": "^13.0.1",
27 "vue": "^2.6.10",
28 "vue-i18n": "^8.20.0"
29 },
30 "devDependencies": {
31 "@kazupon/vue-i18n-loader": "^0.5.0",
32 "@storybook/addon-backgrounds": "^6.0.21",
33 "@storybook/addon-controls": "^6.0.21",
34 "@storybook/addon-docs": "^6.0.21",
35 "@storybook/addon-essentials": "^6.0.21",
36 "@storybook/addon-viewport": "^6.0.21",
37 "@storybook/addons": "^6.0.21",
38 "@storybook/components": "^6.0.21",
39 "@storybook/theming": "^6.0.21",
40 "@storybook/vue": "^6.0.21",
41 "@vue/cli-plugin-babel": "^4.5.6",
42 "@vue/cli-plugin-eslint": "^4.5.6",
43 "@vue/cli-plugin-unit-jest": "^4.5.6",
44 "@vue/cli-service": "^4.5.6",
45 "@vue/eslint-config-standard": "^4.0.0",
46 "@vue/test-utils": "1.1.0",
47 "babel-core": "7.0.0-bridge.0",
48 "babel-eslint": "^10.0.3",
49 "babel-jest": "^26.2.2",
50 "babel-loader": "^8.0.6",
51 "chalk": "^4.1.0",
52 "eslint": "^7.8.1",
53 "eslint-plugin-vue": "^5.2.3",
54 "fs-extra": "^9.0.1",
55 "husky": "^4.3.0",
56 "lerna": "^3.22.1",
57 "react": "^16.13.1",
58 "react-is": "^16.13.1",
59 "storybook-addon-designs": "^5.4.1",
60 "stylus": "^0.54.8",
61 "stylus-loader": "^3.0.2",
62 "vue-cli-plugin-i18n": "^1.0.1",
63 "vue-cli-plugin-storybook": "^1.3.0",
64 "vue-template-compiler": "^2.6.12"
65 },
66 "bugs": "https://github.com/creativecommons/vue-vocabulary/issues/",
67 "homepage": "https://creativecommons.github.io/vue-vocabulary/",
68 "keywords": [
69 "ui",
70 "ux",
71 "design",
72 "design system",
73 "components",
74 "vue components",
75 "library"
76 ],
77 "license": "MIT",
78 "repository": {
79 "type": "git",
80 "url": "https://github.com/creativecommons/vocabulary.git",
81 "directory": "packages/vue-vocabulary"
82 }
83}