forked from chakra-ui/chakra-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.95 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
{
"name": "root",
"private": true,
"dependencies": {
"@emotion/core": "10.0.10",
"@emotion/styled": "10.0.11",
"@testing-library/react": "8.0.7",
"@testing-library/react-hooks": "1.1.0",
"emotion-theming": "10.0.10",
"lerna": "^3.15.0",
"prettier": "1.18.2",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"typescript": "3.5.3"
},
"scripts": {
"clean": "lerna clean --yes",
"core:dev": "lerna run --scope=@chakra-ui/core build:watch --stream",
"reboot:core": "npm run core:build && npm run bootstrap",
"bootstrap": "npm run clean && lerna bootstrap --hoist",
"storybook": "lerna run --scope=@chakra-ui/core storybook --stream",
"storybook:build": "lerna run --scope=@chakra-ui/core build-storybook --stream",
"docs:dev": "lerna run --scope=@chakra-ui/docs dev --stream",
"docs:build": "lerna run --scope=@chakra-ui/docs build --stream",
"docs:deploy": "lerna exec --scope=@chakra-ui/docs -- now --target production",
"docs:start": "lerna run --scope=@chakra-ui/docs start --stream",
"core:build": "lerna run --scope=@chakra-ui/core build --stream",
"release": "lerna publish",
"release:core": "lerna exec --scope=@chakra-ui/core npm publish"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "1.x",
"@typescript-eslint/parser": "1.x",
"all-contributors-cli": "6.8.2",
"babel-eslint": "10.0.1",
"dtslint": "0.9.0",
"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",
"husky": "3.0.2",
"jest": "24.8.0",
"lint-staged": "9.2.1",
"nodemon": "1.19.1",
"rimraf": "2.6.3",
"tslint": "5.18.0",
"tslint-config-prettier": "1.18.0"
}
}