forked from chakra-ui/chakra-ui-vue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
110 lines (110 loc) · 3.84 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "root",
"private": true,
"maintainers": [
"Jonathan Bakebwa <jonas@akkadu-team.com>"
],
"author": "Jonathan Bakebwa <jonas@akkadu-team.com>",
"workspaces": [
"packages/*"
],
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit",
"lerna:build": "lerna run build",
"test": "lerna run test",
"clean": "lerna run clean",
"release": "lerna publish",
"push": "git add -A && git commit -m \"chore(lerna): publishing package \" && lerna version --conventional-commits",
"storybook": "start-storybook -p 9000",
"build-storybook": "build-storybook --quiet",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"bootstrap": "lerna bootstrap --use-workspaces",
"deploy-storybook": "storybook-to-ghpages -- --out=.out",
"now-build-storybook": "build-storybook -o dist/storybook"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/plugin-proposal-object-rest-spread": "^7.7.4",
"@babel/plugin-transform-modules-commonjs": "^7.7.4",
"@babel/plugin-transform-parameters": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@fortawesome/free-brands-svg-icons": "^5.12.0",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/pro-light-svg-icons": "^5.11.2",
"@storybook/addon-actions": "^5.2.1",
"@storybook/addon-centered": "^5.2.1",
"@storybook/addon-links": "^5.2.1",
"@storybook/addons": "^5.2.1",
"@storybook/storybook-deployer": "^2.8.1",
"@storybook/theming": "^5.2.8",
"@storybook/vue": "^5.3.3",
"@styled-system/css": "^5.0.23",
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
"@vue/babel-plugin-transform-vue-jsx": "^1.1.2",
"@vue/babel-preset-app": "^4.1.1",
"@vue/babel-preset-jsx": "^1.1.2",
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-e2e-cypress": "^3.11.0",
"@vue/cli-plugin-eslint": "^3.11.0",
"@vue/cli-plugin-pwa": "^3.11.0",
"@vue/cli-plugin-unit-jest": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"@vue/composition-api": "^0.3.2",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/test-utils": "1.0.0-beta.29",
"aria-hidden": "^1.1.1",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.6",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-es2015-for-of": "^6.23.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-vue": "^2.0.2",
"babelrc-rollup": "^3.0.0",
"body-scroll-lock": "^2.6.4",
"breadstick": "^0.1.21",
"can-use-dom": "^0.1.0",
"color": "^3.1.2",
"core-js": "^3.4.5",
"emotion": "^10.0.27",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"eslint-plugin-vue-a11y": "^0.0.31",
"focus-trap": "^5.1.0",
"focus-trap-vue": "^0.0.4",
"husky": "^3.0.8",
"install": "^0.13.0",
"lerna": "^3.19.0",
"lint-staged": "^9.4.2",
"node-sass": "^4.12.0",
"popper.js": "^1.16.0",
"portal-vue": "^2.1.6",
"register-service-worker": "^1.6.2",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-buble": "^0.19.8",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-jsx": "^1.0.3",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^5.1.2",
"rollup-plugin-vue": "^5.1.4",
"sass-loader": "^8.0.0",
"styled-system": "^5.1.2",
"vue": "^2.6.10",
"vue-loader": "^15.7.1",
"vue-lorem-ipsum": "^0.0.1",
"vue-template-compiler": "^2.6.10",
"vuepress": "^1.2.0"
},
"dependencies": {}
}