forked from chakra-ui/chakra-ui-vue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
138 lines (138 loc) · 4.69 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "root",
"private": true,
"maintainers": [
"Jonathan Bakebwa <jonas@akkadu-team.com>"
],
"author": "Jonathan Bakebwa <jonas@akkadu-team.com>",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "yarn workspace @chakra-ui/vue build",
"dev": "yarn workspace @chakra-ui/vue dev",
"lint": "vue-cli-service lint",
"lerna:build": "lerna run build",
"test": "jest",
"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",
"bootstrap": "lerna bootstrap --use-workspaces",
"deploy-storybook": "storybook-to-ghpages -- --out=.out",
"now-build-storybook": "build-storybook -o dist/storybook",
"docs:dev": "yarn workspace chakra-ui-docs dev"
},
"dependencies": {
"@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",
"@mdx-js/vue-loader": "^1.5.7",
"@nuxtjs/dotenv": "^1.4.0",
"@nuxtjs/emotion": "^0.0.1",
"@nuxtjs/pwa": "^3.0.0-0",
"@nuxtjs/router": "^1.5.0",
"@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-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/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-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",
"breadstick": "^0.2.14",
"can-use-dom": "^0.1.0",
"color": "^3.1.2",
"core-js": "^3.6.4",
"dotenv-defaults": "^1.1.1",
"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",
"nuxt": "^2.0.0",
"popper.js": "^1.16.0",
"portal-vue": "^2.1.6",
"prismjs": "^1.19.0",
"register-service-worker": "^1.6.2",
"sass-loader": "^8.0.0",
"styled-system": "^5.1.2",
"v-scroll-lock": "^1.1.0",
"vue": "^2.6.11",
"vue-live": "^1.5.1",
"vue-loader": "^15.7.1",
"vue-lorem-ipsum": "^0.0.1",
"vue-prism-editor": "^0.5.1",
"vue-router": "^3.1.6",
"vue-template-compiler": "^2.6.11"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/runtime-corejs2": "^7.8.7",
"@nuxtjs/eslint-config": "^2.0.0",
"@nuxtjs/eslint-module": "^1.0.0",
"@testing-library/jest-dom": "^5.1.1",
"@testing-library/user-event": "^10.0.0",
"@testing-library/vue": "^4.1.0",
"babel-eslint": "^10.0.1",
"eslint-config-prettier": "^6.10.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-nuxt": ">=0.4.2",
"eslint-plugin-prettier": "^3.1.2",
"jest": "^25.1.0",
"prettier": "^1.19.1",
"rollup": "^1.31.1",
"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-scss": "^2.1.0",
"rollup-plugin-terser": "^5.1.2",
"rollup-plugin-vue": "^5.1.4",
"sass-loader": "^8.0.0",
"styled-system": "^5.1.2",
"v-scroll-lock": "^1.1.0",
"vue-loader": "^15.7.1",
"vue-lorem-ipsum": "^0.0.1",
"watch": "^1.0.2"
}
}