-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.73 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
{
"name": "root",
"description": "Complete and uniform UI for React Web and Native",
"license": "MIT",
"private": true,
"homepage": "https://rbk.caioedut.com",
"repository": {
"type": "git",
"url": "git+https://github.com/caioedut/react-bulk.git"
},
"author": {
"name": "Caio Teixeira",
"email": "caioedut@gmail.com"
},
"keywords": [
"react",
"react-native",
"react-component",
"web",
"native",
"android",
"ios",
"cross-platform",
"ui",
"ux",
"expo"
],
"workspaces": [
"packages/*"
],
"scripts": {
"docs": "tsx scripts/docs.ts",
"test": "tsx scripts/test.ts",
"example:web": "tsx scripts/example.ts --web",
"example:native": "tsx scripts/example.ts --native",
"clean": "lerna exec --parallel -- rimraf dist",
"build": "tsx scripts/build.ts",
"publish:stable": "tsx scripts/publish.ts",
"fullclean": "npx rimraf **/node_modules **/package-lock.json **/yarn.lock **/pnpm-lock.yaml **/bun.lockb --glob"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^18.19.39",
"@types/react": "^17.0.80",
"@types/react-native": "^0.71.13",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.34.4",
"eslint-plugin-react-hooks": "^4.6.2",
"glob": "^10.4.5",
"lerna": "^8.1.6",
"pkgroll": "^2.1.1",
"pmex": "^2.0.8",
"prettier": "^3.3.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-native": "^0.71.19",
"react-native-svg": "^13.14.1",
"rimraf": "^5.0.9",
"tsx": "^4.16.2",
"typescript": "^5.5.3"
}
}