forked from chakra-ui/chakra-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
139 lines (139 loc) · 4.22 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
139
{
"name": "root",
"private": true,
"workspaces": [
"packages/*",
"examples/*"
],
"scripts": {
"commit": "git-cz",
"postinstall": "yarn core:build",
"clean": "lerna clean --yes",
"build": "lerna exec --parallel build",
"bootstrap": "yarn clean && lerna bootstrap --use-workspaces",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook -c .storybook",
"docs": "yarn workspace @chakra-ui/docs dev",
"docs:now": "cd packages/chakra-ui-docs && now",
"core:build": "yarn workspace @chakra-ui/core build",
"release": "lerna publish",
"lint": "yarn workspace @chakra-ui/core eslint src",
"tslint": "tslint -c tslint.json '**/*/src/**/*.ts'",
"prettier": "prettier \"**/**/**/*.+(js|json|jsx|ts|tsx|md|mdx)\"",
"format": "yarn prettier --write",
"validate": "yarn lint && yarn prettier --list-different"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged "
}
},
"lint-staged": {
"*.js": [
"eslint --fix"
],
"**/**/**/*.+(js|json|jsx|ts|tsx|mdx|md)": [
"prettier --write",
"git add "
]
},
"czConfig": {
"path": "node_modules/cz-conventional-changelog"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"devDependencies": {
"@babel/cli": "7.5.5",
"@babel/core": "7.5.5",
"@babel/plugin-proposal-class-properties": "7.5.5",
"@babel/plugin-proposal-object-rest-spread": "7.5.5",
"@babel/plugin-transform-object-assign": "7.2.0",
"@babel/plugin-transform-runtime": "7.6.2",
"@babel/preset-env": "7.5.5",
"@babel/preset-react": "7.0.0",
"@commitlint/cli": "8.3.3",
"@commitlint/config-conventional": "8.2.0",
"@emotion/core": "10.0.10",
"@emotion/styled": "10.0.11",
"@mdx-js/loader": "1.3.1",
"@mdx-js/mdx": "^1.1.6",
"@mdx-js/react": "^1.1.6",
"@next/mdx": "^9.0.3",
"@storybook/addon-actions": "^5.2.1",
"@storybook/addon-docs": "^5.2.1",
"@storybook/addon-knobs": "5.2.1",
"@storybook/addon-links": "^5.2.1",
"@storybook/addons": "^5.2.1",
"@storybook/react": "^5.2.1",
"@testing-library/react": "8.0.7",
"@testing-library/react-hooks": "1.1.0",
"@typescript-eslint/eslint-plugin": "1.x",
"@typescript-eslint/parser": "1.x",
"all-contributors-cli": "6.8.2",
"babel-eslint": "10.0.1",
"babel-loader": "^8.0.6",
"babel-plugin-emotion": "10.0.9",
"babel-plugin-module-resolver": "3.2.0",
"babel-plugin-react-remove-properties": "0.3.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"commitizen": "4.0.3",
"cross-env": "5.2.0",
"cz-conventional-changelog": "3.0.2",
"dtslint": "0.9.0",
"emotion-theming": "10.0.10",
"eslint": "6.1.0",
"eslint-config-prettier": "6.0.0",
"eslint-config-react-app": "5.0.0",
"eslint-plugin-flowtype": "3.9.1",
"eslint-plugin-import": "2.17.3",
"eslint-plugin-jest": "22.6.4",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.14.3",
"eslint-plugin-react-hooks": "1.6.0",
"formik": "^1.5.8",
"fs-extra": "8.1.0",
"glob": "7.1.4",
"husky": "3.0.2",
"jest": "24.8.0",
"lerna": "^3.15.0",
"lint-staged": "9.2.1",
"next": "9.0.3",
"next-seo": "2.0.0",
"nodemon": "1.19.1",
"now": "^16.1.1",
"path": "0.12.7",
"prettier": "1.18.2",
"pretty-num": "0.3.0",
"prism-react-renderer": "^0.1.7",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-icons": "^3.7.0",
"react-live": "2.2.1",
"react-lorem-component": "^0.13.0",
"react-transition-group": "4.3.0",
"remark-autolink-headings": "5.2.1",
"remark-emoji": "2.0.2",
"remark-images": "1.0.0",
"remark-slug": "5.1.2",
"remark-unwrap-images": "1.0.0",
"rimraf": "2.6.3",
"rollup": "1.18.0",
"rollup-plugin-babel": "4.3.3",
"rollup-plugin-commonjs": "10.0.2",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-terser": "5.1.1",
"tslint": "5.18.0",
"tslint-config-prettier": "1.18.0",
"typescript": "3.5.3"
}
}