This repository has been archived by the owner on Dec 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
116 lines (116 loc) · 4.45 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
{
"homepage": "https://dooboolab.github.io/dooboo-ui",
"private": true,
"scripts": {
"pre": "lerna run clean && lerna clean --yes && lerna bootstrap && lerna run build",
"predeploy": "yarn build",
"postinstall": "dooboolab-welcome postinstall && rm -rf storybook && cp -R .storybook storybook",
"publish": "yarn build && cd lib && npm publish && cd ..",
"publish:packages": "yarn pre && yarn build:packages && lerna exec -- npm publish",
"lint": "eslint main packages docs --ext .ts,.tsx,.js,.jsx",
"lint:ci": "commitlint --from HEAD~1 --to HEAD --verbose",
"tsc": "tsc",
"start": "expo start",
"jest": "jest --runInBand",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "start-storybook -p 6006",
"eject": "expo eject",
"test": "jest",
"test:all": "lerna run build && yarn lint && yarn tsc && jest",
"test:post": "jest",
"prebuild": "cp ./main/react-native.config.cjs ./lib/react-native.config.cjs && rm -rf ./lib/tsconfig* && cp README.md ./lib/README.md ",
"build": "yarn prebuild && tsc --project tsconfigBuild.json && yarn cp:icon",
"cp:icon": "mkdir -p `dirname ./lib/Icon/selection.json` && cp ./main/Icon/selection.json ./lib/Icon/selection.json && cp ./main/Icon/doobooui.ttf ./lib/Icon/doobooui.ttf",
"postbuild": "cp -R main/__assets__ lib",
"build:storybook": "expo build:web && sh web-build-postinstall.sh",
"deploy:storybook": "gh-pages -d web-build",
"build:packages": "lerna exec -- yarn build",
"install:packages": "lerna exec -- yarn",
"upgrade:packages": "lerna exec -- ncu -u && yarn install:packages",
"prepare": "husky install"
},
"dependencies": {
"@dooboo-ui/theme": "^0.4.7",
"@emotion/native": "^11.10.0",
"@emotion/react": "^11.10.0",
"@expo/match-media": "^0.3.0",
"@expo/webpack-config": "^0.17.0",
"dooboolab-welcome": "^1.3.2",
"expo": "^46.0.2",
"expo-constants": "~13.2.3",
"expo-font": "~10.2.0",
"expo-linear-gradient": "~11.4.0",
"expo-screen-orientation": "~4.3.0",
"react-native": "0.69.3",
"react-native-gesture-handler": "~2.5.0",
"react-native-modalbox": "^2.0.2",
"react-native-svg": "12.3.0",
"react-native-vector-icons": "^9.2.0",
"react-native-web": "~0.18.7",
"react-native-web-hooks": "^3.0.2"
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@dooboo/eslint-config": "^1.4.0",
"@emotion/babel-plugin": "^11.10.0",
"@jest/types": "^28.1.3",
"@react-native-async-storage/async-storage": "~1.17.7",
"@storybook/addon-actions": "^6.5.9",
"@storybook/addon-controls": "^6.5.9",
"@storybook/addon-info": "^5.3.21",
"@storybook/addon-knobs": "^6.3.1",
"@storybook/addon-links": "^6.5.9",
"@storybook/addon-notes": "^5.3.21",
"@storybook/addon-ondevice-actions": "^5.3.23",
"@storybook/addon-ondevice-knobs": "^5.3.26",
"@storybook/addons": "^6.5.9",
"@storybook/preset-typescript": "^3.0.0",
"@storybook/react": "^6.5.9",
"@storybook/react-native": "5.3.25",
"@storybook/react-native-server": "5.3.23",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/jest-native": "^4.0.5",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/react-native": "^11.0.0",
"@types/jest": "^28.1.6",
"@types/jest-plugin-context": "^2.9.5",
"@types/node": "^18.6.3",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-native": "^0.69.5",
"@types/react-responsive": "^8.0.5",
"@types/react-test-renderer": "^18.0.0",
"babel-loader": "^8.2.5",
"babel-preset-expo": "9.2.0",
"babel-preset-react-app": "^10.0.1",
"commitlint-plugin-function-rules": "^1.7.1",
"eslint": "^8.21.0",
"gh-pages": "^4.0.0",
"givens": "^1.3.9",
"husky": "^8.0.0",
"intl": "^1.2.5",
"jest": "^28.1.3",
"jest-expo": "^46.0.1",
"jest-plugin-context": "^2.9.0",
"lerna": "^5.3.0",
"react": "18.0.0",
"react-docgen-typescript-loader": "^3.7.2",
"react-dom": "18.0.0",
"react-test-renderer": "^18.0.0",
"react-useinterval": "^1.0.2",
"ts-jest": "^28.0.7",
"ts-node": "^10.9.1",
"typescript": "~4.7.4"
},
"workspaces": {
"packages": [
"packages/*"
]
}
}